Browse Source

Updated outdated default setting in doc.

Martijn van Groningen 12 years ago
parent
commit
4958a6805f
1 changed files with 1 additions and 1 deletions
  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