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