Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
org.hibernate.search.query.dsl.impl |
Modifier and Type | Method and Description |
---|---|
EntityContext |
QueryContextBuilder.forEntity(Class<?> entityType)
Creates an entity context which can be used to obtain a
QueryBuilder . |
EntityContext |
EntityContext.overridesForField(String field,
String analyzerName) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectedQueryContextBuilder.HSearchEntityContext |
Modifier and Type | Method and Description |
---|---|
EntityContext |
ConnectedQueryContextBuilder.forEntity(Class<?> entityType) |
EntityContext |
ConnectedQueryContextBuilder.HSearchEntityContext.overridesForField(String field,
String analyzerName) |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved