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 

     <fieldType name="elevateKeywordsType" class="solr.TextField"
positionIncrementGap="100"> 

            <analyzer type="query"> 
                <tokenizer class="solr.WhitespaceTokenizerFactory"/> 
                <filter class="solr.LowerCaseFilterFactory"/> 
            </analyzer> 
        </fieldType> 
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.

Reply via email to