I already had the index has existed for a while without routing,
can I add field routing without rebuild the index? (example please..)
Another problem where should I put "_routing" settings?
My index is named "sources", and the indexType is named "video".
should I put it inside "mappings", inside "video", or inside "sources"?
(I assume it should go inside "video", as it is a field with "store/index"
options as mentioned in the documentation.
however, the example makes me feel it should go under the indexName
"sources":
to answer my own question, I changed "path" : "id" and listed "_routing"
aside of "properties",
and it worked. verified the shard number to be consistent through the java
client.
I already had the index has existed for a while without routing,
can I add field routing without rebuild the index? (example please..)
Another problem where should I put "_routing" settings?
My index is named "sources", and the indexType is named "video".
should I put it inside "mappings", inside "video", or inside "sources"?
(I assume it should go inside "video", as it is a field with "store/index"
options as mentioned in the documentation.
however, the example makes me feel it should go under the indexName
"sources":
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.