Package com.raritantechnologies.searchApp.browse

Describes objects and interfaces used to browse lists.

See:
          Description

Interface Summary
IBrowse
IBrowseDirectoryEntry
IBrowseListWriter
 

Class Summary
Browse Basic File system-based Browse list implementation - uses BrowseDirectoryEntry.
BrowseDirectory Manages a set of BrowseDirectoryEntry objects for an application.
BrowseDirectoryEntry Basic implementation of IBrowseDirectoryEntry - uses hierarchical set of files to store browse entries.
BrowseListOutputProcessor Creates a browse list from a set of RTI IResults as part of a ICollectionGateway initiated data collection / processing pipeline.
BrowseSearchSource SearchSource that wraps a Browse object.
DBBrowse
DBBrowseDirectoryEntry Implementation of IBrowseDirectoryEntry that uses a relational database to store the browse list entries.
DBBrowseListWriter Implementation of IBrowseListWriter that writes Browse entries to database.
FileBrowseListWriter Implementation of IBrowseListWriter that writes Browse entries to a hierarchical file system that can be used by the standard Browse object.
InMemoryBrowse Builds an Browse List "on the fly" from a set of results.
Line This class holds a filtered term and associated counts.
XMLBrowseListWriter
 

Package com.raritantechnologies.searchApp.browse Description

Describes objects and interfaces used to browse lists. A browse list provides a rapid lookup to a search term that can then be applied to a search source.