Class NonIndexedNumericField<E,T>

java.lang.Object
com.redis.om.spring.metamodel.MetamodelField<E,T>
com.redis.om.spring.metamodel.nonindexed.NonIndexedNumericField<E,T>
All Implemented Interfaces:
Comparator<E>, Function<E,T>

public class NonIndexedNumericField<E,T> extends MetamodelField<E,T>
  • Constructor Details

    • NonIndexedNumericField

      public NonIndexedNumericField(SearchFieldAccessor field, boolean indexed)
  • Method Details