Unable to find JAR for lucene-contrib

2013-09-10 Thread Abhinav M Kulkarni
Hi, This is probably a very basic question, but I am unable to find |Lucene| contrib jar in Apache's |Maven| repository. For e.g. I looked here , but there's only a |.pom|, there's no jar file, same with repositories

SpellChecker adding and removing words

2013-09-10 Thread Johnny Jenkins
I’m wanting to high jack SpellChecker class as a general spell checking and word suggestion tool. The idea of using this class was to avoid creating my own. At first it seems to fit the bill. However, once I’ve used indexDirectory() I cannot seem to easily add/remove words. I can re-instantiate

Re: Providing special characters in input when using QueryParser.

2013-09-10 Thread Ankit Murarka
Ok..The problem seems to be solved.. Using the escape method of QueryParser, I am able to parse the given input with special characters also. But if this leads to another pitfall someone may please guide.. On 9/10/2013 12:19 PM, Ankit Murarka wrote: Hello, I am using StandardAnalyzer

Re: Strange performance of Lucene 4.4.0

2013-09-10 Thread Adrien Grand
Sort.INDEXORDER just lets you know about matching documents while by default a score is computed and Lucene selects the top N matching documents from your index. On Mon, Sep 9, 2013 at 7:33 PM, Mirko Sertic wrote: > Ok, using Sort.INDEXORDER for default sorting is blazing fast. Just for my > unde