Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Method and Description |
---|---|
SimpleQueryStringMatchingContext |
SimpleQueryStringMatchingContext.andField(String field)
Field the query is executed on.
|
SimpleQueryStringMatchingContext |
SimpleQueryStringMatchingContext.andFields(String... field)
Fields the query is executed on.
|
SimpleQueryStringMatchingContext |
SimpleQueryStringMatchingContext.boostedTo(float boost)
Boost the field to a given value
Most of the time positive float:
- lower than 1 to diminish the weight
- higher than 1 to increase the weight
Could be negative but not unless you understand what is going on (advanced)
|
SimpleQueryStringMatchingContext |
SimpleQueryStringContext.onField(String field) |
SimpleQueryStringMatchingContext |
SimpleQueryStringContext.onFields(String field,
String... fields) |
Copyright © 2006-2018 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.