Module yz_index

This module contains functionaity for using and administrating indexes.

Description

This module contains functionaity for using and administrating indexes. In this case an index is an instance of a Solr Core.

Data Types

create_index_return()

create_index_return() = ok | {error, index_not_created_within_timeout} | {error, schema_not_found} | {error, invalid_name} | {error, core_error_on_index_creation, binary()} | {error, term()}


Generated by EDoc