Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kodraus/eswp

Developer-focused Wordpress plugin for integrating Elasticsearch
https://github.com/kodraus/eswp

Last synced: 9 days ago
JSON representation

Developer-focused Wordpress plugin for integrating Elasticsearch

Awesome Lists containing this project

README

        

ESWP
====

A developer-focused Wordpress plugin for integrating Elasticsearch. ESWP gives you access to Elasticsearch via the [Elastica](https://github.com/ruflin/Elastica) PHP client so you have complete control over how your Wordpress objects are indexed, queried and displayed.

See the [docs](https://github.com/KodrAus/eswp/wiki/) for more details.

##Getting started

Upload the [eswp directory](https://github.com/KodrAus/eswp/tree/master/src/eswp) to your Wordpress plugins folder.

Point ESWP to your Elasticsearch server

Add the ESWP Search Widget to your theme. Add the Search Results and API pages to start pointing your searches at Elasticsearch.

[How to change thumbnail markup](https://github.com/KodrAus/eswp/wiki/Overriding-Default-Functionality#changing-posts-thumbnail)

[How to change type mapping](https://github.com/KodrAus/eswp/wiki/Overriding-Default-Functionality#changing-posts-mapping)

[How to add index analyzers and tokenizers](https://github.com/KodrAus/eswp/wiki/Overriding-Default-Functionality#adding-index-analyzers-and-tokenizers)

Or see the [Getting Started Guide](https://github.com/KodrAus/eswp/wiki/getting-started) for a thorough guide.