al Message-
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.
Wou
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
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 types,