public class IndexingFactory extends Object
| Constructor and Description |
|---|
IndexingFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createCompositeIndexForProperty(String propertyName,
String propertyKeyName,
boolean unique,
org.janusgraph.core.JanusGraph graph,
Class type)
Creates the indexes for the properties of vertices.
|
protected void createCompositeIndexForProperty(String propertyName, String propertyKeyName, boolean unique, org.janusgraph.core.JanusGraph graph, Class type)
propertyName - - property namepropertyKeyName - - the property name that is stored in the graphunique - - if the propery name is unique or notgraph - - graph instance to create the indexesCopyright © 2018–2020 ODPi. All rights reserved.