elasticsearch/docs/reference/modules
Ryan Ernst 97d2657e18 Remove script access to term statistics (#19462)
In scripts (at least some of the languages), the terms dictionary and
postings can be access with the special _index variable. This is for
very advanced use cases which want to do their own scoring. The problem
is segment level statistics must be recomputed for every document.
Additionally, this is not friendly to the terms index caching as the
order of looking up terms should be controlled by lucene.

This change removes _index from scripts. Anyone using it can and should
instead write a Similarity plugin, which is explicitly designed to allow
doing the calculations needed for a relevance score.

closes #19359
2017-05-16 09:10:09 -07:00
..
cluster Add a cluster block that allows to delete indices that are read-only (#24678) 2017-05-16 17:34:37 +02:00
discovery Link to minimum master nodes docs from Zen docs 2017-04-25 16:53:05 -04:00
indices Deprecate request_cache for clear-cache (#23638) 2017-03-22 08:28:04 -04:00
scripting Remove script access to term statistics (#19462) 2017-05-16 09:10:09 -07:00
cluster.asciidoc Fix typo in cluster module docs 2016-07-12 16:32:23 -04:00
cross-cluster-search.asciidoc CONSOLEify a few more docs 2017-05-04 21:01:14 -04:00
discovery.asciidoc [DOCS] add azure and gce discovery plugins 2014-02-06 09:18:42 +01:00
gateway.asciidoc Update gateway.asciidoc (#19572) 2016-07-28 13:09:05 +02:00
http.asciidoc Enforce Content-Type requirement on the rest layer and remove deprecated methods (#23146) 2017-02-17 14:45:41 -05:00
indices.asciidoc Fix doc build. 2016-06-22 09:34:49 +02:00
memcached.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
network.asciidoc Document using round-robin DNS for discovery (#21810) 2016-12-14 11:29:39 +01:00
node.asciidoc Reflect cross-cluster search in "dedicated" terminology (#23771) 2017-03-27 23:14:34 -04:00
plugins.asciidoc Docs: Prepare plugin and integration docs for 2.0 2015-08-15 18:02:43 +02:00
scripting.asciidoc Scripting: Replace advanced and native scripts with ScriptEngine docs (#24603) 2017-05-11 12:15:16 -07:00
snapshots.asciidoc Enhances get snapshots API to allow retrieving repository index only (#24477) 2017-05-10 15:48:40 -04:00
threadpool.asciidoc Fix bulk queue size in thread pool docs 2017-04-03 22:39:24 -04:00
thrift.asciidoc Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
transport.asciidoc Docs: CONSOLEify transport docs (#23027) 2017-02-07 20:06:28 -06:00
tribe.asciidoc Deprecate the Tribe node 2017-05-10 14:05:12 +02:00