Class FilenameAnalyzerDescriptor
- java.lang.Object
 - 
- com.atlassian.confluence.plugins.index.api.FilenameAnalyzerDescriptor
 
 
- 
- All Implemented Interfaces:
 AnalyzerDescriptorProvider,MappingAnalyzerDescriptor
public class FilenameAnalyzerDescriptor extends Object implements MappingAnalyzerDescriptor
Custom analyzer designed for supporting matching on file names.Example:
* File_Name.java will be tokenized into [file][name][java]- Since:
 - 8.7
 
 
- 
- 
Field Summary
- 
Fields inherited from interface com.atlassian.confluence.plugins.index.api.AnalyzerDescriptorProvider
EMPTY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description FilenameAnalyzerDescriptor() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()- 
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 
 - 
 
 -