Re: [POLL] Where do you get Lucene/Solr from? Maven? ASF Mirrors?

2011-01-18 Thread Thijs Vonk
Where do you get your Lucene/Solr downloads from? [] ASF Mirrors (linked in our release announcements or via the Lucene website) [X] Maven repository (whether you use Maven, Ant+Ivy, Buildr, etc.) [X] I/we build them from source via an SVN/Git checkout. [] Other (someone in your company mirr

Re: filtering on blank OR specific range

2008-11-20 Thread Thijs Vonk
I actually am looking for the same answer. I have worked around it by indexing 'empty' fields with a dumpy value but this isn't an ideal situation Thijs On 11/19/08 10:38 PM, Geoffrey Young wrote: Lance Norskog wrote: Try: Type:blue OR -Type:[* TO *] You can't have a negative clause at

Re: unique values from a field in a result

2008-04-28 Thread Thijs Vonk
rates over all the documents in the result docset (SimpleFacet.getFieldCacheCounts line 259). But if this is the only way, then ok. Thnx Thijs Ryan McKinley wrote: On Apr 27, 2008, at 7:50 AM, Thijs Vonk wrote: What is the best way to get the unique terms from a field in a result? I

unique values from a field in a result

2008-04-27 Thread Thijs Vonk
What is the best way to get the unique terms from a field in a result? I've been using SimpleFacet to do this. However, I don't need the counts, so it seems overkill to have to iterate over all the result documents per field to get the unique values for that field. The field's contain database I