|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FullTextIndex | |
|---|---|
| com.bigdata.rdf.lexicon | |
| com.bigdata.search | This package provides full text indexing and search. |
| Uses of FullTextIndex in com.bigdata.rdf.lexicon |
|---|
| Subclasses of FullTextIndex in com.bigdata.rdf.lexicon | |
|---|---|
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. |
| Uses of FullTextIndex in com.bigdata.search |
|---|
| Constructors in com.bigdata.search with parameters of type FullTextIndex | |
|---|---|
AbstractIndexTask(String termText,
boolean prefixMatch,
double queryTermWeight,
FullTextIndex<V> searchEngine)
Setup a task that will perform a range scan for entries matching the search term. |
|
CountIndexTask(String termText,
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)
|
|
ReadIndexTask(String termText,
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||