Note that we also made the interfaces for CustomAnalyzerCreators, CustomTokenFilterCreators and CustomTokenizerCreators IExtensible, so you can implement your own and these will automatically get plugged in.Â
**Order** | **Pipe** | **Description** |
100 | GetPropertyVisitors | Sets result.ElasticSearchProductPropertyVisitor and result.ElasticSearchCategoryPropertyVisitor to the container registered versions. |
200 | GetCustomAnalyzerCreators | Sets result.CustomAnalyzerCreators to the container registered versions. |
300 | GetCustomTokenFilterCreators | Sets result.CustomTokenFilterCreators to the container registered versions. |
400 | GetCustomTokenizerCreators | Sets result.CustomTokenizerCreators to the container registered versions. |