Did you restart solr after the changes? Did you reindex? Because the string type should do what you want.
And you've shown us <fieldType> definitions. What <field> are you using with them? Best Erick On Sun, Oct 31, 2010 at 1:13 PM, PeterKerk <vettepa...@hotmail.com> wrote: > > 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. >