Home
last modified time | relevance | path

Searched refs:mapping (Results 26 – 50 of 191) sorted by last modified time

12345678

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D734c2e2a1e45b84f1e4e65b51356fcd7.asciidoc1 // indices/put-mapping.asciidoc:446
H A D99a52be903945b17e734a1d02a57e958.asciidoc1 // mapping.asciidoc:257
H A Dbd5918ab903c0889bb1f09c8c2466e43.asciidoc1 // indices/put-mapping.asciidoc:409
H A Dafc29b61c532cf683f749baf013e7bfe.asciidoc1 // indices/put-mapping.asciidoc:536
H A Dd8b2a88b5eca99d3691ad3cd40266736.asciidoc1 // mapping.asciidoc:144
H A Dd9474f66970c6955e24b17c7447e7b5f.asciidoc1 // indices/put-mapping.asciidoc:144
H A D17de0020b228df961ad3c6b06233c948.asciidoc1 // indices/put-mapping.asciidoc:346
H A D5be23858b35043fcb7b50fe36b873e6e.asciidoc1 // indices/put-mapping.asciidoc:11
H A D6bf63f2ec6ba55fcaf1092f48212bf25.asciidoc1 // indices/put-mapping.asciidoc:519
H A Dc849c6c8f8659dbb93e1c14356f74e37.asciidoc1 // indices/put-mapping.asciidoc:234
H A De4be53736bcc02b03068fd72fdbfe271.asciidoc1 // indices/put-mapping.asciidoc:92
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md16 APIs, and removed support for the _default_ mapping. Read [this](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0)
H A DCHANGELOG.md137 - Add missing leading slash in the URL of put mapping endpoint
187 - Fixed missing put mapping code snippet in code examples
273 - Added `include_type_name` in `get`, `index`, `indices.create`, `indices.field.get`, `indices.get`, `indices.mapping.get`, `indices.mapping.getfield`, `indices.mapping.put`, `indices.rollover`, `indices.template.get`, `indices.template.put` endpoints [#884](https://github.com/elastic/elasticsearch-php/pull/884)
H A DREADME.md58 - One-to-one mapping with REST API and other language clients
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcrud.asciidoc4 IMPORTANT: Please note that mapping types will disappear from {es}, read more
H A Dbreaking-changes.asciidoc31 removed support for the _default_ mapping. Read
H A Dindex-operations.asciidoc197 The PUT Mappings API allows you to modify or add to an existing index's mapping.
220 // Update the index mapping
228 The GET Mappings API returns the mapping details about your indices. Depending
H A Drelease-notes.asciidoc234 * Add missing leading slash in the URL of put mapping endpoint
302 * Fixed missing put mapping code snippet in code examples
H A Dcommunity.asciidoc65 - Uses Doctrine-like document / entities document-object mapping using
138 mapping, querying, and storing eloquent models.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc182 $params['name'] = (string) Role-mapping name
294 $params['name'] = (list) A comma-separated list of role-mapping names
427 $params['name'] = (string) Role-mapping name
429 $params['body'] = (array) The role mapping to add (Required)
H A DIndicesNamespace.asciidoc684 $params['index'] = (list) A comma-separated list of index names the mapping should be added to (supports wildcards); use `_all` or omit to add the mapping on all indices.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md229 * Used new mapping endpoints classes [#1845](https://github.com/ruflin/Elastica/pull/1845)
364 * The [_parent](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-parent-field.html) field has been removed in favour of the join field.
517 - removed analyzed/not_analyzed on [indices mapping](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-index.html)
518 - [store](https://www.elastic.co/guide/en/elasticsearch/reference/6.0/mapping-store.html) field only accepts boolean
523 - Index mapping field of type [*'string'*](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/string.html) has been removed from Elasticsearch 6.0 codebase [#1353](https://github.com/ruflin/Elastica/pull/1353)
586 - Add support for querystring in Type. this allow to use `update_all_types` in type mapping in order to resolve conflicts between fields in different types. [Conflicts between fields in different types](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-put-mapping.html#merging-conflicts)
639 - `ttl` and `timestamp` logic: setters and getters in documents and mapping
723 - Removed Elastica\Type::delete() It is no longer possible to delete the mapping fo
[all...]
/plugin/elasticsearch/helper/
H A Dclient.php185 $mapping = new \Elastica\Mapping();
186 $mapping->setProperties($props);
187 return $mapping->send($index);
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md65 multiple promises and mapping and reducing collections of promises.
461 Useful functions for creating, joining, mapping and reducing collections of
/plugin/achart/assets/
H A Djs-yaml.min.js2 …ap=function(){var e,t,n={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[]… property in i.compiledTypeMap.n

12345678