Re: Do we need index analyzer for query elevation component
: In order for query elevation we define a type. do we really need index time : analyzer for query elevation type. If you declared an index analyzer, it would probably never be used in this context (i don't remember the details of QEC off the top of my head) but to be clear: regardless of usage, if you declare only one analyzer, it will be used as both the 'query' analyzer and the 'index' analyzer (even if it says 'type="query"') -Hoss
Do we need index analyzer for query elevation component
Hello, In order for query elevation we define a type. do we really need index time analyzer for query elevation type. Let say we have some document already indexed and i added only the query time analyzer, looks like solr reads the words in elevate.xml and map words to the respective document. in that case why would we need index time analyzers, unless i am missing something. Please let me know darniz -- View this message in context: http://lucene.472066.n3.nabble.com/Do-we-need-index-analyzer-for-query-elevation-component-tp1077130p1077130.html Sent from the Solr - User mailing list archive at Nabble.com.