|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.search.query.dsl.impl.ConnectedAllContext
public class ConnectedAllContext
| Constructor Summary | |
|---|---|
ConnectedAllContext()
|
|
| Method Summary | |
|---|---|
AllContext |
boostedTo(float boost)
Boost the query 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) |
org.apache.lucene.search.Query |
createQuery()
Return the lucene query representing the operation |
AllContext |
except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
Exclude the documents matching these queries |
AllContext |
filteredBy(org.apache.lucene.search.Filter filter)
Filter the query results with the Filter instance |
AllContext |
withConstantScore()
All results matching the query have a constant score equals to the boost FIXME is that true? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectedAllContext()
| Method Detail |
|---|
public org.apache.lucene.search.Query createQuery()
Termination
createQuery in interface Termination<AllContext>public AllContext except(org.apache.lucene.search.Query... queriesMatchingExcludedDocuments)
AllContext
except in interface AllContextpublic AllContext boostedTo(float boost)
QueryCustomization
boostedTo in interface QueryCustomization<AllContext>public AllContext withConstantScore()
QueryCustomization
withConstantScore in interface QueryCustomization<AllContext>public AllContext filteredBy(org.apache.lucene.search.Filter filter)
QueryCustomization
filteredBy in interface QueryCustomization<AllContext>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||