Scandinavia Apache Lucene/Solr September Meetup: 9 September

2009-09-05 Thread Erik Hatcher
Excuse the cross-posted announcement. Next week we'll be having a Lucene/Solr meetup around the JavaZone conference in Oslo, Norway. Before, during, AND after - now that's my kind of meetup! Erik Details here and below: http://www.meetup.com/Scandinavia-Apache-Lucene-Solr-Meetup/

Re: Doubt about Fieldcache.DEFAUL.getStrings[] and Fieldcache.DEFAULT.getStringIndex

2009-09-05 Thread Yonik Seeley
On Fri, Sep 4, 2009 at 4:09 AM, Marc Sturlese wrote: > > Hey there, I am iterating over a DocSet and for every id I neew to get the > value of a field wich is analyzed with KeyworddAnalyzer and is not sored. > I have noticed to ways of doing it using Fieldcache. Can someone pleas > explain me the p

Re: Extending Sort/FieldCache

2009-09-05 Thread Yonik Seeley
On Fri, Sep 4, 2009 at 12:33 AM, Shai Erera wrote: > 2) Contribute my payload-based sorting package. Currently it only reads from > disk during searches, and I'd like to enhance it to use in-memory cache as > well. It's a moderate-size package, so this one will need to wait until (1) > is done, and