You appear to be trying to use an old method from the java 1.4.3 API for
BooleanQuery, but i'm assuming you are acctually using Lucene 2.0 or 1.9
... take a look at the 2.0 javadocs for BooleanQuery and i think you'll
see how do what you are attempting...
http://lucene.apache.org/java/2_0_0/api/o
I hate "me too" emials but i seriously can't thank Grant enough for doing
this ... documentation is one of hte least glamourous parts of a project,
and "revamping" documentation that already exists just to make it easier
to use is the least glamourous of all -- but having the multiple site
version
Honestly! A guy slaves away making things better and what's the immediate
response? What *more* can you do for me
Nice work Grant (notice, no requests for you to do anything else..)
Erick
On 12/23/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote:
Excellent work, Mister! Me like.
I ree
Excellent work, Mister! Me like.
I really don't care to push the Lucene book for my personal reasons, but it
may be worth adding a link to LIA either under Documentation or under Resources
in the left navigation column. I think that's where people who might find the
book useful would look
Hi,
I have made a Morelikethis query to look up documents that match a certain
document id. This results in a search of the whole index. I would like the
Morelikethis query to search only part of the index. How can I do this?
I have already tried to create a BooleanQuery, like:
BooleanQuery com
Hey Luceners,
There have been several changes to the website (http://
lucene.apache.org/java/docs/index.html) that may or may not affect
how people use Lucene documentation.
Previously, the website was, more or less, static since it was based
on the latest official release. Sometimes it w
OK, this should be fixed.
On Dec 22, 2006, at 4:20 PM, Grant Ingersoll wrote:
This is a bug that just got introduced by the new nightly build
process. See http://issues.apache.org/jira/browse/LUCENE-708
I will work to fix before tonight's build.
-Grant
On Dec 22, 2006, at 2:36 PM, Suman