6519e1207c
Currently "foo:*" is parsed as prefix query on the field `foo` unless the field is defined in `default_field` or `fields`. This commit fixes this behavior, "foo:*" is now rewritten to an exists query on the field name. This change also removes the assumption that "_all:*" should return all docs. relates #23356 |
||
---|---|---|
.. | ||
licenses | ||
src | ||
build.gradle |