Re: AW: Advanced search in solr

2012-02-02 Thread Chris Hostetter
: 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

Re: Advanced search in solr

2012-02-01 Thread Erick Erickson
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

Re: Advanced search in solr

2012-02-01 Thread 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 category:smartphone] thus getting all item that contain "whatYouWant" and being int he category you pick. cheers, gdupo

AW: Advanced search in solr

2012-02-01 Thread Ramo Karahasan
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