public interface IValueCentricTextIndexer<A extends IHit> extends ITextIndexer<A>
Value
s allowing either the
built-in bigdata FullTextIndex
or support for Lucene, etc.AbstractTripleStore.Options#TEXT_INDEXER_CLASS
ITextIndexer.FullTextQuery
Modifier and Type | Method and Description |
---|---|
void |
index(int capacity,
Iterator<BigdataValue> valuesIterator)
Add the terms to the full text index so that we can do fast lookup of the
corresponding term identifiers.
|
count, create, destroy, getIndexDatatypeLiterals, search
void index(int capacity, Iterator<BigdataValue> valuesIterator)
Add the terms to the full text index so that we can do fast lookup of the
corresponding term identifiers. Only literals are tokenized. Literals
that have a language code property are parsed using a tokenizer
appropriate for the specified language family. Other literals and URIs
are tokenized using the default Locale
.
capacity
- A hint to the underlying layer about the buffer size before an
incremental flush of the index.itr
- Iterator visiting the terms to be indexed.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.