Package com.enonic.xp.content
Class FindContentByQueryResult
- java.lang.Object
-
- com.enonic.xp.content.FindContentByQueryResult
-
@PublicApi public final class FindContentByQueryResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FindContentByQueryResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FindContentByQueryResult.Builder
create()
Aggregations
getAggregations()
Contents
getContents()
com.google.common.collect.ImmutableMap<ContentId,HighlightedProperties>
getHighlight()
long
getHits()
long
getTotalHits()
-
-
-
Method Detail
-
create
public static FindContentByQueryResult.Builder create()
-
getContents
public Contents getContents()
-
getAggregations
public Aggregations getAggregations()
-
getHighlight
public com.google.common.collect.ImmutableMap<ContentId,HighlightedProperties> getHighlight()
-
getTotalHits
public long getTotalHits()
-
getHits
public long getHits()
-
-