Home
last modified time | relevance | path

Searched refs:SOLR_SORT_DIR_DESC (Results 1 – 3 of 3) sorted by relevance

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dsolr_types.h101 SOLR_SORT_DIR_DESC = 1 enumerator
H A Dphp_solr_query.c208 solr_sort_dir_t sort_order = SOLR_SORT_DIR_DESC; in PHP_METHOD()
219 …sort_order = (sort_direction < 0L || sort_direction > 1L) ? SOLR_SORT_DIR_DESC : (solr_sort_dir_t)… in PHP_METHOD()
1393 solr_sort_dir_t sort_order = SOLR_SORT_DIR_DESC; in PHP_METHOD()
1404 …sort_order = (sort_direction < 0L || sort_direction > 1L) ? SOLR_SORT_DIR_DESC : (solr_sort_dir_t)… in PHP_METHOD()
1844 solr_sort_dir_t sort_order = SOLR_SORT_DIR_DESC; in PHP_METHOD()
1855 …sort_order = (sort_direction < 0L || sort_direction > 1L) ? SOLR_SORT_DIR_DESC : (solr_sort_dir_t)… in PHP_METHOD()
H A Dsolr_functions_helpers.c134 zend_declare_class_constant_long(ce, "ORDER_DESC", sizeof("ORDER_DESC")-1, SOLR_SORT_DIR_DESC); in solr_query_register_class_constants()