Hi folks,

 

I am using a single Node-Cluster (v1.3.2) on my PC, and I was wondering that
there are always 5 shards in the file-system (separate Lucene-indices), no
matter how many I configure in in elasticsearch.yml or programmatically with
Java-API (loadFromSource with JSON-String). Do I missunderstand something?

 

Many thanks!

 

Markus ;)

 

BTW: Here“s my JSON for the settings:

 

{ 
   "analysis":{ ... },
   "settings":{ 
      "index":{ 
         "number_of_replicas":1,
         "number_of_shards":3
      }
   }
}

 

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/009901cfc0af%2448b7ab40%24da2701c0%24%40codefreun.de.
For more options, visit https://groups.google.com/d/optout.
  • Shards Markus Wiesenbacher

Reply via email to