Class SolrParametersParameterAccessor
java.lang.Object
org.springframework.data.solr.repository.query.SolrParametersParameterAccessor
- All Implemented Interfaces:
Iterable<Object>,org.springframework.data.repository.query.ParameterAccessor,SolrParameterAccessor
Implementation of
SolrParameterAccessor-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclass -
Constructor Summary
ConstructorsConstructorDescriptionSolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod, Object[] values) -
Method Summary
Modifier and TypeMethodDescriptionClass<?>getBindableValue(int index) floatgetBoost(int index) Get boost value for element at index if definedorg.springframework.data.domain.Pageableorg.springframework.data.domain.ScrollPositionorg.springframework.data.domain.SortgetSort()booleaniterator()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SolrParametersParameterAccessor
-
-
Method Details
-
getBoost
public float getBoost(int index) Description copied from interface:SolrParameterAccessorGet boost value for element at index if defined- Specified by:
getBoostin interfaceSolrParameterAccessor- Parameters:
index- bindable parameter index- Returns:
Float.NaNas default
-
getScrollPosition
public org.springframework.data.domain.ScrollPosition getScrollPosition()- Specified by:
getScrollPositionin interfaceorg.springframework.data.repository.query.ParameterAccessor
-
getPageable
public org.springframework.data.domain.Pageable getPageable()- Specified by:
getPageablein interfaceorg.springframework.data.repository.query.ParameterAccessor
-
getSort
public org.springframework.data.domain.Sort getSort()- Specified by:
getSortin interfaceorg.springframework.data.repository.query.ParameterAccessor
-
getBindableValue
- Specified by:
getBindableValuein interfaceorg.springframework.data.repository.query.ParameterAccessor
-
hasBindableNullValue
public boolean hasBindableNullValue()- Specified by:
hasBindableNullValuein interfaceorg.springframework.data.repository.query.ParameterAccessor
-
iterator
-
findDynamicProjection
- Specified by:
findDynamicProjectionin interfaceorg.springframework.data.repository.query.ParameterAccessor
-