Overview

Namespaces

  • elasticsearch

Classes

  • Config
  • Defaults
  • Faceting
  • Indexer
  • Searcher
  • Overview
  • Namespace
  • Class
  • Tree

Class Defaults

Returns a set of default values that are sufficient for indexing wordpress if the user does not set any values.

Namespace: elasticsearch
License: http://opensource.org/licenses/MIT
Author: Paris Holley <mail@parisholley.com>
Version: 2.0.0
Located at Defaults.php
Methods summary
public static string[]
# fields( )

Useful field names that wordpress provides out the box

Useful field names that wordpress provides out the box

Returns

string[]
field names
public static string[]
# types( )

Returns any post types currently defined in wordpress

Returns any post types currently defined in wordpress

Returns

string[]
post type names
public static string[]
# taxonomies( mixed $types )

Returns any taxonomies registered for the provided post types

Returns any taxonomies registered for the provided post types

Returns

string[]
taxonomy slugs
API documentation generated by ApiGen 2.8.0