Add overloads for the `compound` must/mustNot/filter/should clauses to accept a single SearchOperator

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Builders
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Currently these methods take an `Iterable<SearchOperator>`.  If there's only one such SearchOperator, it requires doing something like `.must(Arrays.asList(clause))`.  It would be more convenient for developers to have overloaded methods that take a single SearchOperator instead of an Iterable.

              Assignee:
              Unassigned
              Reporter:
              Erik Hatcher
              None
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: