Hey,
I've been looking around the API, but couldn't find a method to
unregister a percolator query. Is this possible?
-Mario
Hey,
I've been looking around the API, but couldn't find a method to
unregister a percolator query. Is this possible?
-Mario
Hey,
since the registered percolator queries are just docs in an index you can
unregister a percolator query as you delete a document in standard indexes,
something like:
curl -XDELETE localhost:9200/_percolator/test/foo
Ok I have just opened a pull request to the doc to make sure it is clear how
to unregister a percolator query.
© 2020. All Rights Reserved - Elasticsearch
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.