Lines Matching refs:mapping

229 * 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 for a type. Instead you should delete the index and recreate it with the new mappings.
890 - Elastica\Type\Mapping::send now accepts query string parameters to send along with the mapping request
909 - Elastica\Type::delete now throw DeprecatedException, it is no longer possible to delete the mapping for a type. Instead you should delete the index and recreate it with the new mappings
1048 - `Tool\CrossIndex` for reindexing and copying data and mapping between indices [#853](https://github.com/ruflin/Elastica/pull/853)
1336 - Fix mapping issue for aliases [#588](https://github.com/ruflin/Elastica/issues/588/)
1658 - Add _meta to mapping. [#330](https://github.com/ruflin/Elastica/issues/330/)
1878 - TTL for document and mapping added
1993 - Elastica_Type_Mapping object introduced to set more fine grained mapping