Package | Description |
---|---|
com.bigdata.rdf.lexicon | |
com.bigdata.search |
This package provides full text indexing and search.
|
Modifier and Type | Method and Description |
---|---|
int |
ITextIndexer.count(ITextIndexer.FullTextQuery query)
Count free text search results.
|
Hiterator<A> |
ITextIndexer.search(ITextIndexer.FullTextQuery query)
Do a free text search.
|
Modifier and Type | Method and Description |
---|---|
Hit<V>[] |
FullTextIndex._search(ITextIndexer.FullTextQuery query) |
int |
FullTextIndex.count(ITextIndexer.FullTextQuery query)
Perform a range count on a full text query.
|
Hiterator<Hit<V>> |
FullTextIndex.search(ITextIndexer.FullTextQuery query)
Performs a full text search against indexed documents returning a hit
list.
|
protected Hit<V>[] |
FullTextIndex.slice(ITextIndexer.FullTextQuery query,
Hit<V>[] a) |
protected TermFrequencyData<V> |
FullTextIndex.tokenize(ITextIndexer.FullTextQuery query) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.