Home
last modified time | relevance | path

Searched refs:solr_rcompare_field_boost_value (Results 1 – 4 of 4) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_functions_document.c374 PHP_SOLR_API int solr_rcompare_field_boost_value(const void *a, const void *b) function
376 PHP_SOLR_API int solr_rcompare_field_boost_value(Bucket *a, Bucket *b)
H A Dphp_solr.h719 PHP_SOLR_API int solr_rcompare_field_boost_value(const void *a, const void *b);
728 PHP_SOLR_API int solr_rcompare_field_boost_value(Bucket *a, Bucket *b);
H A Dphp_solr_input_document.c640 comparison_function = solr_rcompare_field_boost_value; in PHP_METHOD()
H A Dphp_solr_document.c1115 comparison_function = solr_rcompare_field_boost_value; in PHP_METHOD()