Package | Description |
---|---|
org.fts7 |
This is the main fts7 package contains classes for indexing and full-text searching.
|
org.fts7.searchRes |
This package contains classes which are returned as a search result by the
Search.search(java.lang.String, int) method. |
Class and Description |
---|
ObjectContent
This interface must be implemented by any indexing object
|
StopList
This class manages a list of words which should be ignored by
Indexer.addObject(ObjectContent) method. |
Class and Description |
---|
ScanResult
A result returning by method scan
|