Re: Amount of RAM needed to support a growing lucene index?

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

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 (

Re: StandardAnalyzer vs KeywordAnalyzer in Luke

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