|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.query.dsl.impl.ConnectedPhraseMatchingContext
public class ConnectedPhraseMatchingContext
| Constructor Summary | |
|---|---|
ConnectedPhraseMatchingContext(String fieldName,
PhraseQueryContext phraseContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
|
|
| Method Summary | |
|---|---|
PhraseMatchingContext |
andField(String field)
field / property the term query is executed on |
PhraseMatchingContext |
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) |
PhraseMatchingContext |
ignoreAnalyzer()
Advanced Do not execute the analyzer on the text. |
PhraseMatchingContext |
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. |
PhraseTermination |
sentence(String sentence)
Sentence to match. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectedPhraseMatchingContext(String fieldName,
PhraseQueryContext phraseContext,
org.hibernate.search.query.dsl.impl.QueryCustomizer queryCustomizer,
QueryBuildingContext queryContext)
| Method Detail |
|---|
public PhraseMatchingContext andField(String field)
PhraseMatchingContext
andField in interface PhraseMatchingContextpublic PhraseTermination sentence(String sentence)
PhraseMatchingContext
sentence in interface PhraseMatchingContextpublic PhraseMatchingContext boostedTo(float boost)
FieldCustomization
boostedTo in interface FieldCustomization<PhraseMatchingContext>public PhraseMatchingContext ignoreAnalyzer()
FieldCustomization
ignoreAnalyzer in interface FieldCustomization<PhraseMatchingContext>public PhraseMatchingContext ignoreFieldBridge()
FieldCustomization
ignoreFieldBridge in interface FieldCustomization<PhraseMatchingContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||