]
Sanne Grinovero resolved ISPN-2938.
-----------------------------------
Resolution: Out of Date
We're dropping the experiment of the LuceneCacheLoader for a better idea; this
functionality needs to be embedded in the Lucene Directory directly.
LuceneCacheLoader to support filtering for preload of the proper
type
---------------------------------------------------------------------
Key: ISPN-2938
URL:
https://issues.jboss.org/browse/ISPN-2938
Project: Infinispan
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Lucene Directory
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Labels: 64QueryBlockers, stable_embedded_query
We suggest to use 3 caches to store the Lucene index, but the design of the
LuceneCacheLoader is assuming it is connected to a single cache which need to load all
data on preload=true.
We should add options, or perhaps split in different implementations, to only load the
relevant part needed for a specifically configured cache.