[
http://issues.apache.org/jira/browse/LUCENE-446?page=comments#action_12366302 ]
Kelvin Tan commented on LUCENE-446:
---
Yes, I've independently come up with something similar. What's interesting is
that you can also perform filtering (like date filtering)
: care about having contribute to the score of the hit. Along those lines I
: was thinking about adding some functionality to the code that expands prefix
: queries to create a filter and use that instead of just expanding the
: individual terms. Can anyone see any major issues with doing it this
[ http://issues.apache.org/jira/browse/LUCENE-374?page=all ]
Yonik Seeley resolved LUCENE-374:
-
Fix Version: 1.9
Resolution: Fixed
Assign To: Yonik Seeley (was: Lucene Developers)
Patch applied.
> You cannot sort on fields that don't ex
: This is a great time to improve the javadoc. I see lots of blank boxes
: which could use a bit of descriptive text, for example:
That reminds me about a documentation/release issue that's been rolling
arround in the back of my mind that seems like it's only going to get
worse as future release
Doug Cutting wrote:
I'd like to push out a 1.9 release candidate in the next week or so. Are
there any patches folks are really hoping to sneak into 1.9? If so,
now's the time.
This is a great time to improve the javadoc. I see lots of blank boxes
which could use a bit of descriptive text,
I'd like to push out a 1.9 release candidate in the next week or so.
Are there any patches folks are really hoping to sneak into 1.9? If so,
now's the time.
Doug
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comm
Hi all,
I've been using lucene for some number of months now and for the most part
it has worked great. One thing that we have had problems with is prefix
queries expanding to the point of making the search fail due to many terms.
The part of our application that this happens is people entering th