Re: Spell checker index rebuild

2008-01-17 Thread Doug Steigerwald

It's in the index.  Can see it with a query: q=word:blackjack

And in luke: −
lst name=topTerms
int name=blackjack29/int

The actual index data seems to disappear.

First rebuild:
$ ls  spell/
_2.cfs  segments.gen  segments_i

Second rebuild:
$ ls spell
segments_2z  segments.gen

doug

Otis Gospodnetic wrote:

Do you trust the spellchecker 100% (not looking at its source now).  I'd peek 
at the index with Luke (Luke I trust :)) and see if that term is really there 
first.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

- Original Message 
From: Doug Steigerwald [EMAIL PROTECTED]
To: solr-user@lucene.apache.org
Sent: Wednesday, January 16, 2008 2:56:35 PM
Subject: Spell checker index rebuild

Having another weird spell checker index issue.  Starting off from a
 clean index and spell check 
index, I'll index everything in example/exampledocs.  On the first
 rebuild of the spellchecker index 
using the query below says the word 'blackjack' exists in the

 spellchecker index.  Great, no problems.

Rebuild it again and the word 'blackjack' does not exist any more.

http://localhost:8983/solr/core0/select?q=blackjackqt=spellcheckercmd=rebuild

Any ideas?  This is with a Solr trunk build from yesterday.

doug




Re: Spell checker index rebuild

2008-01-16 Thread Otis Gospodnetic
Do you trust the spellchecker 100% (not looking at its source now).  I'd peek 
at the index with Luke (Luke I trust :)) and see if that term is really there 
first.

Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch

- Original Message 
From: Doug Steigerwald [EMAIL PROTECTED]
To: solr-user@lucene.apache.org
Sent: Wednesday, January 16, 2008 2:56:35 PM
Subject: Spell checker index rebuild

Having another weird spell checker index issue.  Starting off from a
 clean index and spell check 
index, I'll index everything in example/exampledocs.  On the first
 rebuild of the spellchecker index 
using the query below says the word 'blackjack' exists in the
 spellchecker index.  Great, no problems.

Rebuild it again and the word 'blackjack' does not exist any more.

http://localhost:8983/solr/core0/select?q=blackjackqt=spellcheckercmd=rebuild

Any ideas?  This is with a Solr trunk build from yesterday.

doug