public class QueryHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
buildOrFilter(String field,
String[] values)
Builds a query that requires one of the parsed terms by using a normal solr
OR query
|
static String |
buildTermsQuery(String field,
String[] values)
Builds a query that requires one of the parsed terms by using the Solr terms
query parser
|
Copyright © 2018 Redlink GmbH. All rights reserved.