Package | Description |
---|---|
com.bigdata.search |
This package provides full text indexing and search.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiTokenHitCollector<V extends Comparable<V>>
Multi-token implementation of
IHitCollector backed by a
ConcurrentHashMap . |
class |
SingleTokenHitCollector<V extends Comparable<V>>
Single-token implementation of
IHitCollector backed by a
simple array of hits. |
Constructor and Description |
---|
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.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.