RE: Re : How does Lucene handle phrases containing words that are not indexed?

2002-02-14 Thread Halácsy Péter
Hello, I think my problem is something similar. -Original Message- From: Julien Nioche [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 6:09 PM To: Lucene Developers List Subject: Re : How does Lucene handle phrases containing words that are not indexed?

RE: cvs commit: jakarta-lucene/src/java/org/apache/lucene/store FSDirectory.java

2002-02-14 Thread Doug Cutting
Thanks for making all these cleanups, Otis! One comment: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 13, 2002 5:47 PM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-lucene/src/java/org/apache/lucene/store FSDirectory.java [ ... ] + * Examples of

DO NOT REPLY [Bug 6469] New: - Exception parsing

2002-02-14 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=6469. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6469] - Exception parsing ' this AND menu '

2002-02-14 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=6469. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 6469] - Exception parsing ' this AND menu '

2002-02-14 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=6469. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

RE: Re : How does Lucene handle phrases containing words that are not indexed?

2002-02-14 Thread Doug Cutting
From: Halácsy Péter [mailto:[EMAIL PROTECTED]] I'd like to index documents that are described by keywords. One document can have zero or more keywords and a keyword can be related to one ore more documents. Assume two keywords: human computer interaction computer science If I add

RE: Re : How does Lucene handle phrases containing words that are not indexed?

2002-02-14 Thread Doug Cutting
From: Julien Nioche [mailto:[EMAIL PROTECTED]] By the way, I was wondering if there is any Analyzer that uses the following constructor public Token(String text, int start, int end, String typ) ? StandardTokenizer uses Token's type field to communicate with StandardFilter, which does

RE: Indexes in WAR files

2002-02-14 Thread Doug Cutting
From: Les Hughes [mailto:[EMAIL PROTECTED]] Reading the servlet spec again it says that calls such as servletcontext.getRealPath() will *possibly* return null if the content is being served from a war as opposed the physical path on disk - I'm informed that weblogic actually returns

RE: Patch for IndexReader

2002-02-14 Thread Britton, Colin
A few days ago I posted a patch to add to IndexReader the ability to check if an index is locked by passing a string or file object as well as a directory. I added this so that I could have a cached index reader that checked if an index was not locked, but modified before reloading it - part of

Re: Searching multiple fields in one Index of Documents

2002-02-14 Thread Otis Gospodnetic
Folks, What to do you think about including this class in org.apache.lucene.queryParser? Let me know, and if you approve I can commit it. Thanks, Otis --- Kelvin Tan [EMAIL PROTECTED] wrote: Peter, As advised, re-released under APL. :) There were some changes to QueryParser