remove filter option from BoolQuery#append()

Issue #48 resolved
Shinichiro Abe repo owner created an issue

filter option is confusing differed from normal TermQuery. use addFilter() instead.

Comments (5)

  1. Shinichiro Abe reporter

    note: now filter accepts Term or Range query. when using a TermQuery on filter, the filter DOES NOT analyze text. we recommend to use String keyword field to the filter.

  2. Log in to comment