Home
last modified time | relevance | path

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

/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_extract.c135 stream_entry->content_type = SOLR_EXTRACT_CONTENT_STREAM; in PHP_METHOD()
H A Dsolr_types.h445 #define SOLR_EXTRACT_CONTENT_STREAM 1 macro
H A Dsolr_functions_client.c388 int is_binary = stream_data->content_type == SOLR_EXTRACT_CONTENT_STREAM; in solr_make_update_stream_request()