Class PolyglotFsResult
- java.lang.Object
-
- de.hybris.platform.persistence.flexiblesearch.polyglot.PolyglotFsResult
-
public class PolyglotFsResult extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolyglotFsResultfull(java.util.stream.Stream<ItemStateView> result)java.util.stream.Stream<ItemStateView>getResult()intgetTotalCount()booleanisUnknown()voidsetTotalCount(int totalCount)static PolyglotFsResultunknown()
-
-
-
Method Detail
-
isUnknown
public boolean isUnknown()
-
getResult
public java.util.stream.Stream<ItemStateView> getResult()
-
unknown
public static PolyglotFsResult unknown()
-
full
public static PolyglotFsResult full(java.util.stream.Stream<ItemStateView> result)
-
getTotalCount
public int getTotalCount()
-
setTotalCount
public void setTotalCount(int totalCount)
-
-