Thanks a lot for the answer.

But here's a new question coming from it.


What's ignite's mechanisms for executing distributed queries?


Mechanisms for distributed queries used in local mode is clear to know, how 
about mechanisms used in partitioned mode and replicate mode?


By the way, I use luke to browse the contents of a lucene index stored in disk. 
But ignite's index are always stored in cache. How can I browse it?







------------------ Original ------------------
From:  "vkulichenko";<valentin.kuliche...@gmail.com>;
Date:  Tue, Apr 12, 2016 03:39 AM
To:  "user"<user@ignite.apache.org>; 

Subject:  Re: How Does Ignite Create Lucene Index?



Hi,

All indexes (both SQL and Lucene) are created on each node independently for
the data that resides locally. Ignite then uses its own mechanisms to
execute distributed queries across the cluster. There is no leader node or
router, all nodes in Ignite cluster are equal.

Did I answer your question?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-Does-Ignite-Create-Lucene-Index-tp4052p4074.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to