elguillelmo wrote:
Kai_testing Middleton wrote:
The nutch analyzer is NutchDocumentAnalyzer. Does anyone know how to add
this to the Luke classpath? I tried this kind of thing but it didn't work
I'm trying to work out the same thing, to no avail. Would anybody be able to
detail how to add
Kai_testing Middleton wrote:
>
> The nutch analyzer is NutchDocumentAnalyzer. Does anyone know how to add
> this to the Luke classpath? I tried this kind of thing but it didn't work
>
I'm trying to work out the same thing, to no avail. Would anybody be able to
detail how to add Nutch's Analy
t;[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, August 7, 2007 5:51:43 PM
Subject: Re: StandardAnalyzer vs KeywordAnalyzer in Luke
Nutch uses it's own Analyzer. You should use the Analyzer that Nutch
uses in order to get proper results. That may mean adding the Nutch
Nutch uses it's own Analyzer. You should use the Analyzer that Nutch
uses in order to get proper results. That may mean adding the Nutch
Analyzer to your Luke classpath.
-Grant
On Aug 7, 2007, at 7:22 PM, Kai_testing Middleton wrote:
I'm invoking Luke like this:
java -jar lukeall-0.7.
>From the documentation for both SimpleAnalyzer and
StopAnalyzer...
...with LowerCaseFilter...
So I assume that your problem is the capital "N"...
Erick
On 8/7/07, Kai_testing Middleton <[EMAIL PROTECTED]> wrote:
>
> I'm invoking Luke like this:
>java -jar lukeall-0.7.1.jar
> I run this que