> Thank you. I tried that but it did
> not work to remove trailing spaces.
> I believe this is why my size facet queries are not
> working. After
> reloading, the XML result entries still have:
>
>
> LARGE
> MEDIUM
> SMALL
>
>
> I am using this:
>
>
> class="solr.Stand
Thank you. I tried that but it did not work to remove trailing spaces.
I believe this is why my size facet queries are not working. After
reloading, the XML result entries still have:
LARGE
MEDIUM
SMALL
I am using this:
And here is my size field:
I did no
> 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:
>
> class="solr.TextField">
>
> class="solr.StandardTokenizerFactory"/>
> class="solr.TrimFilterFactory" />
>
>
>