Package javadocofflinesearch.lucene
Interface IndexerSettings
-
- All Known Implementing Classes:
LibrarySetup
public interface IndexerSettings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.file.Path[]getDirs()booleanisExcldedFileIncludedInRanks()booleanisFilenameCaseInsensitiveIncluded(java.lang.String fileName)booleanisPathCaseInsensitiveIncluded(java.io.File path)booleanisSuffixCaseInsensitiveIncluded(java.lang.String f)
-
-
-
Method Detail
-
getDirs
java.nio.file.Path[] getDirs()
-
isFilenameCaseInsensitiveIncluded
boolean isFilenameCaseInsensitiveIncluded(java.lang.String fileName)
-
isPathCaseInsensitiveIncluded
boolean isPathCaseInsensitiveIncluded(java.io.File path)
-
isExcldedFileIncludedInRanks
boolean isExcldedFileIncludedInRanks()
-
isSuffixCaseInsensitiveIncluded
boolean isSuffixCaseInsensitiveIncluded(java.lang.String f)
-
-