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
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
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
Nevermind, I just wrote a custom function that outputs the edit type for
each word.
Thanks