Re: Amount range and facet fields returns [facet_fields]

2009-01-08 Thread Yevgeniy Belman
ed to produce up-to three price ranges. Example: http://www.tigerdirect.com/applications/category/category_slc.asp?CatId=2775&name=22-LCD-Monitor&; Thanks, Yev. On Thu, Jan 8, 2009 at 12:21 AM, Shalin Shekhar Mangar < shalinman...@gmail.com> wrote: > On Thu, Jan 8, 2009 at 9:

Amount range and facet fields returns [facet_fields]

2009-01-07 Thread Yevgeniy Belman
Hi, I am curious if this is expected behavior in a typical facet with range query: params={facet=true,facet.query=[price:[* TO 500], price:[500 TO *]],q=*:*,facet.field=price i am getting back not only the: facet_queries={price:[* TO 500]=2,price:[500 TO *]=3} but also: facet_fields={price={150.

RE: Solr FAQ entry about "Dynamically calculated range facet" topic

2009-01-06 Thread Yevgeniy Belman
So did anyone put together a FAQ on this subject? I am also interested in seeing the different ways to get dynamic faceting to work. In this post, Chris Hostetter dropped a piece of handler code. Is it still the right path to take for those generated ranges: $0..$20 (3) $20..$75 (15) $75..$123 (8)

Solrj, drill down, facets.

2009-01-05 Thread Yevgeniy Belman
I am playing with solrj trying to run through a few scenarios one of which is to "drill down" into a facet. Here, my facet is "manu". I want to narrow the search by requesting anything that matches "ipod", and falls into an "apple" manufacturer facet. I am new to Solr/Lucene, my appologies for basi