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()
boolean
isExcldedFileIncludedInRanks()
boolean
isFilenameCaseInsensitiveIncluded(java.lang.String fileName)
boolean
isPathCaseInsensitiveIncluded(java.io.File path)
boolean
isSuffixCaseInsensitiveIncluded(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)
-
-