RE: Rules for pre-processing queries

2015-09-03 Thread Siamak Rowshan
sage- From: Arcadius Ahouansou [mailto:arcad...@menelic.com] Sent: Wednesday, September 02, 2015 4:53 PM To: solr-user Subject: Re: Rules for pre-processing queries Hello Siamak. You may also want to have a look at 3 related articles, the 3rd part being: http://lucidworks.com/blog/q

RE: Rules for pre-processing queries

2015-09-02 Thread Siamak Rowshan
ilable at www.softmart.com/terms. -Original Message- From: Upayavira [mailto:u...@odoko.co.uk] Sent: Wednesday, September 02, 2015 4:10 PM To: solr-user@lucene.apache.org Subject: Re: Rules for pre-processing queries Do you have a predefine

Re: Rules for pre-processing queries

2015-09-02 Thread Arcadius Ahouansou
Hello Siamak. You may also want to have a look at 3 related articles, the 3rd part being: http://lucidworks.com/blog/query-autofiltering-extended-language-logic-search/ I would start from the 1st part. Hope this helps a bit. Arcadius. On 2 September 2015 at 21:09, Upayavira wrote: > Do you

Re: Rules for pre-processing queries

2015-09-02 Thread Upayavira
Do you have a predefined list of such filters? You can do fun things with synonyms: define an ipad->tablet synonym, and use it at query time. Filter out all non-synonym terms in your query time analysis chain, and then use that field as a filter. Upayavira On Wed, Sep 2, 2015, at 09:07 PM, Siama

Rules for pre-processing queries

2015-09-02 Thread Siamak Rowshan
Hi all, I need to refine my search results by adding parameters to search query parameters. For example, if user enters "ipad", I want to add a filter query such as ("category=tablets") to refine the search results. I thought a more general solution would be to define rules, that examine the que