Thanks Mikhail & Adrien for the help
This is the same principle that we apply for block-max WAND so
> theoretically that would work, though in practice it might be a bit
> hard to implement due to the fact that we don't have the APIs that you
> will need.
Aah, did not know block-max WAND is now
Hello,
This is the same principle that we apply for block-max WAND so
theoretically that would work, though in practice it might be a bit
hard to implement due to the fact that we don't have the APIs that you
will need.
I have considered the idea of adding information about blocks to doc
values a
Not sure what is the problem, but make sure you are aware of
https://lucene.apache.org/solr/guide/7_0/function-queries.html#childfield-field-function
.
On Tue, Jul 2, 2019 at 4:01 PM Ravikumar Govindarajan <
ravikumar.govindara...@gmail.com> wrote:
> Our Sort Fields utilize DocValues..
>
> Lets s
Our Sort Fields utilize DocValues..
Lets say I collect min-max ords of a Sort Field for a block of documents
(128, 256 etc..) at index-time via Codec & store it as part of DocValues at
a Segment level..
During query time, could we take advantage of this Stats when Top-N query
with Sort Field is r