Package com.attivio.sdk.search.relevancy
Class TermBoostFeature
- java.lang.Object
-
- com.attivio.sdk.search.relevancy.RelevancyFeatureDef
-
- com.attivio.sdk.search.relevancy.QueryBoostFeature
-
- com.attivio.sdk.search.relevancy.TermBoostFeature
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable
public class TermBoostFeature extends QueryBoostFeature
Relevancy feature that extracts term queries from the user query.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.attivio.sdk.search.relevancy.QueryBoostFeature
DEFAULT_SCORE_MODE
-
-
Constructor Summary
Constructors Constructor Description TermBoostFeature(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TermBoostFeatureclone()booleanequals(java.lang.Object other)inthashCode()java.lang.StringtoString()-
Methods inherited from class com.attivio.sdk.search.relevancy.QueryBoostFeature
estimatedSize, getField, getScoreMode, getSourceFields, getWeight, setField, setScoreMode, setSourceFields, setSourceFields, setWeight
-
Methods inherited from class com.attivio.sdk.search.relevancy.RelevancyFeatureDef
getName, setName
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classQueryBoostFeature
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classQueryBoostFeature
-
clone
public TermBoostFeature clone()
- Overrides:
clonein classQueryBoostFeature
-
-