Re: Distributed Indexing

2011-01-26 Thread Todd Nine
Just throwing in my 2 cents. If you're on a tight deadline have you had a look at Solandra? We were already using Cassandra, so it was incredibly easy to get a scalable Solr installation up and running. On 27 January 2011 08:17, Alex Cowell wrote: > Hi Soheb, > > Sounds good! A few things I th

More information on Sort.INDEXORDER and porting TestNumericRange32

2010-10-06 Thread Todd Nine
Hi all, I've been working on getting Uwe's numeric range query tests passing on Lucandra, unfortunately it hasn't been as easy as I was hoping to get working. The term iterator now returns terms in the same order as the RamDirectory in the original test case, so I'm getting valid documents. Howe

Help with porting core tests over to Lucandra

2010-10-04 Thread Todd Nine
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.