Interface SolrParameterAccessor

All Superinterfaces:
Iterable<Object>, org.springframework.data.repository.query.ParameterAccessor
All Known Implementing Classes:
SolrParametersParameterAccessor

public interface SolrParameterAccessor extends org.springframework.data.repository.query.ParameterAccessor
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getBoost(int index)
    Get boost value for element at index if defined

    Methods inherited from interface java.lang.Iterable

    forEach, spliterator

    Methods inherited from interface org.springframework.data.repository.query.ParameterAccessor

    findDynamicProjection, getBindableValue, getPageable, getScrollPosition, getSort, hasBindableNullValue, iterator
  • Method Details

    • getBoost

      float getBoost(int index)
      Get boost value for element at index if defined
      Parameters:
      index - bindable parameter index
      Returns:
      Float.NaN as default