See: Description
Interface | Description |
---|---|
ObjectContent |
This interface must be implemented by any indexing object
|
Class | Description |
---|---|
FileContent |
This class represents a file with a text content as an indexing object.
|
Indexer |
This class creates a full text search index.
|
ScanResult |
A result returning by method scan
|
Search |
This class performs search using the index created by
Indexer . |
StopList |
This class manages a list of words which should be ignored by
Indexer.addObject(ObjectContent) method. |