| Package | Description |
|---|---|
| org.janusgraph.core.schema | |
| org.janusgraph.diskstorage.indexing |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
Mapping.getMapping(KeyInformation information) |
static Mapping |
Mapping.getMapping(String store,
String key,
KeyInformation.IndexRetriever information) |
static Mapping |
Mapping.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mapping[] |
Mapping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mapping |
IndexFeatures.getDefaultStringMapping() |
| Modifier and Type | Method and Description |
|---|---|
IndexFeatures.Builder |
IndexFeatures.Builder.setDefaultStringMapping(Mapping map) |
IndexFeatures.Builder |
IndexFeatures.Builder.supportedStringMappings(Mapping... maps) |
boolean |
IndexFeatures.supportsStringMapping(Mapping map) |
| Constructor and Description |
|---|
IndexFeatures(boolean supportsDocumentTTL,
Mapping defaultMap,
Set<Mapping> supportedMap,
String wildcardField,
Set<Cardinality> supportedCardinalities,
boolean supportsNanoseconds,
boolean supportCustomAnalyzer,
boolean supportsGeoContains,
boolean supportGeoExists,
boolean supportsNotQueryNormalForm) |
| Constructor and Description |
|---|
IndexFeatures(boolean supportsDocumentTTL,
Mapping defaultMap,
Set<Mapping> supportedMap,
String wildcardField,
Set<Cardinality> supportedCardinalities,
boolean supportsNanoseconds,
boolean supportCustomAnalyzer,
boolean supportsGeoContains,
boolean supportGeoExists,
boolean supportsNotQueryNormalForm) |
Copyright © 2012–2023. All rights reserved.