[ANNOUNCE] Apache Lucene 4.10.1 released

2014-09-29 Thread Michael McCandless
September 2014, Apache Lucene™ 4.10.1 available The Lucene PMC is pleased to announce the release of Apache Lucene 4.10.1 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 fu

Lucene suggester can't suggest similar phrase

2014-09-29 Thread Cheng
Hi, I am using Lucene 4.10 suggester which I thought can return similar phrase. But it turned out the different way. My code is as follow: public static void main(String[] args) throws IOException { String path = "c:/data/suggest/dic.txt"; Dictionary dic; dic = new FileDictionary(new FileInpu

topdocs per facet

2014-09-29 Thread Jürgen Albert
Hi, I'm currently implementing the lucene facets in the version 4.8.1 and two questions remain for me: 1. Is the an easy way to have translations for the facets? If we use e.g. the books example, the user should see the translation. But if he clicks on a link the english value should be used

Re: Controlling FuzzyQuery edit type

2014-09-29 Thread Manuel Le Normand
Nevermind, I just wrote a custom function that outputs the edit type for each word. Thanks