public class TermsQuery extends SearchServerQuery
TermQuery but for multiple terms.| Modifier and Type | Field and Description |
|---|---|
String |
field
The field in which to look for
#term. |
List<Object> |
terms
The terms to look for in
field. |
boost| Constructor and Description |
|---|
TermsQuery() |
public List<Object> terms
field. Can be strings, a numbers or possibly other types. For more information,
refer to the documentation of the used search server.public String field
#term.public void addTerm(Object term)
Copyright © 2017 JULIE Lab, Germany. All rights reserved.