|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.query.dsl.impl.ConnectedTermMatchingContext
public class ConnectedTermMatchingContext
| Constructor Summary | |
|---|---|
ConnectedTermMatchingContext(org.hibernate.search.query.dsl.impl.TermQueryContext termContext,
String[] fields,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
|
|
ConnectedTermMatchingContext(org.hibernate.search.query.dsl.impl.TermQueryContext termContext,
String field,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
|
|
| Method Summary | |
|---|---|
TermMatchingContext |
andField(String field)
field / property the term query is executed on |
TermMatchingContext |
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) |
TermMatchingContext |
ignoreAnalyzer()
Advanced Do not execute the analyzer on the text. |
TermMatchingContext |
ignoreFieldBridge()
Do not try and find the field bridge nor apply the object / string conversion matching objects should be of type String in this case. |
TermTermination |
matching(Object value)
Value searched in the field or fields. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectedTermMatchingContext(org.hibernate.search.query.dsl.impl.TermQueryContext termContext,
String field,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
public ConnectedTermMatchingContext(org.hibernate.search.query.dsl.impl.TermQueryContext termContext,
String[] fields,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
| Method Detail |
|---|
public TermTermination matching(Object value)
TermMatchingContext
matching in interface TermMatchingContextpublic TermMatchingContext andField(String field)
TermMatchingContext
andField in interface TermMatchingContextpublic TermMatchingContext boostedTo(float boost)
FieldCustomization
boostedTo in interface FieldCustomization<TermMatchingContext>public TermMatchingContext ignoreAnalyzer()
FieldCustomization
ignoreAnalyzer in interface FieldCustomization<TermMatchingContext>public TermMatchingContext ignoreFieldBridge()
FieldCustomization
ignoreFieldBridge in interface FieldCustomization<TermMatchingContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||