| Interface | Description |
|---|---|
| FullTextIndex.Options |
Options understood by the
FullTextIndex. |
| IAnalyzerFactory |
Factory interface for obtaining an
Analyzer. |
| IHit<V extends Comparable<V>> |
Metadata about a search result.
|
| IHitCollector<V extends Comparable<V>> |
Interface used to collect
Hits from the ReadIndexTask. |
| ITermDocKey<V extends Comparable<V>> |
Interface for the key associated with an entry in the full text index.
|
| ITermDocRecord<V extends Comparable<V>> |
Interface for an entry in the full text search index.
|
| ITermDocVal |
Interface for the value associated with an entry in the full text search
index.
|
| ITermMetadata |
Mutable metadata for the occurrences of a token within a field of some
document.
|
| Class | Description |
|---|---|
| AbstractIndexTask<V extends Comparable<V>> |
Set up the from and to keys for the
ReadIndexTask and
CountIndexTask. |
| CountIndexTask<V extends Comparable<V>> |
Procedure reads on the terms index, aggregating data on a per-
Hit
basis. |
| DefaultAnalyzerFactory | |
| FullTextIndex<V extends Comparable<V>> |
Full text indexing and search support.
|
| FullTextIndexTupleSerializer<V extends Comparable<V>> |
Class manages the encoding and decoding of keys for the full text index.
|
| Hit<V extends Comparable<V>> |
Metadata about a search result.
|
| Hiterator<A extends IHit> |
Visits search results in order of decreasing relevance.
|
| MultiTokenHitCollector<V extends Comparable<V>> |
Multi-token implementation of
IHitCollector backed by a
ConcurrentHashMap. |
| ReadIndexTask<V extends Comparable<V>> |
Procedure reads on the terms index, aggregating data on a per-
Hit
basis. |
| ReadOnlyTermDocKey<V extends Comparable<V>> |
Read-only
ITermDocKey. |
| ReadOnlyTermDocRecord<V extends Comparable<V>> |
Read-only
ITermDocRecord. |
| SingleTokenHitCollector<V extends Comparable<V>> |
Single-token implementation of
IHitCollector backed by a
simple array of hits. |
| TermFrequencyData<V extends Comparable<V>> |
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<V extends Comparable<V>> |
A buffer holding tokens extracted from one or more documents / fields.
|
This package provides full text indexing and search. You can deploy the search
functionality with any of the IBigdataClients.
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.