Has anyone come across this kind of exception before? I'm getting this when
running the automated tests for the node_elastical project, but I can also
repeat it in my browser.
org.elasticsearch.indices.TypeMissingException: [elastical-test-bulk]
type[_all] missing
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:101)
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:65)
at
org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$AsyncSingleAction$1.run(TransportShardSingleOperationAction.java:137)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Has anyone come across this kind of exception before? I'm getting this
when running the automated tests for the node_elastical project, but I can
also repeat it in my browser.
org.elasticsearch.indices.TypeMissingException: [elastical-test-bulk]
type[_all] missing
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:101)
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:65)
at
org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$AsyncSingleAction$1.run(TransportShardSingleOperationAction.java:137)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
The node-elastical package uses 'get' in that way and has been tested with
ES from 0.17.6 to 0.18.6. The docs also suggest that swapping the type for
"_all" is accepted.
Has anyone come across this kind of exception before? I'm getting this
when running the automated tests for the node_elastical project, but I can
also repeat it in my browser.
org.elasticsearch.indices.TypeMissingException: [elastical-test-bulk]
type[_all] missing
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:101)
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:65)
at
org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$AsyncSingleAction$1.run(TransportShardSingleOperationAction.java:137)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Yes, _all will work, but it will only return the first doc match. For
example, if you have type1/1 and type2/1, then one of those will be
returned when using _all.
The node-elastical package uses 'get' in that way and has been tested with
ES from 0.17.6 to 0.18.6. The docs also suggest that swapping the type for
"_all" is accepted.
Has anyone come across this kind of exception before? I'm getting this
when running the automated tests for the node_elastical project, but I can
also repeat it in my browser.
org.elasticsearch.indices.TypeMissingException: [elastical-test-bulk]
type[_all] missing
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:101)
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:65)
at
org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$AsyncSingleAction$1.run(TransportShardSingleOperationAction.java:137)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
Yes, _all will work, but it will only return the first doc match. For
example, if you have type1/1 and type2/1, then one of those will be
returned when using _all.
The node-elastical package uses 'get' in that way and has been
tested with ES from 0.17.6 to 0.18.6. The docs also suggest that swapping
the type for "_all" is accepted.
Has anyone come across this kind of exception before? I'm getting this
when running the automated tests for the node_elastical project, but I can
also repeat it in my browser.
org.elasticsearch.indices.TypeMissingException: [elastical-test-bulk]
type[_all] missing
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:101)
at
org.elasticsearch.action.get.TransportGetAction.shardOperation(TransportGetAction.java:65)
at
org.elasticsearch.action.support.single.shard.TransportShardSingleOperationAction$AsyncSingleAction$1.run(TransportShardSingleOperationAction.java:137)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
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.