OpenSearch/test/framework
Jim Ferenczi 359b89a19b
Fix cacheability of custom LongValuesSource in TermsSetQueryBuilder (#65367) (#65389)
This change fixes the equals and hashCode methods of the custom FieldValuesSource
that is used internally to extract the value from a doc value field.
Using the field data instance to check equality prevented the query to be cached in
previous versions. Switching to the field name should make the query eligible for
caching again.
2020-11-23 22:21:01 +01:00
..
src Fix cacheability of custom LongValuesSource in TermsSetQueryBuilder (#65367) (#65389) 2020-11-23 22:21:01 +01:00
build.gradle Add snapshot only test modules (#61954) 2020-09-04 16:35:18 -07:00