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.
  • Constructor Details

    • BindableSolrParameter

      public BindableSolrParameter(int index, Object value)
  • Method Details

    • getBoost

      public float getBoost()
    • setBoost

      public void setBoost(float boost)
    • getIndex

      public int getIndex()
    • getValue

      public Object getValue()