I have created something of a war and ant Solr revision number 1199405.

I put the index was created in Tomcat then the solr war.

Search was not hit.

 solr schema settings are as follows.

<fieldType name="text_kwd" class="solr.TextField" positionIncrementGap="1001">
      <analyzer>
          <charFilter class="solr.MappingCharFilterFactory" 
mapping="example.txt"/>
          <tokenizer class="solr.KeywordTokenizerFactory"/>
          <filter class="solr.LowerCaseFilterFactory"/>
      </analyzer>
    </fieldType>


I changed the settings?
 Or comments please everyone.

 Previous revision number 1146430 was made ​​at this time.


                                          

Reply via email to