One way to view how your Tokenizers/Filters chain transforms your input
terms, is to use the analysis page of the Solr admin web application. This
is very handy when troubleshooting issues related to how terms are indexed.

On 31 October 2010 17:13, 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.
>

Reply via email to