: I just want to ask, for example for all products from the category "X" name
"Samsung"
before you do anything else, *PLEASE* start with the Solr tutorial, it
should really help you understand a lot of basic concepts in Solr...
http://lucene.apache.org/solr/tutorial.html
Another resource you
You can also simply add a filter query as &fq=category:smartphones.
Best
Erick
2012/2/1 Gérard Dupont :
> Hi Ramo,
>
> The answer is Yes. You just need to add a specific field "category" where
> you state the category of each item saved and then issue a request like
> [text:whatYouWant AND catego
Hi Ramo,
The answer is Yes. You just need to add a specific field "category" where
you state the category of each item saved and then issue a request like
[text:whatYouWant AND category:smartphone] thus getting all item that
contain "whatYouWant" and being int he category you pick.
cheers,
gdupo
achricht-
Von: Igor MILOVANOVIC [mailto:pleti...@gmail.com]
Gesendet: Dienstag, 31. Januar 2012 23:34
An: solr-user@lucene.apache.org
Betreff: Re: Advanced search in solr
Does this helps you?
http://www.lucidimagination.com/devzone/technical-articles/faceted-search-solr
--
Igor Milovanović
ht