On Sat, Jul 25, 2009 at 8:46 AM, Ranjit Raveendran <
contact_ranjit_...@yahoo.com> wrote:

> Hi,
>
> I had emailed before about the following issue but did not get a response.
>
> I have been trying to reload the Solr core after I make changes to the
> synonyms.txt file. With Solr 1.3, I am able to do a reload only after the
> first change but not in subsequent attempts (after subsequent changes to
> synonyms.txt).  The reloads work fine with Solr nightly builds though (i.e.
> I query using synonyms & get the desired results).
>
> I was wondering if someone could throw some light to this issue. I also
> tried running Solr 1.3 throught Tomcat 6 but I see the same issue.
>

I see that you are using synonyms at index time therefore, changes to the
synonym file cannot affect the documents which are already indexed. Although
the changes to the synonym files are picked up after a core reload,
documents which were indexed with the previous version of the synonym file
will not have the new tokens and hence will not match.

-- 
Regards,
Shalin Shekhar Mangar.

Reply via email to