Class ExactAnalyzerDescriptor

java.lang.Object
com.atlassian.confluence.plugins.index.api.ExactAnalyzerDescriptor
All Implemented Interfaces:
AnalyzerDescriptorProvider, MappingAnalyzerDescriptor

public class ExactAnalyzerDescriptor extends Object implements MappingAnalyzerDescriptor
Analyzer that supports exact matching. Use when indexing for fields which should support exact matches or when searching for fields which support exact matches.
Since:
8.6
  • Constructor Details

    • ExactAnalyzerDescriptor

      public ExactAnalyzerDescriptor()
  • Method Details