Maybe try TestIndexWriter/TestIndexReader? (Or really any tests under oal.index.*)?
Also, TestDemo is a great "start the debugging" test, because it's insanely simple. So, if it's failing, you know you've got something very basic wrong... Mike On Mon, Oct 4, 2010 at 6:23 PM, Todd Nine <t...@spidertracks.co.nz> wrote: > Hi all, > I'm currently working with a fork of Lucandra, and I'm getting a lot of > tests that are failing when I port them from the Lucene core version 2.9.3 > to Lucandra. Specifically numeric range queries. The tests that are > failing deal primarily with document scoring and numeric range queries. The > current testing only covers a small subset of Lucene functionality with the > Lucandra index reader and writers, so I'm fairly confident scoring does not > work properly on all searches. Can anyone point me to some tests that I > could port over that would ensure the basic IndexReader and IndexWriter are > working as expected? > > Thanks, > Todd > > > >