On Mon, Feb 23, 2009 at 8:40 PM, Jonathan Haddad <j...@letsgetnuts.com> wrote: > What are the differences between using an sint and an integer, aside > from the range queries on sint? If I've indexed a field as an > integer, and I try to sort on it, will there be performance problem?
Nope. If you don't need range queries, use "integer". Sorts work correctly on both because the sort code does not rely on the index order of the terms. -Yonik Lucene/Solr? http://www.lucidimagination.com