-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
Description
Lucene has index-time sorting and early query termination capabilities. It would be nice to integrate it into Elasticsearch in order to speed up queries whose sort order matches the index order. This presentation contains some information about these features and their implementation in Lucene.