START HERE:
Provides java access for the TREX search and text mining engine (see description).
Package Specification
This package contains classes for accessing the TREX search and text mining engine
with java via http or JNI (java native interface).
The main classes are
- {@link com.sapportals.trex.core.CreateIndexManager} for creating indexes
- {@link com.sapportals.trex.core.IndexManager} for indexing documents
- {@link com.sapportals.trex.core.SearchManager} for searching
- {@link com.sapportals.trex.core.TextMiningManager} for text mining
- {@link com.sapportals.trex.core.ContentManager} for retrieving content from documents
- {@link com.sapportals.trex.core.admin.AdminManager} for administration
- {@link com.sapportals.trex.core.queueserver.QueueServerManager} for queue server administration
Related Documentation
For overviews, examples, guides, and tool documentation, please see: