Package | Description |
---|---|
org.hibernate.search.query.dsl.impl |
Modifier and Type | Field and Description |
---|---|
protected List<FieldsContext> |
ConnectedSimpleQueryParser.fieldsContexts
Fields context as defined by the DSL
|
Modifier and Type | Method and Description |
---|---|
MoreLikeThisBuilder |
MoreLikeThisBuilder.fieldsContext(FieldsContext fieldsContext) |
Constructor and Description |
---|
ConnectedMoreLikeThisQueryBuilder(Object id,
ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE inputType,
FieldsContext fieldsContext,
MoreLikeThisQueryContext moreLikeThisContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext) |
ConnectedMultiFieldsTermQueryBuilder(org.hibernate.search.query.dsl.impl.TermQueryContext termContext,
Object value,
FieldsContext fieldsContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext) |
MoreLikeThisTerminationImpl(Object id,
ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE inputType,
FieldsContext fieldsContext,
MoreLikeThisQueryContext moreLikeThisContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext) |
MoreLikeThisToEntityContentAndTerminationImpl(Object id,
ConnectedMoreLikeThisQueryBuilder.INPUT_TYPE inputType,
FieldsContext fieldsContext,
MoreLikeThisQueryContext moreLikeThisContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext) |
Constructor and Description |
---|
ConnectedMultiFieldsSimpleQueryStringQueryBuilder(String simpleQueryString,
List<FieldsContext> fieldsContexts,
boolean withAndAsDefaultOperator,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext) |
ConnectedSimpleQueryParser(org.apache.lucene.analysis.Analyzer analyzer,
List<FieldsContext> fieldsContexts)
Creates a new parser searching over multiple fields with different weights.
|
ConnectedSimpleQueryParser(org.apache.lucene.analysis.Analyzer analyzer,
List<FieldsContext> fieldsContexts,
int flags)
Creates a new parser with custom flags used to enable/disable certain features.
|
Copyright © 2006–2017 Hibernate. All rights reserved.