Here is my config now:
<fieldType name="email" class="solr.TextField"> 
      <analyzer type="index"> 
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
      </analyzer> 
          <analyzer type="query"> 
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
    </fieldType> 

And my initial heap allocation is now set to 4 GB and a max of 8GB as per
Shawn's recommendation.
Thanks Jack, Walter and Shawn for your suggestions.  
I will post the results on this forum for others to refer.
Regards,
Giri



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Email-Search-Slow-tp4044064p4044093.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to