On Fri, Oct 25, 2013 at 9:58 AM, Igor Shalyminov
<ishalymi...@yandex-team.ru> wrote:

> What is ProxBooleanTermQuery?
> I couldn't find it in the trunk and in that ticket's 
> (https://issues.apache.org/jira/browse/LUCENE-2878) patch.

Sorry, this is on https://issues.apache.org/jira/browse/LUCENE-5288

Next time try searching for ProxBooleanTermQuery at
http://jirasearch.mikemccandless.com -- only one match :)

As that patch now stands, it only uses prox to boost scoring ... so
you'd need to heavily modify it to do matching as well.

> And for now it's very fuzzy to me how the searching/scoring works. Are there 
> any tutorials or talks on how do Queries, Scorers, Collectors interoperate?

Here's an overview: https://lucene.apache.org/core/3_6_2/scoring.html

It's a bit old (3.6.x) but much of it is still relevant.

Mike McCandless

http://blog.mikemccandless.com

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to