Uses of Interface
com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
-
Packages that use AnalyzerDescriptorProvider Package Description com.atlassian.confluence.impl.search.v2.lucene com.atlassian.confluence.internal.index.lucene com.atlassian.confluence.plugins.index.api com.atlassian.confluence.search.lucene com.atlassian.confluence.search.v2 Provides an extensible, flexible search API.com.atlassian.confluence.search.v2.analysis com.atlassian.confluence.search.v2.lucene com.atlassian.confluence.search.v2.query -
-
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.impl.search.v2.lucene
Method parameters in com.atlassian.confluence.impl.search.v2.lucene with type arguments of type AnalyzerDescriptorProvider Modifier and Type Method Description org.apache.lucene.queryparser.flexible.standard.StandardQueryParserConfluenceLuceneQueryParserFactory. createQueryParser(Map<String,? extends AnalyzerDescriptorProvider> analyzerProviders) -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.internal.index.lucene
Methods in com.atlassian.confluence.internal.index.lucene with parameters of type AnalyzerDescriptorProvider Modifier and Type Method Description SearchIndexAccessorDefaultCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionCustomLuceneConnectionFactory. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider)LuceneConnectionCustomLuceneConnectionFactoryImpl. create(String relativePath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider) -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.plugins.index.api
Subinterfaces of AnalyzerDescriptorProvider in com.atlassian.confluence.plugins.index.api Modifier and Type Interface Description interfaceMappingAnalyzerDescriptorLucene agnostic class for representing concrete, individual representations of LuceneAnalyzerSeeLuceneAnalyzerMappermap() methods for how class-to-class mappings work.Classes in com.atlassian.confluence.plugins.index.api that implement AnalyzerDescriptorProvider Modifier and Type Class Description classAnalyzerDescriptorAn analyzer is a combination of aTokenizerDescriptorand some (possibly no)CharFilterDescriptorandTokenFilterDescriptorthat collectively specifies how to break a text into token.classKeywordAnalyzerDescriptorclassLanguageAnalyzerDescriptorAn analyzer, that can behave differently depending on a given language.classStandardAnalyzerDescriptorclassWhitespaceAnalyzerDescriptorMethods in com.atlassian.confluence.plugins.index.api that return AnalyzerDescriptorProvider Modifier and Type Method Description AnalyzerDescriptorProviderTextFieldDescriptor. getAnalyzerProvider()Constructors in com.atlassian.confluence.plugins.index.api with parameters of type AnalyzerDescriptorProvider Constructor Description TextFieldDescriptor(String name, String value, FieldDescriptor.Store store, AnalyzerDescriptorProvider analyzerProvider)Create a text field with a custom analyzer. -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.search.lucene
Method parameters in com.atlassian.confluence.search.lucene with type arguments of type AnalyzerDescriptorProvider Modifier and Type Method Description default org.apache.lucene.queryparser.flexible.standard.StandardQueryParserLuceneQueryParserFactory. createQueryParser(Map<String,? extends AnalyzerDescriptorProvider> analyzerProviders)Create a analyzer that uses a fieldAnalyzerDescriptorProviderspecified binanalyzerProviders. -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 with parameters of type AnalyzerDescriptorProvider Modifier and Type Method Description SearchIndexAccessorCustomSearchIndexRegistry. add(String name, String relativeIndexPath, ScoringStrategy scoringStrategy, @Nullable AnalyzerDescriptorProvider analyzerDescriptorProvider)This method can be called multiple times but a newSearchIndexAccessorinstance will be created only once for the first call.Constructors in com.atlassian.confluence.search.v2 with parameters of type AnalyzerDescriptorProvider Constructor Description DelegatingSearchIndexAccessor(CustomSearchIndexRegistry customSearchIndexRegistry, String indexName, String relativeIndexPath, ScoringStrategy scoringStrategy, AnalyzerDescriptorProvider analyzerDescriptorProvider) -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.search.v2.analysis
Methods in com.atlassian.confluence.search.v2.analysis with parameters of type AnalyzerDescriptorProvider Modifier and Type Method Description Collection<String>SearchQueryTokenizer. tokenize(String fieldName, AnalyzerDescriptorProvider analyzerProvider, String text)Tokenize a string using the given analyzer. -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.search.v2.lucene
Methods in com.atlassian.confluence.search.v2.lucene with parameters of type AnalyzerDescriptorProvider Modifier and Type Method Description Collection<String>LuceneSearchQueryTokenizer. tokenize(String fieldName, AnalyzerDescriptorProvider analyzerProvider, String text) -
Uses of AnalyzerDescriptorProvider in com.atlassian.confluence.search.v2.query
Methods in com.atlassian.confluence.search.v2.query that return types with arguments of type AnalyzerDescriptorProvider Modifier and Type Method Description Map<String,? extends AnalyzerDescriptorProvider>MultiTextFieldQuery. getAnalyzerProviders()Returns information required to construct analyzer for the query if it is available.Map<String,? extends AnalyzerDescriptorProvider>QueryStringQuery. getAnalyzerProviders()Returns information required to construct analyzer for a field if it is available.Constructors in com.atlassian.confluence.search.v2.query with parameters of type AnalyzerDescriptorProvider Constructor Description TextFieldQuery(String fieldName, AnalyzerDescriptorProvider analyzerProvider, BooleanOperator operator, String query)Construct a query with a custom analyzer.Constructor parameters in com.atlassian.confluence.search.v2.query with type arguments of type AnalyzerDescriptorProvider Constructor Description MultiTextFieldQuery(Collection<String> fields, Map<String,? extends AnalyzerDescriptorProvider> analyzerProviders, BooleanOperator operator, String query)Create a query where a field can be tokenized by a provided analyzer.QueryStringQuery(Collection<String> fieldNames, Map<String,? extends AnalyzerDescriptorProvider> analyzerProviders, BooleanOperator operator, String query)Construct a query with a custom analyzer.
-