You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Grant Ingersoll <gs...@apache.org> on 2007/12/03 12:45:50 UTC

FieldCache Implementations

Does any out there using Lucene implement their own version of  
FieldCache.java?  We are proposing to make it an abstract class, which  
violates our general rule about back-compatibility (see https://issues.apache.org/jira/browse/LUCENE-1045)

-Grant

--------------------------
Grant Ingersoll
http://lucene.grantingersoll.com

Lucene Helpful Hints:
http://wiki.apache.org/lucene-java/BasicsOfPerformance
http://wiki.apache.org/lucene-java/LuceneFAQ




---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: FieldCache Implementations

Posted by Thom Nelson <th...@gmail.com>.
I have implemented a custom version of FieldCache to handle multi-valued 
fields, but this requires an interface change so it isn't applicable to 
what you're suggesting.  However, it would be great to have a standard 
solution for handling multiple values.

Grant Ingersoll wrote:
> Does any out there using Lucene implement their own version of 
> FieldCache.java?  We are proposing to make it an abstract class, which 
> violates our general rule about back-compatibility (see 
> https://issues.apache.org/jira/browse/LUCENE-1045)
>
> -Grant
>
> --------------------------
> Grant Ingersoll
> http://lucene.grantingersoll.com
>
> Lucene Helpful Hints:
> http://wiki.apache.org/lucene-java/BasicsOfPerformance
> http://wiki.apache.org/lucene-java/LuceneFAQ
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org