Hello, I am using solr 3.6
In that one field name is UniqueID. I want to get only those data which less than some particular UniqueID So I tried by below mentioned way. Suppose I want only those results which are less than 123 than http://SolrURL/Core/select?start=0&Rows=10&......&UniqueID:[*+TO+123] By using this Query, It takes much time to retrieve data. and without this &UniqueID:[*+TO+123] it gives data in few seconds. But if we use with &UniqueID:[*+TO+123], it consumes so much time to retrieve data from solr? What may be the issue? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Query-taking-so-much-time-to-retrieve-data-tp4087832.html Sent from the Solr - User mailing list archive at Nabble.com.