Hi,

In my schema.xml, I am trying to remove whitespace from a multivalued
field as they come from the database. Is this the correct way:

   <fieldType name="size" class="solr.TextField">
      <analyzer type="query">
        <tokenizer class="solr.StandardTokenizerFactory"/>
                <filter class="solr.TrimFilterFactory" />
      </analyzer>
    </fieldType>

I do not believe this is working.

Thanks!

Reply via email to