Type name of documents is not customizable
DBarthe opened this issue · 3 comments
DBarthe commented
Hello,
I plan to use searchbox over my own es cluster, but it seems that the type name is hardcoded to _reactivesearch.v3
:
I'm using default es type name which is _doc
.
Would be nice if this would be an option.
Maybe I'm missing something ?
EDIT: I cannot change my type names to _reactivesearch.v3
, because :
mapping type name [_reactivesearch.v3] can't start with '_' unless it is called [_doc]
bietkul commented
@DBarthe Currently, searchbox
only supports the Appbase cluster so it is not possible to run it with any ES cluster. We have plans to make it compatible with any ES cluster.
DBarthe commented
ok thanks for answering
iamramrana commented
@bietkul I have a question related to this can we avoid this _reactivesearch.v3 type from the url ?