Query for term frequency

2003-06-26 Thread Giulio Cesare Solaroli
Hi, we are using Lucene quite successfully. Our users are so happy with the performance of Lucene that they are starting making strange requests. One of our users would like to find all documents where a given term is present more than a given amount of times. As I understand Lucene (I really

DO NOT REPLY [Bug 21128] New: - Mixed case and keyword fields don't mix?

2003-06-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21128. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Ok to add method IndexWriter.addDocument( Analyzer, Document ) ?

2003-06-26 Thread Randy Darling
Would it be ok to add an extra addDocument method to IndexWriter that would take an analyzer in addition to the document? I am going to be indexing documents for multiple languages and I would prefer to not have to reopen a writer for each document that we are going to index. I took a look at

Re: Ok to add method IndexWriter.addDocument( Analyzer, Document) ?

2003-06-26 Thread Andrzej Bialecki
Randy Darling wrote: Would it be ok to add an extra addDocument method to IndexWriter that would take an analyzer in addition to the document? I am going to be indexing documents for multiple languages and I would prefer to not have to reopen a writer for each document that we are going to index.

Re: Lucene crawler plan

2003-06-26 Thread Andrew C. Oliver
On 6/26/03 8:33 PM, Peter Becker [EMAIL PROTECTED] wrote: Hi Andrew, are you the Andy signing this: http://jakarta.apache.org/lucene/docs/luceneplan.html? If no -- do you know who wrote the page and could you forward this email? Thanks. BTW: your website link on

LARM: status? / File System Indexer

2003-06-26 Thread Peter Becker
Hi all, Andrew already forwarded one of my mails on the list, so you might know what I am looking for by now. Maybe some more words as clarifications: What we are doing is writing a personal document management tool based on Lucene and our visualization techniques. Actually I should say: what