; The same synonyms are used at index and query time, which is unnecessary.
> Only use synonyms at index time unless you really know what you are doing
> and have a special need.
>
> wunder
>
> On Mar 29, 2013, at 9:53 AM, Plamen Mihaylov wrote:
>
> > Guys,
> >
gt; Hi Plamen
> >
> > You should set expand to true during
> >
> >
> >
> > > ignoreCase="true" expand="true"/>
> >
> >
> > ...
> >
> > Greetings,
> >
> > Thomas
> >
>
Hey guys,
I have the following problem - I have a website with sport players, where
using Solr indexing their data. I have defined synonyms like: NY, New York.
When I search for New York - there are 145 results found, but when I search
for NY - there are 142 results found. Why there is a diff and