ParrellelMultiSearcher Question

2005-02-17 Thread Youngho Cho
Hello, I would like to use ParrellelMultiSearcher with few RemoteSearchables. If one of the remote server is down, Can I parrellelMultiSearcher set close() and make new ParrellelMultiSearcher with other live RemoteSearchables ? Thanks. Youngho

Re: ParrellelMultiSearcher Question

2005-02-17 Thread Youngho Cho
Hello, Is there any pointer how closing an index and how the server deals with index updates for using ParrellelMultiSearcher with built in RemoteSearcher ?? Need your help. Thanks, Youngho - Original Message - From: Youngho Cho [EMAIL PROTECTED] To: Lucene Users List lucene-user

Re: ParrellelMultiSearcher Question

2005-02-17 Thread Youngho Cho
Hi, I found my problem, The remoteServer index wasn't closed expectedly. Also after reopen the remoteServer searcher, the client side searcher also should reconnected. Thanks. Youngho - Original Message - From: Youngho Cho [EMAIL PROTECTED] To: Lucene Users List lucene-user

Re: text highlighting

2005-01-27 Thread Youngho Cho
Hello, When I used the code with CJKAnalyzer and search English Text (Because the text is mixed with Korean and English ) sometimes the return Stirng is none. Others works well. Is the code analyzer dependancy ? Thanks. Youngho --- Test Code ( Just copy of the Book code ) -

Re: text highlighting

2005-01-27 Thread Youngho Cho
More test result if the text contains ... Family ... Than family query string woks OK. But if the query stirng is Family than the highlighter return none. Thanks. Youngho - Original Message - From: Youngho Cho [EMAIL PROTECTED] To: Lucene Users List lucene-user@jakarta.apache.org

Re: text highlighting

2005-01-27 Thread Youngho Cho
Thanks for your reply. I use QueryParser instead of TermQuery. And all works good !. Thanks. Youngho - Original Message - From: mark harwood [EMAIL PROTECTED] To: lucene-user@jakarta.apache.org Sent: Thursday, January 27, 2005 7:05 PM Subject: Re: text highlighting sometimes the