Browse Source

[DOCS] Fix code block length for Asciidoctor migration (#41152)

James Rodewig 6 years ago
parent
commit
bd3ff4a1f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/search/rank-eval.asciidoc

+ 2 - 2
docs/reference/search/rank-eval.asciidoc

@@ -44,7 +44,7 @@ GET /my_index/_rank_eval
       "mean_reciprocal_rank": { ... } <3>
    }
 }
-------------------------------
+-----------------------------
 // NOTCONSOLE
 
 <1> a set of typical search requests, together with their provided ratings
@@ -77,7 +77,7 @@ The request section contains several search requests typical to your application
             ]
         }
     ]
-------------------------------
+-----------------------------
 // NOTCONSOLE
 
 <1> the search requests id, used to group result details later