Lines Matching refs:field

323      * $params['_source']                = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
324 * $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
325 * $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
408 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
409 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
510 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
516 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
525 * $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
526 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
527 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
528 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
615 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
616 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
617 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
653 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
654 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
655 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
690 * $params['df'] = (string) The default field for query string query (default: _all)
692 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
696 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
697 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
698 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
726 * $params['fields'] = (list) A comma-separated list of field names
735 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html
761 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
762 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
763 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
857 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
858 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
859 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
949 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
950 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
951 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
1307 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
1310 * $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
1316 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
1323 * $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
1324 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
1325 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
1326 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
1329 * $params['suggest_field'] = (string) Specify which field to use for suggestions
1371 * $params['field'] = (string) Field containing geospatial data to return
1392 $field = $this->extractArgument($params, 'field');
1402 $endpoint->setField($field);
1479 * $params['body'] = (array) field name, string which is the prefix expected in matching terms, timeout and size for max number of results
1548 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
1549 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
1550 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
1590 * $params['df'] = (string) The field to use as default where no field prefix is given in the query string
1596 * $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
1606 * $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
1607 * $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
1608 * $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
1609 * $params['_source_includes'] = (list) A list of fields to extract and return from the _source field