Re: Want to drill down facet search result

2008-06-01 Thread Chris Hostetter
: Is there any way I can group category information together? So that I : know the category_id for the specific category_name? when dealing with stored fields, Solr garuntees that the field values arereturned in the order they were indexed - so if you have a multivalue "cat_id" field and a mult

Re: Want to drill down facet search result

2008-05-29 Thread Jón Helgi Jónsson
Thanks for that, I looked into fq and it will definatly help when I drill into zip codes. However I'm still having some issues, facet.prefix only got me so far because sometimes the facet is the second word in the field. Also I have another question with this example: Company A 1 Car a

Re: Want to drill down facet search result

2008-05-29 Thread Yonik Seeley
On Thu, May 29, 2008 at 12:22 PM, Rusli Ruslakall <[EMAIL PROTECTED]> wrote: > searched forever before posting and of course I found it shortly after :) > > Can use facet.prefix, beautiful! You can also constrain both results and facets to any arbitrary query via fq=myquery -Yonik > On Thu, May

Re: Want to drill down facet search result

2008-05-29 Thread Rusli Ruslakall
Hi again, searched forever before posting and of course I found it shortly after :) Can use facet.prefix, beautiful! On Thu, May 29, 2008 at 3:43 PM, Rusli Ruslakall <[EMAIL PROTECTED]> wrote: > Hi, > > I index something like this: > > >Company A >123 >456 >789 >

Want to drill down facet search result

2008-05-29 Thread Rusli Ruslakall
Hi, I index something like this: Company A 123 456 789 Company B 129 123 987 So I ONLY want to display all category names starting with '12' and how many companies are in each one. In this example it should output: name count