Re: StandardAnalyzer vs KeywordAnalyzer in Luke

2008-12-02 Thread Andrzej Bialecki
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

Re: StandardAnalyzer vs KeywordAnalyzer in Luke

2008-12-02 Thread elguillelmo
ail how to add Nutch's Analyzer to the Luke's classpath? What I'm doing at the moment is: java -classpath lukeall-0.8.1.jar:/path/to/nutchAnalyzer.jar org.getopt.luke.Luke Thanks, -- guille -- View this message in context: http://www.nabble.com/StandardAnalyzer-vs-KeywordAnalyzer-

Re: StandardAnalyzer vs KeywordAnalyzer in Luke

2007-08-10 Thread Kai_testing Middleton
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

Re: StandardAnalyzer vs KeywordAnalyzer in Luke

2007-08-07 Thread Grant Ingersoll
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.

Re: StandardAnalyzer vs KeywordAnalyzer in Luke

2007-08-07 Thread Erick Erickson
>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

StandardAnalyzer vs KeywordAnalyzer in Luke

2007-08-07 Thread Kai_testing Middleton
I'm invoking Luke like this: java -jar lukeall-0.7.1.jar I run this query: content:Nyarubuye When I use the StandardAnalyzer I get results but when I use the KeywordAnalyzer I don't get results. Can someone explain this? My corpus was crawled and indexed using a nightly build of nutch (