Home
last modified time | relevance | path

Searched refs:index (Results 351 – 375 of 1806) sorted by last modified time

1...<<11121314151617181920>>...73

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D251ea12c1248385ab409906ac64d9ee9.asciidoc6 'index' => 'bank',
H A D38c1d0f6668e9563c0827f839f9fa505.asciidoc6 'index' => 'test',
H A D3f3b3e207f79303ce6f86e03e928e062.asciidoc6 'index' => 'customer',
H A D400e89eb46ead8e9c9e40f123fd5e590.asciidoc8 'index' => 'source',
12 'index' => 'dest',
H A D43682666e1abcb14770c99f02eb26a0d.asciidoc6 'index' => '*',
H A D47bb632c6091ad0cd94bc660bdd309a5.asciidoc6 'index' => 'bank',
H A D4b90feb9d5d3dbfce424dac0341320b7.asciidoc6 'index' => 'bank',
H A D4d56b179242fed59e3d6476f817b6055.asciidoc1 // indices/create-index.asciidoc:143
6 'index' => 'test',
H A D52b2bfbdd78f8283b6f4891c48013237.asciidoc9 'index' => 'twitter',
12 'index' => 'new_twitter',
H A D53d938c754f36a912fcbe6473abb463f.asciidoc8 'index' => 'users',
11 'index' => 'new_users',
H A D5f3a3eefeefe6fa85ec49d499212d245.asciidoc6 'index' => 'my_index',
H A D609260ad1d5998be2ca09ff1fe237efa.asciidoc6 'index' => 'my-index',
H A D625dc94df1f9affb49a082fd99d41620.asciidoc6 'index' => 'twitter',
13 $response = $client->index($params);
H A D645796e8047967ca4a7635a22a876f4c.asciidoc6 'index' => 'bank',
H A D64b9baa6d7556b960b29698f3383aa31.asciidoc11 'index' => 'source',
20 'index' => 'dest',
H A D6f097c298a7abf4c032c4314920c49c8.asciidoc8 'index' => [
14 'index' => 'all_together',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DTermVectors.php34 if (isset($this->index) !== true) {
36 'index is required for termvectors'
39 $index = $this->index;
47 return "/$index/$type/$id/_termvectors";
50 return "/$index/$type/_termvectors";
53 return "/$index/_termvectors/$id";
55 return "/$index/_termvectors";
H A DTermsEnum.php34 $index = $this->index ?? null;
36 if (isset($index)) {
37 return "/$index/_terms_enum";
H A DUpdate.php40 if (isset($this->index) !== true) {
42 'index is required for update'
45 $index = $this->index;
52 return "/$index/$type/$id/_update";
54 return "/$index/_update/$id";
H A DUpdateByQuery.php34 if (isset($this->index) !== true) {
36 'index is required for update_by_query'
39 $index = $this->index;
46 return "/$index/$type/_update_by_query";
48 return "/$index/_update_by_query";
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php10 * Elastica index recovery object.
42 * @param BaseIndex $index Index object
44 public function __construct(BaseIndex $index) argument
46 $this->_index = $index;
51 * Returns the index object.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php46 * Elastica index object.
48 * Handles reads, deletes and configurations of an index
70 * Creates a new index object.
72 * All the communication to and from an index goes of this object
104 * Sets the mappings for the current index.
115 * Gets all mappings for the current index.
129 // Get first entry as if index is an Alias, the name of the mapping is the real name and not alias name
136 * Returns the index settings object.
209 * Adds the given document to the search index.
283 * Get the document from search index
[all...]
H A DMapping.php91 * Disables the source in the index.
160 * @param Index $index the index to send the mappings to
165 public function send(Index $index, array $query = []): Response argument
172 return $index->requestEndpoint($endpoint);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DPercolate.php42 * The index the document resides in.
46 public function setDocumentIndex(string $index): self argument
48 return $this->setParam('index', $index);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php88 * $params['index'] = (list) A comma-separated list of index names to limit the returned information
101 $index = $this->extractArgument($params, 'index');
106 $endpoint->setIndex($index);
182 * $params['index'] = (list) A comma-separated list of index names to limit the returned information
203 $index = $this->extractArgument($params, 'index');
208 $endpoint->setIndex($index);
[all...]

1...<<11121314151617181920>>...73