Hi,
When I search multiple terms in solr query , though I get all the results
containing either of the terms , but the results which contain both terms
are outranked by the others. For example:
Panasonic Camera
most of the top results are those which contain "Panasonic" , and they are
of access
Hi,
I'm wondering what are the best way to do this for this scenario:
Index will have about 250 - 400 million items. Index needs to be updated
every 10/20 minutes and no. of records updated could be upto 5-6 million in
each.
Could you please guide me on how the indexing is done when there are ab
her multivalued field (e.g: 'category'),
> so just give up this route, and go with what you had, or use the suggested
> above.
>
> hth,
> Geert-Jan
>
>
>
> 2011/3/11 Prav Buz
>
> > Hi,
> > Thanks Erik, yes that's what I've done for now, b
just encode them like
> 1|a
> 2|b
> 3|c
>
> or some such. Then split them back up again and display
> the name to the user and use the ID in the URL
>
> Best
> Erick
>
> On Fri, Mar 11, 2011 at 4:17 AM, Prav Buz wrote:
> > Hi,
> >
> > Yes I
the solr docs.
Thanks
Praveen
On Fri, Mar 11, 2011 at 2:35 PM, Gora Mohanty wrote:
> On Fri, Mar 11, 2011 at 2:32 PM, Prav Buz wrote:
> [...]
> > I need to show a facets on Category and then I need the category id in
> the
> > href link. For this what I 'm tryi
Hi,
I need to show a facets on Category and then I need the category id in the
href link. For this what I 'm trying to do is create a field which will
store ID|Category in the schema and split it in the UI.
Also I have Category and category id 's indexed .
Categories are multivalued as well, mean