Re: weblogic cluster, index on NFS and locking problem

2004-02-04 Thread Dmitri Ilyin
What is it good for??? unfortunately i don't have any access to NFS server. It runs at customers in production environment. Suggestion: make sure the NFS lock daemon (lockd) is running on the NFS server. Peter - Original Message - From: Dmitri Ilyin [EMAIL PROTECTED] To: [EMAIL

Re: HTMLDocument

2004-02-04 Thread lucene
On Monday 02 February 2004 10:41, John Moylan wrote: Another easy HTML parser is HTMLparser.sf.net This one doesn't seem to be a SAX parser...:-\ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: weblogic cluster, index on NFS and locking problem

2004-02-04 Thread David Townsend
We work on NFS and have had major problems with locking, which often leads to the indices becoming corrupt. Our solution was to replace file locking with a database system. I can release the code but I'm not sure of the process or where to put it. It basically two classes one that extends

RE: weblogic cluster, index on NFS and locking problem

2004-02-04 Thread Otis Gospodnetic
The best way to submit contributions is via Bugzilla. For instance, here is the current queue of contributed code, patches, etc.:

[newbie] Hit quality rating

2004-02-04 Thread lucene
Hi! Is there a hit quality rating in Lucene or are there only hits and non-hits? Timo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: weblogic cluster, index on NFS and locking problem

2004-02-04 Thread Dmitri Ilyin
David please let me know if you submit your code. So we could take a look at it. It sounds very good for us. Dmitri We work on NFS and have had major problems with locking, which often leads to the indices becoming corrupt. Our solution was to replace file locking with a database system. I

Re: [newbie] Hit quality rating

2004-02-04 Thread Otis Gospodnetic
There is score. Look at Similarity class. Otis --- [EMAIL PROTECTED] wrote: Hi! Is there a hit quality rating in Lucene or are there only hits and non-hits? Timo - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [newbie] Hit quality rating

2004-02-04 Thread lucene
On Wednesday 04 February 2004 14:48, Otis Gospodnetic wrote: There is score. Oops, you are right Hits.score(). But it seems I have to implement a sorting iterator on my own :-\ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [newbie] Hit quality rating

2004-02-04 Thread Erik Hatcher
On Feb 4, 2004, at 9:07 AM, [EMAIL PROTECTED] wrote: On Wednesday 04 February 2004 14:48, Otis Gospodnetic wrote: There is score. Oops, you are right Hits.score(). But it seems I have to implement a sorting iterator on my own :-\ Well, the original design is to have hits sorted by score you

Re: [newbie] Hit quality rating

2004-02-04 Thread Eric Jain
But in the latest CVS (unreleased, must build it yourself) version of Lucene, a very slick contribution has been added to sort by an integer field. Other datatypes are in the works. Excellent! I imagine support for 'long' fields won't be long off. (Stupid pun...) Do you already know if

Lucene Book

2004-02-04 Thread William W
Hi Erik, How is the book ? ;) William. _ Check out the new MSN 9 Dial-up — fast reliable Internet access with prime features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1

Re: Lucene Book

2004-02-04 Thread Erik Hatcher
On Feb 4, 2004, at 12:21 PM, William W wrote: Hi Erik, How is the book ? ;) William. :) Otis and I are burning the midnight oil to get this thing done as soon as possible. We are probably 3/4 done with the manuscript. We've been through one review cycle. The bulk should be done by the end of

Need Advices and Help

2004-02-04 Thread Caroline Jen
I am trying to build message inboxes for all registered members of a web site. Therefore, each thread (i.e. under a certain discussion topic) can have several postings. And each registered member's inbox showes a number of threads. post receiver (register member) -- threads -- posts I have