Package com.bigdata.search

This package provides full text indexing and search.

See:
          Description

Interface Summary
FullTextIndex.Options Options understood by the FullTextIndex.
IHit Metadata about a search result.
 

Class Summary
FullTextIndex Full text indexing and search support.
Hit Metadata about a search result.
Hiterator<A extends IHit> Visits search results in order of decreasing relevance.
ReadIndexTask Procedure reads on the terms index, aggregating data on a per-Hit basis.
TermFrequencyData Models the term-frequency data associated with a single field of some document.
TermMetadata Mutable metadata for the occurrences of a term within a field of some document.
TextIndexWriteProc Writes on the text index.
TextIndexWriteProc.IndexWriteProcConstructor  
TokenBuffer A buffer holding tokens extracted from one or more documents / fields.
 

Package com.bigdata.search Description

This package provides full text indexing and search. You can deploy the search functionality with any of the IBigdataClients.



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.