Package com.redis.lettucemod.search
Class Reducers.FirstValue
- java.lang.Object
-
- com.redis.lettucemod.search.Reducer
-
- com.redis.lettucemod.search.PropertyReducer
-
- com.redis.lettucemod.search.Reducers.FirstValue
-
- All Implemented Interfaces:
RediSearchArgument
- Enclosing class:
- Reducers
public static class Reducers.FirstValue extends PropertyReducer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReducers.FirstValue.Builderstatic classReducers.FirstValue.By
-
Field Summary
-
Fields inherited from class com.redis.lettucemod.search.PropertyReducer
property
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildFunction(SearchCommandArgs args)static Reducers.FirstValue.Builderproperty(java.lang.String property)java.lang.StringtoString()-
Methods inherited from class com.redis.lettucemod.search.PropertyReducer
getName, getProperty
-
-
-
-
Method Detail
-
buildFunction
protected void buildFunction(SearchCommandArgs args)
- Specified by:
buildFunctionin classReducer
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPropertyReducer
-
property
public static Reducers.FirstValue.Builder property(java.lang.String property)
-
-