OpenSearch/docs/reference
Nick Knize 647a8308c3
[SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x (#45363)
* Introduce Spatial Plugin (#44389)

Introduce a skeleton Spatial plugin that holds new licensed features coming to 
Geo/Spatial land!

* [GEO] Refactor DeprecatedParameters in AbstractGeometryFieldMapper (#44923)

Refactor DeprecatedParameters specific to legacy geo_shape out of
AbstractGeometryFieldMapper.TypeParser#parse.

* [SPATIAL] New ShapeFieldMapper for indexing cartesian geometries (#44980)

Add a new ShapeFieldMapper to the xpack spatial module for
indexing arbitrary cartesian geometries using a new field type called shape.
The indexing approach leverages lucene's new XYShape field type which is
backed by BKD in the same manner as LatLonShape but without the WGS84
latitude longitude restrictions. The new field mapper builds on and
extends the refactoring effort in AbstractGeometryFieldMapper and accepts
shapes in either GeoJSON or WKT format (both of which support non geospatial
geometries).

Tests are provided in the ShapeFieldMapperTest class in the same manner
as GeoShapeFieldMapperTests and LegacyGeoShapeFieldMapperTests.
Documentation for how to use the new field type and what parameters are
accepted is included. The QueryBuilder for searching indexed shapes is
provided in a separate commit.

* [SPATIAL] New ShapeQueryBuilder for querying indexed cartesian geometry (#45108)

Add a new ShapeQueryBuilder to the xpack spatial module for
querying arbitrary Cartesian geometries indexed using the new shape field
type.

The query builder extends AbstractGeometryQueryBuilder and leverages the
ShapeQueryProcessor added in the previous field mapper commit.

Tests are provided in ShapeQueryTests in the same manner as
GeoShapeQueryTests and docs are updated to explain how the query works.
2019-08-14 16:35:10 -05:00
..
administering [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:53:56 +03:00
aggregations Allow pipeline aggs to select specific buckets from multi-bucket aggs (#44179) 2019-08-05 12:18:40 -04:00
analysis [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:18:23 -04:00
cat [DOCS] Reformat cat API titles (#45407) 2019-08-13 08:37:10 -04:00
ccr [DOCS] Reformats API parameter details (#44194) 2019-07-12 08:28:49 -07:00
cluster [DOCS] Reformats nodes feature usage API (#45539) 2019-08-14 18:20:19 +02:00
commands [DOCS] Adds command reference for elasticsearch-croneval (#43946) 2019-07-25 11:41:05 -07:00
data-frames/apis [7.x] [ML][Transforms] adjusting stats.progress for cont. transforms (#45361) (#45551) 2019-08-14 13:08:27 -05:00
docs Add guide for using ILM with existing indices (#43667) 2019-08-05 17:28:59 -06:00
graph Remove X-Pack centric graph endpoints (#36010) 2018-11-29 07:09:37 -05:00
how-to Expand docs on force-merge and global ordinals (#44684) 2019-07-23 07:33:33 +01:00
ilm Add guide for using ILM with existing indices (#43667) 2019-08-05 17:28:59 -06:00
images Add RareTerms aggregation (#35718) 2019-07-01 10:30:02 -04:00
index-modules [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:18:23 -04:00
indices [DOCS] Offset clone index API headings to correct nav (#45097) 2019-08-01 11:22:41 -04:00
ingest [DOCS] Reformats cluster node info API (#45446) 2019-08-13 13:33:15 +02:00
licensing [DOCS] Remind users to include @ symbol when applying license file (#40688) 2019-04-04 11:50:20 -04:00
mapping [SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x (#45363) 2019-08-14 16:35:10 -05:00
migration More read-only-allow-delete docs (#45320) 2019-08-08 09:58:23 +01:00
ml [7.x] Implement ml/data_frame/analytics/_estimate_memory_usage API endpoint (#45188) (#45510) 2019-08-14 08:26:03 +02:00
modules [DOCS] - Updating chunk_size values to fix size value notation. Chunksize41591 (#45552) (#45579) 2019-08-14 15:59:36 -05:00
monitoring [DOCS] Describe setup for monitoring logs (#42655) 2019-06-20 08:17:27 -07:00
query-dsl [SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x (#45363) 2019-08-14 16:35:10 -05:00
release-notes [DOCS] Adds 7.3.0 ml-cpp release notes (#45019) 2019-08-01 09:12:33 -07:00
rest-api [SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x (#45363) 2019-08-14 16:35:10 -05:00
rollup [DOCS] Reformats get rollup jobs API (#45114) 2019-08-06 09:40:18 -07:00
scripting Fix old name of script context in docs (#45410) 2019-08-12 09:29:13 -07:00
search Add snippet for the search_type query parameter (#43540) 2019-08-11 18:36:52 -04:00
security [DOCS] Remove :edit_url: overrides. (#44445) 2019-07-16 15:04:44 -04:00
settings Remove reference to `accept_default_password` (#45533) 2019-08-14 11:33:57 +03:00
setup [DOCS] Remove xpack terminology from installation pages (#44973) 2019-07-30 15:29:59 -07:00
sql SQL: ODBC: document newest connection string parameters (#44185) 2019-08-12 13:49:11 +02:00
testing Uppercasing some docs section title (#37781) 2019-01-24 22:54:55 +01:00
upgrade [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:18:23 -04:00
vectors Add filters in examples of vector functions (#45327) 2019-08-08 09:44:59 -04:00
administering.asciidoc [DOC] Backup & Restore Security Configuration (#42970) 2019-07-10 14:53:56 +03:00
aggregations.asciidoc [Docs] Update aggregations.asciidoc (#29265) 2018-03-28 15:01:45 +02:00
analysis.asciidoc [DOCS] Reformat match phrase prefix query (#45209) 2019-08-06 14:02:07 -04:00
api-conventions.asciidoc Rename "indices APIs" to "index APIs" (#44863) 2019-08-02 14:10:09 -04:00
cat.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:36:06 -04:00
cluster.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:36:06 -04:00
docs.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:36:06 -04:00
frozen-indices.asciidoc [DOCS] Change `// TESTRESPONSE[_cat]` to `// TESTRESPONSE[non_json]` (#43006) 2019-06-10 09:53:05 -04:00
getting-started.asciidoc Introduce formal node ML role (#45174) 2019-08-06 13:00:05 -04:00
glossary.asciidoc Update glossary.asciidoc (#41364) 2019-04-19 10:25:07 +02:00
gs-index.asciidoc [DOCS] Adding index file for GS "mini book". 2017-07-18 13:44:08 -07:00
how-to.asciidoc Correct grammar in list in how-to docs 2017-01-17 20:57:22 -05:00
index-modules.asciidoc More read-only-allow-delete docs (#45320) 2019-08-08 09:58:23 +01:00
index.asciidoc [DOCS] Move Elasticsearch APIs to REST APIs section. (#44238) (#44372) 2019-07-17 09:18:31 -04:00
index.x.asciidoc [DOCS] Removes redundant index.asciidoc files (#30707) 2018-05-18 11:05:40 -07:00
indices.asciidoc Add Clone Index API (#44267) 2019-07-25 22:02:28 +02:00
ingest.asciidoc show a full ingest example in the index page, to let user fast understand ingest node. (#43476) 2019-07-01 08:04:57 +02:00
intro.asciidoc [DOCS] Edited title/subtitle. (#43552) 2019-06-24 15:31:19 -07:00
mapping.asciidoc [DOCS] Update anchors and links for Elasticsearch API relocation (#44500) 2019-07-19 09:18:23 -04:00
modules.asciidoc [DOCS] Remove :edit_url: overrides. (#44445) 2019-07-16 15:04:44 -04:00
query-dsl.asciidoc [SPATIAL] Backport new ShapeFieldMapper and ShapeQueryBuilder to 7x (#45363) 2019-08-14 16:35:10 -05:00
redirects.asciidoc [DOCS] Move Elasticsearch APIs to REST APIs section. (#44238) (#44372) 2019-07-17 09:18:31 -04:00
release-notes.asciidoc [DOCS] Adds ml-cpp PRs to release notes (#44354) 2019-07-15 09:22:36 -07:00
scripting.asciidoc [DOCS] Move 'Scripting' section to top-level navigation. (#42939) 2019-06-06 10:46:02 -04:00
search.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:36:06 -04:00
setup.asciidoc [ML][Data Frame] adding dynamic cluster setting for failure retries (#44577) (#44639) 2019-07-19 16:17:39 -05:00
testing.asciidoc [Docs] Unify spelling of Elasticsearch (#27567) 2017-11-29 09:44:25 +01:00
upgrade.asciidoc fix assumption that 6.7 is last 6.x release (#42255) 2019-05-20 14:35:28 -05:00