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 TermBoostFeature
clone()
boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classQueryBoostFeature
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in classQueryBoostFeature
-
clone
public TermBoostFeature clone()
- Overrides:
clone
in classQueryBoostFeature
-
-