[jira] Commented: (LUCENE-446) FunctionQuery - score based on field value

2006-02-13 Thread Kelvin Tan (JIRA)
[ 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)

Re: changing prefix queries to use a filter instead of expanding terms

2006-02-13 Thread Chris Hostetter
: 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

[jira] Resolved: (LUCENE-374) You cannot sort on fields that don't exist

2006-02-13 Thread Yonik Seeley (JIRA)
[ 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

Re: 1.9 RC1

2006-02-13 Thread Chris Hostetter
: 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

Re: 1.9 RC1

2006-02-13 Thread Doug Cutting
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,

1.9 RC1

2006-02-13 Thread Doug Cutting
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

changing prefix queries to use a filter instead of expanding terms

2006-02-13 Thread Jack McBane
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