Interface RangePredicateBuilder

All Superinterfaces:
SearchPredicateBuilder

public interface RangePredicateBuilder extends SearchPredicateBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    within(org.hibernate.search.util.common.data.Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel)
     

    Methods inherited from interface org.hibernate.search.engine.search.predicate.spi.SearchPredicateBuilder

    boost, build, constantScore
  • Method Details

    • within

      void within(org.hibernate.search.util.common.data.Range<?> range, ValueModel lowerBoundModel, ValueModel upperBoundModel)