public interface ITextIndexer<A extends IHit>
Value
s allowing either the
built-in bigdata FullTextIndex
or support for Lucene, etc.AbstractTripleStore.Options#TEXT_INDEXER_CLASS
Modifier and Type | Interface and Description |
---|---|
static class |
ITextIndexer.FullTextQuery |
Modifier and Type | Method and Description |
---|---|
int |
count(ITextIndexer.FullTextQuery query)
Count free text search results.
|
void |
create() |
void |
destroy() |
boolean |
getIndexDatatypeLiterals()
Return
true iff datatype literals are being indexed. |
Hiterator<A> |
search(ITextIndexer.FullTextQuery query)
Do a free text search.
|
void create()
void destroy()
boolean getIndexDatatypeLiterals()
true
iff datatype literals are being indexed.Hiterator<A> search(ITextIndexer.FullTextQuery query)
query
- The query.int count(ITextIndexer.FullTextQuery query)
query
- The query.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.