SpellCheckComponent suggestions and case

2009-10-30 Thread Acadaca
I am having great difficulty getting SpellCheckComponent to ignore case. Given a search of Glod, the suggestion is wood Given a search of glod, the suggestion is gold I am using LowerCaseTokenizerFactory for both query and index, so as I understand it Glod and glod should be treated the same. If

"after flush: fdx size mismatch" on query durring writes

2010-02-09 Thread Acadaca
We are using Solr 1.4 in a multi-core setup with replication. Whenever we write to the master we get the following exception: java.lang.RuntimeException: after flush: fdx size mismatch: 1285 docs vs 0 length in bytes of _gqg.fdx file exists?=false at org.apache.lucene.index.StoredFieldsWriter.cl

Re: "after flush: fdx size mismatch" on query durring writes

2010-02-11 Thread Acadaca
t;> Does this software commit before shutting down? >> >> If you run with asserts on do you get errors before this happens. >>    -ea:org.apache.lucene... as a JVM argument >> >> On Tue, Feb 9, 2010 at 5:08 PM, Acadaca wrote: >>>