I already tried the normal string type, but that doesnt work either.
I now use this:
    <fieldType name="mytype" class="solr.TextField" sortMissingLast="true"
omitNorms="true">
      <analyzer>
        <tokenizer class="solr.KeywordTokenizerFactory"/>
      </analyzer>
    </fieldType>

But that doesnt do it either...what else can I try?

Thanks!
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/indexing-tp1816969p1817298.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to