| Package | Description |
|---|---|
| com.bigdata.rdf.lexicon | |
| com.bigdata.search |
This package provides full text indexing and search.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISubjectCentricTextIndexer<A extends IHit>
Abstraction for the text indexer for RDF
Values allowing either the
built-in bigdata FullTextIndex or support for Lucene, etc. |
interface |
ITextIndexer<A extends IHit>
Abstraction for the text indexer for RDF
Values allowing either the
built-in bigdata FullTextIndex or support for Lucene, etc. |
interface |
IValueCentricTextIndexer<A extends IHit>
Abstraction for the text indexer for RDF
Values allowing either the
built-in bigdata FullTextIndex or support for Lucene, etc. |
| Modifier and Type | Class and Description |
|---|---|
class |
Hiterator<A extends IHit>
Visits search results in order of decreasing relevance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Hit<V extends Comparable<V>>
Metadata about a search result.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestSearch.assertSameHits(IHit[] hits,
Iterator<? extends IHit> itr)
Compares the hit list to the expected hit list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestSearch.assertSameHits(IHit[] hits,
Iterator<? extends IHit> itr)
Compares the hit list to the expected hit list.
|
| Constructor and Description |
|---|
Hiterator(A[] hits) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.