tjake / Solandra

Solandra = Solr + Cassandra
Apache License 2.0
882 stars 150 forks source link

sorting does not work when reading and writing docs at the same time #156

Open kRyszard opened 12 years ago

kRyszard commented 12 years ago

using solandra with cassandra 1.0.5 (commit 5dd17c89cd grimesp authored December 12, 2011), using org.apache.cassandra.dht.ByteOrderedPartitioner, using schema with field type: name="long" class="solr.LongField" omitNorms="true", using this field type in field: name="post_orig_id" type="long" indexed="true" stored="true" required="true" .

performing a query: http://localhost:8983/solandra/idxPosts.global1/select?q=_:_&rows=50000&sort=post_orig_id+asc&fl=post_orig_id

sorting is ok, but when performing the query again and simultaneously adding new documents then the result is not ordered.