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