public interface ITermDocKey<V extends Comparable<V>>
Modifier and Type | Method and Description |
---|---|
V |
getDocId()
The document identifier.
|
int |
getFieldId()
The field identifier.
|
double |
getLocalTermWeight()
The normalized local term weight for the token and document in the
associated entry of the full text search index.
|
String |
getToken()
The token text.
|
String getToken() throws UnsupportedOperationException
UnsupportedOperationException
- The sort key for the token text is not decodable. Therefore,
this operation is not supported when reading on the full text
index.double getLocalTermWeight()
V getDocId()
int getFieldId() throws UnsupportedOperationException
UnsupportedOperationException
- if the full text index is not storing field identifiers.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.