- idf - Variable in class org.fts7.searchRes.SearchResultItem
-
An object id in the search index
- Indexer - Class in org.fts7
-
This class creates a full text search index.
- Indexer(String, boolean) - Constructor for class org.fts7.Indexer
-
Opens an existing index file or creates a new empty index if the indexfile is not found.
- IndexMaker - Class in org.fts7.util
-
This utility builts search index file from an index profile.
- IndexMaker() - Constructor for class org.fts7.util.IndexMaker
-
- isStopWord(String) - Method in class org.fts7.StopList
-
Checks a word
for matching to a StopList.