Package | Description |
---|---|
com.bigdata.rdf.lexicon | |
com.bigdata.search |
This package provides full text indexing and search.
|
Modifier and Type | Class and Description |
---|---|
class |
BigdataSubjectCentricFullTextIndex
Implementation based on the built-in keyword search capabilities for bigdata.
|
class |
BigdataValueCentricFullTextIndex
Implementation based on the built-in keyword search capabilities for bigdata.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestKeyBuilder.doKeyOrderTest(FullTextIndex<Long> ndx,
long docId,
int fieldId,
boolean fieldsEnabled) |
Constructor and Description |
---|
AbstractIndexTask(String termText,
int termNdx,
int numTerms,
boolean prefixMatch,
double queryTermWeight,
FullTextIndex<V> searchEngine)
Setup a task that will perform a range scan for entries matching the
search term.
|
ConfigurableAnalyzerFactory(FullTextIndex<?> fullTextIndex)
Builds a new ConfigurableAnalyzerFactory.
|
CountIndexTask(String termText,
int termNdx,
int numTerms,
boolean prefixMatch,
double queryTermWeight,
FullTextIndex<V> searchEngine)
Setup a task that will perform a range scan for entries matching the
search term.
|
DefaultAnalyzerFactory(FullTextIndex fullTextIndex)
Deprecated.
|
ReadIndexTask(String termText,
int termNdx,
int numTerms,
boolean prefixMatch,
double queryTermWeight,
FullTextIndex<V> searchEngine,
IHitCollector<V> hits)
Setup a task that will perform a range scan for entries matching the
search term.
|
TokenBuffer(int capacity,
FullTextIndex<V> textIndexer)
Ctor.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.