public interface ISubjectCentricTextIndexer<A extends IHit> extends ITextIndexer<A>
Values allowing either the
built-in bigdata FullTextIndex or support for Lucene, etc.AbstractTripleStore.Options#TEXT_INDEXER_CLASSITextIndexer.FullTextQuery| Modifier and Type | Method and Description |
|---|---|
void |
index(IV<?,?> subject,
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, searchvoid index(IV<?,?> subject, 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.
subject - The subject to which these values belong.itr - Iterator visiting the terms to be indexed.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.