Re: Spellchecker bug (or feature?)

2006-04-02 Thread karl wettin
1 apr 2006 kl. 03.13 skrev karl wettin: 1 apr 2006 kl. 00.20 skrev Xiaocheng Luan: Not sure if this is the right place to report this issue: The accuracy value, which can be set via setAccuracy(), is being modified in SpellChecker.java when a word is checked. As a result, the "min" may

RE: Regarding Indexes

2006-04-02 Thread Babu, KameshNarayana \(GE, Research, consultant\)
Dont maintain individual index file. Convey the companies that they cannot get back the data. -Original Message- From: Ravi [mailto:[EMAIL PROTECTED] Sent: Friday, March 31, 2006 9:52 PM To: java-user@lucene.apache.org Subject: Regarding Indexes Hi Luceners, This is the my probl

Re: Use two Analyzers in Lucene

2006-04-02 Thread Daniel Noll
Kostas V. wrote: I have the Analyzers for both languages (they do stemming as well) but I don't know how to use them together. I imagine that I have to do two passes for each paper ?? or this is not correct? The following line is how I use my English Analyzer IndexWriter writer = new IndexWrite

Use two Analyzers in Lucene

2006-04-02 Thread Kostas V.
Hello, I'm new to Java and in Lucene as well and I have a little problem. I have to index and search with Lucene some papers that are written both in English and Greek. When I say both I mean that in the same txt there are both Greek na d English words. I have the Analyzers for both languages (the