Hi Lucene users,
I'm looking into ways to improve the filtered and sorted searches over our
untokenized fields. For instance filter by fields A and B (could be term,
prefix, range) and sort by A value.
Lucene scores and collects the documents in DocId order. Normally DocIds are
assigned increme
Formatting got messed up - fixed to make it more readable.
-Original Message-
From: Ayse Onalan
Sent: Friday, April 19, 2019 1:29 PM
To: java-user@lucene.apache.org
Subject: early termination with query time sorting (but without index-time
SortingMergePolicy)
Hi Lucene users,
I