On Jun 20, 2005, at 3:36 PM, Yousef Ourabi wrote:
Hello:
I have a couple of quesitons on configuration strategies. I have a
project where I have to deal with changing search requirements, for
example one search may want to use term-vectors to find "keywords like
this" or whatever, and the next may not.
Another requirement is that when I call a "shutdown" call, the current
settings are saved to an xml file, so that the nex time the main
SearchFacade class is started it re-reads this file and picks-up where
it left off.
How have other lucene users dealt with this? Thanks for any input.
You might find some useful tidbits in the "I Love Lucene" case study
of TheServerSide which was written for "Lucene in Action":
<http://www.theserverside.com/articles/article.tss?l=ILoveLucene>
The XML configuration file concepts discussed are along the lines of
what you're after, I think.
Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]