Spring Data Solr

org.springframework.data.solr.repository
Annotation Type Boost


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
@Documented
public @interface Boost

Increase document score by boosting search criteria hit

Author:
Christoph Strobl

Optional Element Summary
 float value
           
 

value

public abstract float value
Returns:
Boost Term by value. Default is @{code Float.NaN}.
Default:
0f/0f

Spring Data Solr

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