public static interface QueryRecord.PartialResult.IndexLookupRecord
An IndexLookupRecord is created each time that QueryRecord.PartialResult.RecordableStep.recordExtractor(ValueExtractor) is called on a query record step.
| Modifier and Type | Method and Description |
|---|---|
String |
getExtractorDescription()
Get a description of the extractor that was used for the index lookup.
|
String |
getIndexDescription()
Get a description of the associated index.
|
boolean |
isOrdered()
Indicates whether or not the associated index is ordered.
|
String getExtractorDescription()
String getIndexDescription()
boolean isOrdered()