Interface | Description |
---|---|
FTS |
A vocabulary for the bigdata external full text search facility.
|
FTS.Options | |
IFulltextSearch<A extends IFulltextSearchHit> |
Abstraction for search interface against external Solr index.
|
IFulltextSearchHit<V extends Comparable<V>> |
Metadata about a fulltext search result (against an external service).
|
Class | Description |
---|---|
FulltextSearchHit<V extends Comparable<V>> |
Metadata about a search result against an external fulltext index.
|
FulltextSearchHiterator<A extends IFulltextSearchHit> |
Visits external fulltext index search results in order of decreasing
relevance.
|
FulltextSearchServiceFactory |
A factory for an external fulltext search services (such as Solr).
|
FulltextSearchServiceFactory.FulltextSearchDefaults |
Default values for external fulltext search, as defined in configuration
|
FulltextSearchServiceFactory.FulltextSearchMultiHiterator<A extends IFulltextSearchHit> |
Wrapper around
FulltextSearchHiterator , delegating requests for
multiple binding sets to the latter one. |
IFulltextSearch.FulltextSearchQuery |
Enum | Description |
---|---|
FTS.EndpointType |
The type of the FTS.
|
FTS.SearchResultType |
Target type for extracted entities, determining whether they are
parsed into a literal or interpreted as a URI.
|
Exception | Description |
---|---|
FulltextSearchException |
Exception signalizing problems while executing fulltext search against
an external index.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.