I don't think that's all that large, though I have only been working with
Lucene for a short while. I have two corpuses with 445834 documents (3.43M
terms) and 132217 documents (1.6M terms). I don't have trouble querying either
of these with Luke.
- Original Message
From: lucene user
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 (
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.1.jar
> I run this query:
>content:Nyarubuye
>
> When I use the StandardAnalyzer I get results but when I use th