24 August 2015, Apache Lucene⢠5.3.0 available
The Lucene PMC is pleased to announce the release of Apache Lucene 5.3.0
Apache Lucene is a high-performance, full-featured text search engine
library written entirely in Java. It is a technology suitable for
nearly any application that requires full
Hi,
you can use the lucene-expressions module and use the distance function there
as part of the score. In general, just sorting by distance brings bad user
experience, because you would ignore the score completely. So you should just
"tune" the score by taking the distance into account, e.g. n
Hi,
I'm using GeoPointDistanceQuery to filter the results near by a
certain coordinate, but now I want to sort them by distance to that
coordinate.
I did not find anything in the github repository on how to do this.
Someone know how to do this?
Thanks for the help!
Regards,
Pablo.
---
Hi ajinkya,
In last week, I had a technical talk about NLP4L at Lucene/Solr meetup:
http://www.meetup.com/Downtown-SF-Apache-Lucene-Solr-Meetup/events/223899054/
In my talk, I told about the implementation idea of Learning to Rank using
Lucene.
Please take a look at page 48 to 50 of the follow
Hello,
I am extending AnalyzingInfixSuggester for use with my suggester where I
change the query to be a AND rather than an OR in the finishQuery(..)
method.
ie
/**
* Subclass can override this to tweak the Query before searching.
*/
protected Query finishQuery(Builder in, boolean