Selaa lähdekoodia

Updated outdated default setting in doc.

Martijn van Groningen 12 vuotta sitten
vanhempi
commit
4958a6805f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/java-api/search.asciidoc

+ 1 - 1
docs/java-api/search.asciidoc

@@ -87,7 +87,7 @@ a single different thread for all local shards. The `THREAD_PER_SHARD`
 mode means that the search operation will be executed on a different
 thread for each local shard.
 
-The default mode is `SINGLE_THREAD`.
+The default mode is `THREAD_PER_SHARD`.
 
 
 === MultiSearch API