Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-06 Thread Michael McCandless
XP Proffesionall / win 2003 Server, we had this issue on JVMs 1.5/1.6. It seams it this happens "not so often" on 1.6/Win2003, but we have this in production only for 2 weeks. We have single update machine that builds index in batch and replicates to many Index readers, so at least customers

Re: Search w/o looking at synonyms?

2006-08-06 Thread Yonik Seeley
On 8/6/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote: I created some indexes that use a SynonymAnalyzer and now I want to be able to offer a choice as to search the synonyms or not. The simplest method is to index the field more than once... one with synonyms, one without. -Yonik http://in

Search w/o looking at synonyms?

2006-08-06 Thread Michael J. Prichard
Howdy, I created some indexes that use a SynonymAnalyzer and now I want to be able to offer a choice as to search the synonyms or not. If I search now it will find all docs since the analyzer created tokens in the same position. How do I tell my IndexSearcher to not look at those tokens wit

Re: running a lucene indexing app as a windows service on xp, crashing

2006-08-06 Thread eks dev
XP Proffesionall / win 2003 Server, we had this issue on JVMs 1.5/1.6. It seams it this happens "not so often" on 1.6/Win2003, but we have this in production only for 2 weeks. We have single update machine that builds index in batch and replicates to many Index readers, so at least customers ar