public interface IndexInformation
IndexProvider supports.| Modifier and Type | Method and Description |
|---|---|
IndexFeatures |
getFeatures()
The features of this index
|
String |
mapKey2Field(String key,
KeyInformation information)
Adjusts the name of the key so that it is a valid field name that can be used in the index.
|
boolean |
supports(KeyInformation information)
Whether the index supports indexing a key with the given information
|
boolean |
supports(KeyInformation information,
JanusGraphPredicate janusgraphPredicate)
Whether the index supports executing queries with the given predicate against a key with the given information
|
boolean supports(KeyInformation information, JanusGraphPredicate janusgraphPredicate)
information - janusgraphPredicate - boolean supports(KeyInformation information)
information - String mapKey2Field(String key, KeyInformation information)
Note, that mapped field names (either configured on a per key basis or through a global configuration) are not adjusted and handed to the index verbatim.
key - information - IndexFeatures getFeatures()
Copyright © 2012–2023. All rights reserved.