Just wanted to confirm that this:

<fieldtype name="string_lc" class="solr.TextField" sortMissingLast="true"
omitNorms="true">
  <analyzer>
    <filter class="solr.LowerCaseFilterFactory"/>
    <tokenizer class="solr.KeywordTokenizerFactory"/>
  </analyzer>
</fieldtype>

...works beautifully for untokenized lowercase values. Starting spaces and
spaces in the middle work fine.



--
View this message in context: 
http://lucene.472066.n3.nabble.com/Untokenized-lowercase-string-tp4010296p4010351.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to