00k in size.) - We use DocValuesTermsFilter and pass it is as Filter
> parameter to search method.
> 2. The second search is on result of step 1- This could be either a
> TermQuery or NumericRangeQuery, evaluated to query and added as query
> parameter to search method.
>
>
NumericRangeQuery, evaluated to query and added as query parameter to search
> method.
>
> (After migration to Lucene 6.5)
> The first search is on a text field with discrete values. (There is no
> pattern to the value of this text field. Here the terms[] ranges from 1 to
> 2
method.
(After migration to Lucene 6.5)
1. The first search is on a text field with discrete values. (There is no
pattern to the value of this text field. Here the terms[] ranges from 1 to 200k
in size.) - We use DocValuesTermsQuery and add it to BooleanQuery with
Occur.Filter.
2. The
method.
(After migration to Lucene 6.5)
1. The first search is on a text field with discrete values. (There is no
pattern to the value of this text field. Here the terms[] ranges from 1 to 200k
in size.) - We use DocValuesTermsQuery and add it to BooleanQuery with
Occur.Filter.
2. The