strapi-plugin-elastic
strapi-plugin-elastic copied to clipboard
The elasticsearch plugin allows you to easily synchronize your database with elasticsearch
Hello! I'm this plugin and i'dlike to perform a search using "geo_points" on Elasticsearch. When i manually create the geo_point field on the index that i using, the search works...
I'd need to change the analyzer to `whitespace` for my URL Slug fields, otherwise, it'll ignore dashes. Any idea how can I solve this quickly and update the index?
I'm creating entries using the Strapi REST API but these are not being added to the ES index. Updating an entry from the Admin Panel works fine.
I'm trying to use the createOrUpdate method, but I get this error. (node:7342) UnhandledPromiseRejectionWarning: ResponseError: mapper_parsing_exception at IncomingMessage. (/Users/fernandogalindez/Documents/Projects/SynthRiders/sr-analytics/plugins/elastic/node_modules/@elastic/elasticsearch/lib/Transport.js:240:25) at IncomingMessage.emit (events.js:326:22) at endReadableNT (_stream_readable.js:1244:12) at processTicksAndRejections (internal/process/task_queues.js:80:21) Reading in...