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
-
-
Field Summary
-
Fields inherited from interface com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
EMPTY
-
-
Constructor Summary
Constructors Constructor Description ExactAnalyzerDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.plugins.index.api.MappingAnalyzerDescriptor
getAnalyzer
-
-