Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1 KB

README.md

File metadata and controls

25 lines (17 loc) · 1 KB

Elasticsearch Extensions

A WordPress plugin to make integrating sites with Elasticsearch easier. Seamlessly and automatically integrates with different Elasticsearch plugins. Simplifies common Elasticsearch operations like adding faceted search and filtering indexable post types, taxonomies, and postmeta in an implementation-agnostic way.

Supported Adapters

Usage

Install and activate the plugin to have it interface with an existing installed Elasticsearch plugin. This plugin will automatically detect which supported Elasticsearch plugin is in use, and will register the appropriate hooks.

Customize the Elasticsearch integration using filter hooks in your site's theme. A full list of available filter hooks is available in the wiki.

Faceted Search

TODO Add documentation regarding all of the facet-related features as well as code samples for setting up facets.