I have underscore separated and camel case values ( eq "SimplyShopping_Rediff") in the field of the document with fieldtype as text_ws.
<fieldType name="text_ws" class="solr.TextField"
positionIncrementGap="100">
<analyzer type="index">
<tokenizer class="solr.PatternTokenizerFactory" pattern=";" />
<filter class="solr.LowerCaseFilterFactory" />
</analyzer>
<analyzer type="query">
<tokenizer class="solr.PatternTokenizerFactory" pattern=";" />
<filter class="solr.LowerCaseFilterFactory" />
</analyzer>
</fieldType>
Is there any way I can change the query analyzer without reindexing, so that I can search on Shopping or Rediff.