DO NOT REPLY [Bug 30330] New: - IndexReader.delete(term) does not delete last doc from TermDocs list

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30327] New: - Add StopFilter ignoreCase option

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30327] - [PATCH] Add StopFilter ignoreCase option

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30327] - Add StopFilter ignoreCase option

2004-07-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Problem with Sort logic ?

2004-07-26 Thread Doug Cutting
Aviran wrote: Do you think that another FieldCache implementation will be beneficiary for those who want to sort on any field other than keyword. I bet that a lot of developers will want to have the ability to sort on ANY field, without having to duplicate all the fields as keywords. Yes, it would

Simple patch for broken link in javadoc of Weight.java

2004-07-26 Thread Paul Elschot
Regards, Paul Index: search/Weight.java === RCS file: /home/cvspublic/jakarta-lucene/src/java/org/apache/lucene/search/Weight.java,v retrieving revision 1.3 diff -u -r1.3 Weight.java --- search/Weight.java 29 Mar 2004 22:48:04 -000

RE: Problem with Sort logic ?

2004-07-26 Thread Aviran
Do you think that another FieldCache implementation will be beneficiary for those who want to sort on any field other than keyword. I bet that a lot of developers will want to have the ability to sort on ANY field, without having to duplicate all the fields as keywords. Aviran -Original Mess

Logic of score method in hits class

2004-07-26 Thread lingaraju
Dear All How the score method works(logic) in Hits class For 100% match also score is returning only 69% Thanks and regards Raju

updating the index created for database search

2004-07-26 Thread lingaraju
Dear All I need help to update the index created for the database search I created the index with three field mapping to the three column of database(oid(primarykey),title, contents) Then I created the document for each row and added to the writer doc.add(Field.Keyword("OID",oid