Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

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

Open
kRyszard opened this issue Dec 22, 2011 · 0 comments
Open

Comments

@kRyszard
Copy link

using solandra with cassandra 1.0.5 (commit 5dd17c8 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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant