Re: Mixed index is not used by Gremlin query
Robert Dale <rob...@...>
Since you have data and the index wasn't enabled, you'll need to reindex. This will also move the index into enabled when complete. mgmt = graph.openManagement() mgmt.updateIndex(mgmt.getGraphIndex("titleAttributeSearch"), SchemaAction.REINDEX).get() mgmt.commit() Robert Dale On Thu, Sep 28, 2017 at 12:16 PM, <simone...@...> wrote:
|
|