Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kodraus/eswp
- Owner: KodrAus
- License: mit
- Created: 2014-10-15T12:13:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T09:31:44.000Z (almost 10 years ago)
- Last Synced: 2024-11-15T03:55:56.201Z (2 months ago)
- Language: PHP
- Size: 402 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.