Re: Correct way to use tokenizer for whitespace

2010-03-22 Thread Ahmet Arslan
> 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

Re: Correct way to use tokenizer for whitespace

2010-03-22 Thread Willie Whitehead
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

Re: Correct way to use tokenizer for whitespace

2010-03-22 Thread Ahmet Arslan
> 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" /> >       >     >