dynamic faceting in Solr 3.6

2013-11-19 Thread Pradeep Pujari
Hi Solr users, Is it possible to have a dynamic numeric range faceting in Solr 3.6? There is some work is going on for Solr5.0 release though. I am already computing euclidean distance of the document between the user who is searching and the document. I want to display in facet format like wit

queryWeight different in IndexSearcher.explain vs Query.getNormalizedWeight()

2013-11-19 Thread Liz Merkhofer
Hi list, I'm trying to get access to the float printed for queryWeight in IndexSearcher.explain, but it appears to be different from other values I get from Query.getNormalizedWeight() (and IndexSearcher.createNormalizedWeight. ... ) Here are the debugging lines... System.out.println("QUERY:

Re: FST Builder pruning

2013-11-19 Thread Michael McCandless
I think BlockTree should be better (less disk space, RAM and faster lookups), but if you can make a benchmark comparing the two that would help confirm/deny! Mike McCandless http://blog.mikemccandless.com On Mon, Nov 18, 2013 at 9:21 PM, Ravikumar Govindarajan wrote: > Many thanks Mike. > > In

lucene enrypted index

2013-11-19 Thread Vincent Sevel
Hi, I am looking for an option to use lucene with an encrypted index on disk. I looked for some lucene encrypted directories and found few options: - https://issues.apache.org/jira/browse/LUCENE-2228 - https://code.google.com/p/lucenetransform/ But they are old, or with no acti

Re: QueryParser.Operator with BooleanQuery

2013-11-19 Thread Alan Woodward
Hi Shahak, BooleanQuery.setMinimumNumberShouldMatch might help you here. Alan Woodward www.flax.co.uk On 18 Nov 2013, at 18:35, Shahak Nagiel wrote: > Initially, I queried our (v4.4) index with a single MultiFieldQueryParser and > Operator.AND to ensure that all search terms appeared in the r