Matthew Boynes

Results 80 comments of Matthew Boynes

Additional notes/ideas: - Improve error handling and reporting. If a post fails, identify which one(s) failed and try to figure out why. - Automatic retries and self-adjustment. If a request...

Good catch, and thanks for the PR! Before I merge I'm going to add unit tests and I'm going to tweak this solution to ensure that the index name is...

Might also want an `--index` param as well, since you might want to push data to a different index on the same host

Hey @kjbenk, what's a use-case you have in mind for this?

Yes, Elasticsearch 5.0+ instituted a schema field cap and an accompanying index setting, ultimately for performance. We haven't decided how exactly SearchPress should address that in the long-term, but here's...

SearchPress is compatible with ES 5.x (and every other version, incidentally). Where did the problem query originate, was it from SearchPress' core search replacement, another plugin like ES_WP_Query, or was...

Can you confirm that’s loading the latest version of ES_WP_Query?

My one and only concern with this is that API searches may originate from either the frontend or backend (admin area). Searches originating via the admin probably _should not_ be...

I think if we have two options, that should be enough: * [ ] HTTP Basic Auth (username & password). _Important: store the encoding, not the raw values._ * [...

See #94. You can check out this branch to use ES 6.x until it gets merged into `master`