Dynamic Query Analyzer

2013-09-03 Thread Daniel Rosher
Hi, We have a need to specify a different query analyzer depending on input parameters dynamically. We need this so that we can use different stopword lists at query time. Would any one know how I might be able to achieve this in solr? I'm aware of the solution to specify different field

Re: Dynamic Query Analyzer

2013-09-03 Thread Roman Chyla
You don't need to index fields several times, you can index is just into one field, and use the different query analyzers just to build the query. We're doing this for authors, for example - if query language says =author:einstein, the query parser knows this field should be analyzed differently

Re: Dynamic Query Analyzer

2013-09-03 Thread Jack Krupansky
- From: Daniel Rosher Sent: Tuesday, September 03, 2013 11:41 AM To: solr-user Subject: Dynamic Query Analyzer Hi, We have a need to specify a different query analyzer depending on input parameters dynamically. We need this so that we can use different stopword lists at query time. Would any one