: 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
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
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
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
>
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