On Mon, Nov 30, 2015 at 4:15 PM, Sandeep Khanzode
<sandeep_khanz...@yahoo.com.invalid> wrote:
> I want to check whether the net effect of this query (bool or otherwise) is a 
> MatchAllQuery (i.e. without
> any terms) or a query with at least one term, or numeric range.

Or both.

    *:* OR field:text

The net effect is a MatchAllQuery, *AND* there is at least one term.

TX

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to