Package | Description |
---|---|
com.bigdata.service.fts |
Modifier and Type | Field and Description |
---|---|
static FTS.SearchResultType |
FTS.Options.DEFAULT_SEARCH_RESULT_TYPE |
protected FTS.SearchResultType |
FulltextSearchHit.searchResultType |
Modifier and Type | Method and Description |
---|---|
FTS.SearchResultType |
IFulltextSearchHit.getSearchResultType()
Get the conversion target type for the search hit
|
FTS.SearchResultType |
IFulltextSearch.FulltextSearchQuery.getSearchResultType() |
FTS.SearchResultType |
FulltextSearchHit.getSearchResultType() |
static FTS.SearchResultType |
FTS.SearchResultType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTS.SearchResultType[] |
FTS.SearchResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
FulltextSearchHit(String res,
Double score,
String snippet,
IBindingSet incomingBindings,
FTS.SearchResultType searchResultType) |
IFulltextSearch.FulltextSearchQuery(String query,
String params,
String endpoint,
Integer searchTimeout,
String searchField,
String scoreField,
String snippetField,
IBindingSet incomingBindings,
FTS.SearchResultType searchResultType)
Constructor
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.