Hi, Is the number of hits the same every time? And are those documents have the same score? If so, the behavior is expected. Elasticsearch (Lucene) uses Lucene's internal document ID when score is the same. You can supply secondary sort criterion like "_uid" to make order consistent.
Masaru On March 27, 2015 at 20:15:43, andavar ([email protected]) wrote: Hi All Plz give suggestion for this post. Any configuration need to be change in my yml file. Note: I did not changed in anything in yml file. Am using elastic1.3.1 -- View this message in context: http://elasticsearch-users.115913.n3.nabble.com/Inconsistent-results-Preference-Custom-string-UserId-tp4072415p4072704.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/1427454937397-4072704.post%40n3.nabble.com. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.5518e515.66ef438d.166%40citra-2.local. For more options, visit https://groups.google.com/d/optout.
