Home
last modified time | relevance | path

Searched defs:query (Results 101 – 125 of 208) sorted by path

123456789

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js36437 function URI(schemeOrData, authority, path, query, fragment, _strict) { argument
/plugin/do/
H A Ddomd5changed.php5 $query = variable
/plugin/dwcommits/
H A Dhelper.php579 function get_hilite_regex($query) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSqlNamespace.php124 public function query(array $params = []) function in Elasticsearch\\Namespaces\\SqlNamespace
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php510 request(string $path, string $method = Request GET, $data = [], array $query = [], string $contentType = Request DEFAULT_CONTENT_TYPE) global() argument
H A DIndex.php106 setMapping(Mapping $mapping, array $query = []) global() argument
176 updateByQuery($query, AbstractScript $script, array $options = []) global() argument
319 deleteByQuery($query, array $options = []) global() argument
465 createSearch($query = '', $options = null, BuilderInterface $builder = null) global() argument
477 search($query = '', $options = null, string $method = Request POST) global() argument
487 count($query = '', string $method = Request POST) global() argument
[all...]
H A DMapping.php165 public function send(Index $index, array $query = []): Response argument
H A DQuery.php80 __construct($query = null) global() argument
103 create($query) global() argument
130 setRawQuery(array $query) global() argument
137 setQuery(AbstractQuery $query) global() argument
[all...]
H A DQueryBuilder.php71 public function query() function in Elastica\\QueryBuilder
H A DReindex.php119 setQuery(AbstractQuery $query) global() argument
H A DRequest.php38 public function __construct(string $path, string $method = self::GET, $data = [], array $query = [], ?Connection $connection = null, string $contentType = self::DEFAULT_CONTENT_TYPE) argument
127 public function setQuery(array $query = []) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DBoosting.php21 public function setPositiveQuery(AbstractQuery $query): self argument
31 public function setNegativeQuery(AbstractQuery $query): self argument
H A DCommon.php33 public function __construct(string $field, string $query, float $cutoffFrequency) argument
59 setQuery(string $query) global() argument
[all...]
H A DFunctionScore.php58 public function setQuery(AbstractQuery $query): self argument
[all...]
H A DHasChild.php23 public function __construct($query, ?string $type = null) argument
37 setQuery($query) global() argument
[all...]
H A DHasParent.php21 public function __construct($query, string $type) argument
35 setQuery($query) global() argument
[all...]
H A DMatchPhrase.php60 public function setFieldQuery(string $field, string $query): self argument
H A DMatchQuery.php68 public function setFieldQuery(string $field, string $query): self argument
H A DMultiMatch.php37 public function setQuery(string $query = ''): self argument
[all...]
H A DNested.php31 public function setQuery(AbstractQuery $query): self argument
H A DQueryString.php38 public function setQuery(string $query = ''): self argument
[all...]
H A DSimple.php20 public function __construct(array $query) argument
32 public function setQuery(array $query): self argument
H A DSimpleQueryString.php15 public function __construct(string $query, array $fields = []) argument
30 public function setQuery(string $query): self argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php120 common_terms(string $field, string $query, float $cutoffFrequency) global() argument
221 has_child($query, string $type = null) global() argument
234 has_parent($query, string $type) global() argument
350 simple_query_string(string $query, array $fields = []) global() argument
[all...]

123456789