Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_constants.h123 #define SOLR_SORT_FIELD_BOOST_VALUE 4 macro
H A Dphp_solr_input_document.c631 case SOLR_SORT_FIELD_BOOST_VALUE : /* Sorting by field boost values */ in PHP_METHOD()
H A Dphp_solr_document.c1106 case SOLR_SORT_FIELD_BOOST_VALUE : /* Sorting by field boost values */ in PHP_METHOD()
H A Dsolr_functions_helpers.c47 …ong(ce, "SORT_FIELD_BOOST_VALUE", sizeof("SORT_FIELD_BOOST_VALUE")-1, SOLR_SORT_FIELD_BOOST_VALUE); in solr_document_register_class_constants()