Can I use the power tool console in the neo4j admin to create a compound index after the objects have been created? I currently add a node than add it's "name" property to an "Apps" index. Now I also want to create a "platform" and "storeId" compound index as well. BTW, should I add that to the same Apps index or create a new index.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Of course you can create new indexes and also add existing nodes through the console. Most sensibly by executing a script fragment, see the console online manual and issue So either use something like this:
Otherwise use eval to evaluate a javascript fragment:
|
|||
|
|