Hello,

I have an issue, that "T-Shirt" is not found, even if there
are documents with the title "T-Shirt".

The analysis page shows that both the index-analyzer and the
query-analyzer create "t" and "shirt" of this.

However, when I search for "t-shirt", I don't find anything.

The product title is copied to the field "text", this has the
type "text", which is configured like this:

    <fieldtype name="text" class="solr.TextField" positionIncrementGap="100">
      <analyzer type="index">
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
      </analyzer>
      <analyzer type="query">
        <tokenizer class="solr.StandardTokenizerFactory"/>
        <filter class="solr.LowerCaseFilterFactory"/>
        <filter class="solr.RemoveDuplicatesTokenFilterFactory"/>
      </analyzer>
    </fieldtype>

What might be the reason for this?

Thanx && cheers,
Martin


Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to