[infinispan-issues] [JBoss JIRA] (ISPN-2057) Allow storage of Lucene indexes in an indexed cache
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Mon May 21 12:05:20 EDT 2012
[ https://issues.jboss.org/browse/ISPN-2057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero updated ISPN-2057:
----------------------------------
Description:
I think it should be better to keep them using separate caches, still it's easier for many cases in which top efficiency is not required to allow this.
Today this configuration is not allowed, you would get an exception similar to:
{quote}
java.lang.IllegalArgumentException: Indexing only works with entries keyed on Strings, primitives and classes that have the @Transformable annotation - you passed in a class org.infinispan.lucene.FileListCacheKey.{quote}
was:
I think it should be better to keep them using separate caches, still it's easier for many cases in which top efficiency is not required to allow this.
(Today you'd get an exception similar to:
{quote}
java.lang.IllegalArgumentException: Indexing only works with entries keyed on Strings, primitives and classes that have the @Transformable annotation - you passed in a class org.infinispan.lucene.FileListCacheKey.{quote}
Forum Reference: https://community.jboss.org/message/736327#736327 (was: https://community.jboss.org/message/736327#736327)
> Allow storage of Lucene indexes in an indexed cache
> ---------------------------------------------------
>
> Key: ISPN-2057
> URL: https://issues.jboss.org/browse/ISPN-2057
> Project: Infinispan
> Issue Type: Enhancement
> Components: Lucene Directory, Querying
> Reporter: Sanne Grinovero
> Assignee: Sanne Grinovero
> Fix For: 5.2.0.ALPHA1
>
>
> I think it should be better to keep them using separate caches, still it's easier for many cases in which top efficiency is not required to allow this.
> Today this configuration is not allowed, you would get an exception similar to:
> {quote}
> java.lang.IllegalArgumentException: Indexing only works with entries keyed on Strings, primitives and classes that have the @Transformable annotation - you passed in a class org.infinispan.lucene.FileListCacheKey.{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list