On Dec 30, 2008, at 11:05 AM, Alexander Ramos Jardim wrote:
Hey Grant,
Thanks for the info!
2008/12/30 Grant Ingersoll <gsing...@apache.org>
I'd probably write a new TokenFilter that was aware of the reload
policy
(in a generic way) such that I didn't have to go through a whole
core reload
every time. Are you just using them during query time or also during
indexing?
I am using it at indexing time.
I think that is a bit more problematic. How do you deal with new
documents having the new synonyms while old docs don't?
Any particular reason you use syns at indexing and not search? Not
saying there aren't reasons to do it, just query side usually works
better for this very reason.