public class SolrParametersParameterAccessor extends Object implements SolrParameterAccessor
SolrParameterAccessor| Modifier and Type | Class and Description |
|---|---|
class |
SolrParametersParameterAccessor.BindableSolrParameterIterator |
| Constructor and Description |
|---|
SolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod,
Object[] values) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindableValue(int index) |
float |
getBoost(int index)
Get boost value for element at index if defined
|
Optional<Class<?>> |
getDynamicProjection() |
Pageable |
getPageable() |
Sort |
getSort() |
boolean |
hasBindableNullValue() |
Iterator<Object> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic SolrParametersParameterAccessor(SolrQueryMethod solrQueryMethod, Object[] values)
public float getBoost(int index)
SolrParameterAccessorgetBoost in interface SolrParameterAccessorindex - bindable parameter indexFloat.NaN as defaultpublic Pageable getPageable()
getPageable in interface ParameterAccessorpublic Sort getSort()
getSort in interface ParameterAccessorpublic Object getBindableValue(int index)
getBindableValue in interface ParameterAccessorpublic boolean hasBindableNullValue()
hasBindableNullValue in interface ParameterAccessorpublic Iterator<Object> iterator()
iterator in interface Iterable<Object>iterator in interface ParameterAccessorpublic Optional<Class<?>> getDynamicProjection()
getDynamicProjection in interface ParameterAccessorCopyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.