Cache stores data, not indexes. In addition, each node has its own Lucene
engine that stores indexes that reference in-cache data that belongs to the
local node. When distributed query is executed, the request is broadcasted,
each nodes applies indexes and executes the query locally and sends results
to the client where results are reduced.

If you want to know more details, I would recommend to look through the
source code and dive deeper.

-Val



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

Reply via email to