Package com.enonic.xp.node
Class NodeHit
- java.lang.Object
-
- com.enonic.xp.node.NodeHit
-
public class NodeHit extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NodeHit.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeHit.Builder
create()
QueryExplanation
getExplanation()
HighlightedProperties
getHighlight()
NodeId
getNodeId()
NodePath
getNodePath()
float
getScore()
SortValuesProperty
getSort()
-
-
-
Method Detail
-
create
public static NodeHit.Builder create()
-
getNodeId
public NodeId getNodeId()
-
getNodePath
public NodePath getNodePath()
-
getScore
public float getScore()
-
getExplanation
public QueryExplanation getExplanation()
-
getHighlight
public HighlightedProperties getHighlight()
-
getSort
public SortValuesProperty getSort()
-
-