@ExperimentalApi @FunctionalInterface public interface AnalyzerDescriptorProvider
MappingAnalyzerDescriptor that should be used to analyze text on a given LanguageDescriptor if
it is defined.
Designed for use at index-time via TextFieldDescriptor, query-time via TextFieldQuery
and for configuring indexes when creating custom indexes through CustomSearchIndexRegistry| Modifier and Type | Method and Description |
|---|---|
Optional<MappingAnalyzerDescriptor> |
getAnalyzer(LanguageDescriptor language) |
Optional<MappingAnalyzerDescriptor> getAnalyzer(LanguageDescriptor language)
Copyright © 2003–2023 Atlassian. All rights reserved.