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 |
---|
SearchResult
This class represents a result of searching, returning by the
Search.search(String, int) method. |
Class and Description |
---|
ContentItem
An element of an object's text content (a single word) .
|
ObjectItem
This class represents an object data, storing in a search index.
|