From 12265aae02667dfdd1e787fd440213f0662844f2 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Thu, 2 Oct 2014 13:34:27 +0200 Subject: [PATCH] Docs: Fixed issue link in doc values section of resiliency status --- docs/resiliency/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resiliency/index.asciidoc b/docs/resiliency/index.asciidoc index 7dc3f69ddbc..ee64c965559 100644 --- a/docs/resiliency/index.asciidoc +++ b/docs/resiliency/index.asciidoc @@ -154,7 +154,7 @@ Fielddata is one of the largest consumers of heap memory, and thus one of the pr By benchmarking and profiling both Lucene and Elasticsearch, we identified the bottlenecks and have made a series of improvements to improve the performance of doc values. They are now almost as fast as the in-memory option. -See {GIT}6967[#6967], {GIT}6908[#6908], {GIT}458[#458], {GIT}3829[#3829], {GIT}4518[#4518], {GIT}5669[#5669], {JIRA}5748[LUCENE-5748], {JIRA}5703[LUCENE-5703], {JIRA}5750[LUCENE-5750], {JIRA}5721[LUCENE-5721], {JIRA}5799[LUCENE-5799]. +See {GIT}6967[#6967], {GIT}6908[#6908], {GIT}4548[#4548], {GIT}3829[#3829], {GIT}4518[#4518], {GIT}5669[#5669], {JIRA}5748[LUCENE-5748], {JIRA}5703[LUCENE-5703], {JIRA}5750[LUCENE-5750], {JIRA}5721[LUCENE-5721], {JIRA}5799[LUCENE-5799]. [float] === Index corruption when upgrading Lucene 3.x indices (STATUS: DONE, v1.4.0.Beta)