Re: How to Facet on a price range

2010-11-13 Thread Govind Kanshi
Kudos to Jan's pre-compute option and gwk's range facet answer. On Wed, Nov 10, 2010 at 2:52 PM, Geert-Jan Brits wrote: > Ah I see: like you said it's part of the facet range implementation. > Frontend is already working, just need the 'update-on-slide' behavior. > > Thanks > Geert-Jan > > 2010/

Re: How to Facet on a price range

2010-11-10 Thread Geert-Jan Brits
Ah I see: like you said it's part of the facet range implementation. Frontend is already working, just need the 'update-on-slide' behavior. Thanks Geert-Jan 2010/11/10 gwk > On 11/9/2010 7:32 PM, Geert-Jan Brits wrote: > >> when you drag the sliders , an update of how many results would match i

Re: How to Facet on a price range

2010-11-10 Thread gwk
On 11/9/2010 7:32 PM, Geert-Jan Brits wrote: when you drag the sliders , an update of how many results would match is immediately shown. I really like this. How did you do this? IS this out-of-the-box available with the suggested Facet_by_range patch? Hi, With the range facets you get the face

Re: How to Facet on a price range

2010-11-09 Thread Geert-Jan Brits
=price:[* TO 100] and not the optimized pre-computed >> variant suggested above. >> >> Geert-Jan >> >> 2010/11/9 jayant >> >> That was very well thought of and a clever solution. Thanks. >>> -- >>> View this message in context: >>> >>> http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1869201.html >>> Sent from the Solr - User mailing list archive at Nabble.com. >>> >>> >

Re: How to Facet on a price range

2010-11-09 Thread gwk
et.query=price:[50 TO *]&facet.query=price:[* TO 100] and not the optimized pre-computed variant suggested above. Geert-Jan 2010/11/9 jayant That was very well thought of and a clever solution. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-

Re: How to Facet on a price range

2010-11-09 Thread Geert-Jan Brits
;facet=on&facet.query=price:[50 TO *]&facet.query=price:[* TO 100] and not the optimized pre-computed variant suggested above. Geert-Jan 2010/11/9 jayant > > That was very well thought of and a clever solution. Thanks. > -- > View this message in context: > http://lucene.4720

Re: How to Facet on a price range

2010-11-09 Thread jayant
That was very well thought of and a clever solution. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1869201.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Facet on a price range

2010-11-05 Thread Jan Høydahl / Cominvent
ydahl, search solution architect Cominvent AS - www.cominvent.com On 5. nov. 2010, at 16.03, jayant wrote: > > Thank you both. Faceting is now working on a range. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1848

Re: How to Facet on a price range

2010-11-05 Thread jayant
Thank you both. Faceting is now working on a range. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-on-a-price-range-tp1846392p1848716.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to Facet on a price range

2010-11-05 Thread Peter Karich
take a look here http://stackoverflow.com/questions/33956/how-to-get-facet-ranges-in-solr-results I am able to facet on a particular field because I have index on that field. But I am not sure how to facet on a price range when I have the exact price in the 'price' field. Can anyone

Re: How to Facet on a price range

2010-11-05 Thread Ahmet Arslan
> I am able to facet on a particular field because I have > index on that field. > But I am not sure how to facet on a price range when I have > the exact price > in the 'price' field. Can anyone help here. Something like this: &facet=on&facet.query=price:[*

How to Facet on a price range

2010-11-04 Thread jayant
I am able to facet on a particular field because I have index on that field. But I am not sure how to facet on a price range when I have the exact price in the 'price' field. Can anyone help here. Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-Facet-