David, You can recreate cache with new indexes from java code without restarting cluster. See, cache.destroy() method. But all data will be lost and you will need to reload.
You may watch issue in JIRA: "Need to add support for dynamic indexes" https://issues.apache.org/jira/browse/IGNITE-735 It is not implemented yet. On Tue, Aug 2, 2016 at 7:36 PM, david.alexanyan <[email protected]> wrote: > Currenlty I am usnig config file to setup asc/desc indexes. is there a way > to > create indexes (through console CLI) while the lcuster is up and running ? > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Is-it-possible-to-create-query-indexes-without-restarting-the-cache-cluster-tp6669.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Alexey Kuznetsov GridGain Systems www.gridgain.com
