Interface SolrParameterAccessor
- All Known Implementing Classes:
SolrParametersParameterAccessor
public interface SolrParameterAccessor
extends org.springframework.data.repository.query.ParameterAccessor
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetBoost(int index) Get boost value for element at index if definedMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods 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.NaNas default
-