I had an NPE on the same line, but from googling it seems like that NPE can
happen for different reasons, so I couldn't say if my situation was exactly
the same as yours. I will say I get phrase based suggestions now.
will
On Mon, Aug 22, 2011 at 11:28 AM, Valentin wrote:
> Thanks, but i have
I listed the basic steps I took in the other thread (recently), which were:
-Downloaded apache-solr-3.3.0 archive (I like to stick with releases vs. svn)
-Untar (tar -xzvf) and cd
-ant (to compile)
-mkdir something, cd something (e.g. create a peer directory in
apache-solr-3.3.0)
-Wrote my class b
> org.apache.solr.spelling.QueryConverter".
>
> What am I doing wrong?
>
> --
> From: "William Oberman"
> Sent: Thursday, August 18, 2011 10:35 PM
> To:
> Subject: Re: suggester issues
>
>> I t
I was on my phone before, and didn't see the whole thread. I wanted the same
thing, to have spellchecker not tokenize. See the "Suggester Issues" thread
for my junky replacement class that doesn't tokenize (as far as I can tell from
a few minutes of testing).
will
On Aug 19, 2011, at 8:35 A
I tried this:
package com.civicscience;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import org.apache.lucene.analysis.Token;
import org.apache.solr.spelling.QueryConverter;
/**