[
https://issues.jboss.org/browse/ISPN-3203?page=com.atlassian.jira.plugin....
]
Ralph Jennings commented on ISPN-3203:
--------------------------------------
Any chance of getting a pointer to documentation about setting this up?
All the documentation I see regarding persisting a lucene index has to do with configuring
hibernate, but I'm not using hibernate. I'm just using an infinispan cache (which
is backed by a database using a jdbc loader). I don't see how to add a lucene index
cache loader to the config file. The whole point to the loader is for when the entire
infinispan cache is taken down so backing it up just via an infinispan cache with no
persistent storage will not do.
Thanks.
-Ralph
Infinispan cache index not loading initial data
-----------------------------------------------
Key: ISPN-3203
URL:
https://issues.jboss.org/browse/ISPN-3203
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Environment: Linux: debian wheezy
uname -a: Linux hostname 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2+deb7u2 x86_64 GNU/Linux
JBoss: 7.1.2.Final
Embedded cache using infinispan 5.2.6.Final jars included in WAR's WEB-INF/lib
directory.
Reporter: Ralph Jennings
Assignee: Sanne Grinovero
Labels: cache-store, index, infinispan, preload
If you create a cache with an existing store to preload data from, the data is available
to the cache (get and keySet works) but not to the index (no cache queries work).
Only entries put into the cache after it starts up can be seen by the index.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)