Package com.raritantechnologies.searchApp.sourceMap

Interfaces and classes for managing Search Source selection and mapping (e.g.

See:
          Description

Interface Summary
IKeySourceReader Base interface for objects that can get a set of "keys" for a given user.
ISourceMap Base interface for source maps.
ISourceMapFactory Factory interface for SourceMaps and SourceMap Trees.
ISourceMapTreeFactory  
ISourceMapTreeNode Basic interface for a Source mapping browse tree.
IXMLObjectMapFactory  
 

Class Summary
BasicSourceMap Represents a single set of SearchSources.
CategorySourceMap Implements the source map using a "CategoryList" parameter.
CustomizableSourceMap SourceMap that is user customizable through stored preferences.
DocKeyLookup Uses a KeySourceReader to get keys for a User.
DocumentSourceMap Defines a CategorySourceMap or type "documents".
DrugInfoSourceMap Defines a CategorySourceMap or type "drugInfoSource".
DynamicSourceMap Provides a two-stage search source map.
FinancialSourceMap Defines a CategorySourceMap or type "financial".
JobSourceMap Defines a CategorySourceMap or type "jobs".
LookupQueryProcessor Implements a two-step query processor.
LookupSearchSource Provides a lookup service enabling search inputs to a search source to be expanded by an "input" search source prior to executing the search on the output or "target" SearchSource.
LookupSearchSourceFactory Factory class for creating LookupSearchSource objects from XML Configuration.
SessionDataKeySourceReader Implementation of IKeySourceReader that uses the currently cached result Keys in the SessionData map.
SourceInput Defines a pre-configured or "focused" search source.
SourceMapTree Defines a Source Map Tree.
SourceMapTreeFactory Creates a SourceMapTree from an XML element.
SourceMapTreeNode Defines a SourceMapTree node.
SourceParameterList Selectable set of parameters that are specific to a SourceMapTreeNode.
TreeSourceMap  
XMLCategoryMapFactory Creates a CategorySourceMap from an XML Element.
XMLDocumentMapFactory Creates a DocumentSourceMap from source map configuration XML.
XMLDrugInfoMapFactory Creates a drug info SourceMap from source map configuration XML.
XMLFinancialMapFactory Creates a financial SourceMap from source map configuration XML.
XMLJobMapFactory Creates a jobs SourceMap from source map configuration XML.
XMLSourceMapFactory Constructs ISourceMap instances from Configuration XML.
 

Package com.raritantechnologies.searchApp.sourceMap Description

Interfaces and classes for managing Search Source selection and mapping (e.g. Subject or User based mapping).