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