-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Name extends Enum<Name>
All available parameters to calculate a page's score, eg, score to evaluate the most important N pages. We use enum ordinal as the priority for simplification (smaller ordinal means higher priority). To change one parameter's priority, just change it's order in the following enum definition.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description anchorOrdermodifyTimerefIndexErrDensityrefExtractErrDensityrefParseErrDensityrefFetchErrDensitywebGraphScorecontentScorecreateTimedistancepriority
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-