Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
New
Description
In our work, we index most of our fields into an "all" field (like elasticsearch) to make our search faster. But at the same time we still want to support some of the field specific search (like title), so currently our solution is to double index them so that we could do both "all" search as well as specific field search.
I want to propose a new term query that accept a range in a specific field to search so that we could search on "all" field but act like a field specific search. Then we need not to doubly index those field.