org.springframework.data.solr.repository.query
Class BindableSolrParameter
java.lang.Object
org.springframework.data.solr.repository.query.BindableSolrParameter
public class BindableSolrParameter
- extends Object
Used to provide additional information on parameters used in query definition. This allows to access per parameter
metadata such as Boost values.
- Author:
- Christoph Strobl
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindableSolrParameter
public BindableSolrParameter(int index,
Object value)
getBoost
public float getBoost()
setBoost
public void setBoost(float boost)
getIndex
public int getIndex()
getValue
public Object getValue()
Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.