public interface IFulltextSearchHit<V extends Comparable<V>>
FTS
.Modifier and Type | Method and Description |
---|---|
IBindingSet |
getIncomingBindings()
Get the set of incoming bindings for the search hit
|
String |
getRes()
The result of the search (values contained in projected columns).
|
Double |
getScore()
The score associated with the search result.
|
FTS.SearchResultType |
getSearchResultType()
Get the conversion target type for the search hit
|
String |
getSnippet()
The search snippet associated with the result.
|
String getRes()
Double getScore()
String getSnippet()
IBindingSet getIncomingBindings()
FTS.SearchResultType getSearchResultType()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.