Class BindableSolrParameter
java.lang.Object
org.springframework.data.solr.repository.query.BindableSolrParameter
Used to provide additional information on parameters used in query definition. This allows to access per parameter
metadata such as Boost values.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BindableSolrParameter
-
-
Method Details
-
getBoost
public float getBoost() -
setBoost
public void setBoost(float boost) -
getIndex
public int getIndex() -
getValue
-