Spring Data Solr

org.springframework.data.solr.repository.query
Class BindableSolrParameter

java.lang.Object
  extended by 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

Constructor Summary
BindableSolrParameter(int index, Object value)
           
 
Method Summary
 float getBoost()
           
 int getIndex()
           
 Object getValue()
           
 void setBoost(float boost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindableSolrParameter

public BindableSolrParameter(int index,
                             Object value)
Method Detail

getBoost

public float getBoost()

setBoost

public void setBoost(float boost)

getIndex

public int getIndex()

getValue

public Object getValue()

Spring Data Solr

Copyright © 2011-2014-2014 Pivotal. All Rights Reserved.