mgmt.buildIndex("vertices", Vertex.class).addKey(key).buildMixedIndex(INDEX_NAME); // With INDEX_NAME ='search', mostly
Will this create one index in ElasticSearch/SOLR for one property or all properties are clubbed under a single index?
Also does JanusGraph partition these text based indexes, in case they get too large?
--
Ravi
© 2023 Groups.io