Package | Description |
---|---|
com.bigdata.rdf.lexicon | |
com.bigdata.search |
This package provides full text indexing and search.
|
Modifier and Type | Method and Description |
---|---|
protected Hit[] |
BigdataValueCentricFullTextIndex.applyRegex(Hit[] hits,
Pattern regex) |
protected Hit[] |
BigdataValueCentricFullTextIndex.matchExact(Hit[] hits,
String query) |
Modifier and Type | Method and Description |
---|---|
protected Hit[] |
BigdataValueCentricFullTextIndex.applyRegex(Hit[] hits,
Pattern regex) |
protected Hit[] |
BigdataValueCentricFullTextIndex.matchExact(Hit[] hits,
String query) |
Modifier and Type | Method and Description |
---|---|
Hit<V>[] |
FullTextIndex._search(ITextIndexer.FullTextQuery query) |
protected Hit<V>[] |
FullTextIndex.applyRegex(Hit<V>[] hits,
Pattern regex)
Subclasses can override this method to do regex post-processing.
|
protected Hit<V>[] |
FullTextIndex.executeQuery(TermFrequencyData<V> qdata,
boolean prefixMatch,
long timeout,
TimeUnit unit) |
Hit<V>[] |
MultiTokenHitCollector.getHits() |
Hit<V>[] |
SingleTokenHitCollector.getHits()
Return the hits array, right-sizing it if necessary.
|
Hit<V>[] |
IHitCollector.getHits()
Returns an array of hits collected by this instance.
|
protected Hit<V>[] |
FullTextIndex.matchExact(Hit<V>[] hits,
String query)
Subclasses can override this method to do exact match processing.
|
Hit<V> |
MultiTokenHitCollector.putIfAbsent(V v,
Hit<V> hit) |
Hit<V> |
SingleTokenHitCollector.putIfAbsent(V v,
Hit<V> hit) |
Hit<V> |
IHitCollector.putIfAbsent(V v,
Hit<V> hit)
Mimic the ConcurrentHashMap method.
|
protected Hit<V>[] |
FullTextIndex.slice(ITextIndexer.FullTextQuery query,
Hit<V>[] a) |
Modifier and Type | Method and Description |
---|---|
Hiterator<Hit<V>> |
FullTextIndex.search(ITextIndexer.FullTextQuery query)
Performs a full text search against indexed documents returning a hit
list.
|
Modifier and Type | Method and Description |
---|---|
protected Hit<V>[] |
FullTextIndex.applyRegex(Hit<V>[] hits,
Pattern regex)
Subclasses can override this method to do regex post-processing.
|
int |
Hit.compareTo(Hit<V> o)
Sorts
Hit s into decreasing cosine order with ties broken by the
the docId . |
protected Hit<V>[] |
FullTextIndex.matchExact(Hit<V>[] hits,
String query)
Subclasses can override this method to do exact match processing.
|
Hit<V> |
MultiTokenHitCollector.putIfAbsent(V v,
Hit<V> hit) |
Hit<V> |
SingleTokenHitCollector.putIfAbsent(V v,
Hit<V> hit) |
Hit<V> |
IHitCollector.putIfAbsent(V v,
Hit<V> hit)
Mimic the ConcurrentHashMap method.
|
protected Hit<V>[] |
FullTextIndex.slice(ITextIndexer.FullTextQuery query,
Hit<V>[] a) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.