Home
last modified time | relevance | path

Searched refs:term (Results 201 – 225 of 565) sorted by path

12345678910>>...23

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D162b5b693b713f0bfab1209d59443c46.asciidoc10 'term' => [
H A D1b8caf0a6741126c6d0ad83b56fce290.asciidoc19 'term' => [
H A D2a1de18774f9c68cafa169847832b2bc.asciidoc1 // query-dsl/term-query.asciidoc:94
H A D4d56b179242fed59e3d6476f817b6055.asciidoc13 'term' => [
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc10 'term' => [
H A Da80f5db4357bb25b8704d374c18318ed.asciidoc1 // query-dsl/term-query.asciidoc:165
H A Dcdedd5f33f7e5f7acde561e97bff61de.asciidoc1 // query-dsl/term-query.asciidoc:132
9 'term' => [
H A Dd0a8a938a2fa913b6fdbc871079a59dd.asciidoc1 // query-dsl/term-query.asciidoc:28
8 'term' => [
H A Dd4b4cefba4318caeba7480187faf2b13.asciidoc1 // query-dsl/term-query.asciidoc:113
H A Ddc15e2373e5ecbe09b4ea0858eb63d47.asciidoc18 'term' => [
H A Df29a28fffa7ec604a33a838f48f7ea79.asciidoc23 'term' => [
H A Df70a54cd9a9f4811bf962e469f2ca2ea.asciidoc10 'term' => [
H A Dfa88f6f5a7d728ec4f1d05244228cb09.asciidoc14 'term' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc198 "term" : { "my_field" : "abc" }
220 'term' => [ 'my_field' => 'abc' ]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/hu/
H A Dhu.txt
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md482 - Characters "<" and ">" will be removed when a query term is passed to [`Util::escapeTerm`](https://github.com/ruflin/Elastica/pull/1415/files). Since v5.1 the [documentation](https://www.elastic.co/guide/en/elasticsearch/reference/5.1/query-dsl-query-string-query.html#_reserved_characters) states that these symbols cannot be escaped ever.
1562 - Add support for term suggest API
1563 See https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-term.html
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php125 * Sets the primary term of a document for use with optimistic concurrency control.
127 * @param int $term Primary Term
133 public function setPrimaryTerm(int $term): self argument
135 return $this->setParam('if_primary_term', $term);
H A DUtil.php83 * @param string $term Query term to replace and escape
85 * @return string Replaced and escaped query term
87 public static function replaceBooleanWordsAndEscapeTerm($term) argument
89 $result = $term;
101 * @param string $term Query term to escape
103 * @return string Escaped query term
105 public static function escapeTerm($term) argument
107 $result = $term;
136 replaceBooleanWords($term) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanTerm.php11 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-term-query.html
16 * @param array $term Calls setRawTerm with the given $term array
18 public function __construct(array $term = []) argument
20 $this->setRawTerm($term);
24 * Set term can be used instead of setTerm if some more special
25 * values for a term have to be set.
27 * @param array $term Term array
31 public function setRawTerm(array $term): self argument
33 return $this->setParams($term);
[all...]
H A DTerm.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html
15 * @param array $term Calls setTerm with the given $term array
17 public function __construct(array $term = []) argument
19 $this->setRawTerm($term);
23 * Set term can be used instead of addTerm if some more special
24 * values for a term have to be set.
26 * @param array $term Term array
30 public function setRawTerm(array $term): self argument
32 return $this->setParams($term);
[all...]
H A DTerms.php46 * Adds a single term to the list.
48 * @param bool|float|int|string $term
50 public function addTerm($term): self argument
52 if (!\is_scalar($term)) {
53 throw new \TypeError(\sprintf('Argument 1 passed to "%s()" must be a scalar, %s given.', __METHOD__, \is_object($term) ? \get_class($term) : \gettype($term)));
62 return $this->addParam($this->field, $term);
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php388 * span multi term query.
392 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-multi-term-query.html
432 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-span-term-query.html
434 public function span_term(array $term = []): SpanTerm argument
436 return new SpanTerm($term);
460 * term query.
462 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-term-query.html
464 public function term(array $term = []): Term argument
466 return new Term($term);
[all...]
H A DSuggest.php28 * term suggester.
30 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-term.html
32 public function term(string $name, string $field): Term function in Elastica\\QueryBuilder\\DSL\\Suggest
/plugin/embeddedphp/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".
/plugin/emoji/
H A DLICENSE70 the term "modification".) Each licensee is addressed as "you".

12345678910>>...23