alleyinteractive / searchpress

Elasticsearch integration for WordPress.
87 stars 12 forks source link

Update doc type mapping for ES < 7.0 #135

Closed kjbenk closed 4 years ago

kjbenk commented 4 years ago

Ensure the doc type used for ES clusters < 7.0 is post

mboynes commented 4 years ago

ES 6.x should use _doc where possible, we need a more nuanced solution to the situation you encountered unfortunately.