Test support for longs in hit counts, limits and offsets more thoroughly

Description

I know for a fact that:

  1. Elasticsearch may hold more than Integer.MAX_VALUE documents in one index, due to sharding (each shard is one Lucene index)

  2. Elasticsearch expects integers for the limit and offset (bug?)

  3. Lucene only ever works with integers

I don't know how Elasticsearch behaves when returning a hit count greater than Integer.MAX_VALUE; maybe it fails due to an overflow.

We should define the expected behavior for these APIs and add tests, because we currently only ever test with default values and very small values.

While we’re at it, let’s test the default value for limits more thoroughly: Elasticsearch has a default of 10 or so, and I don’t think we override it properly. => Fixed in

Activity

Show:

Yoann RodièreMay 16, 2019 at 1:45 PM

Neither Lucene nor Elasticsearch supports limits or offsets higher than Integer.MAX_SIZE. Cancelling this ticket; I opened HSEARCH-3577.

Out of Date

Details

Assignee

Reporter

Components

Sprint

Priority

Created March 11, 2019 at 1:24 PM
Updated May 16, 2019 at 1:45 PM
Resolved May 16, 2019 at 1:45 PM