Home
last modified time | relevance | path

Searched refs:Elastica (Results 51 – 75 of 276) sorted by last modified time

12345678910>>...12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DJSON.php3 namespace Elastica; namespace
5 use Elastica\Exception\JSONParseException;
8 * Elastica JSON tools.
H A DMapping.php3 namespace Elastica; namespace
5 use Elastica\Exception\InvalidException;
10 * Elastica Mapping object.
H A DNode.php3 namespace Elastica; namespace
5 use Elastica\Node\Info;
6 use Elastica\Node\Stats;
9 * Elastica cluster node object.
H A DParam.php3 namespace Elastica; namespace
5 use Elastica\Exception\InvalidException;
H A DPipeline.php3 namespace Elastica; namespace
5 use Elastica\Exception\ClientException;
6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\InvalidException;
8 use Elastica\Exception\ResponseException;
9 use Elastica\Processor\AbstractProcessor;
19 * Elastica Pipeline object.
66 throw new InvalidException('You should set a valid processor of type Elastica\Processor\AbstractProcessor.');
H A DPointInTime.php3 namespace Elastica; namespace
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMultiMatch.php3 namespace Elastica\Query;
H A DNested.php3 namespace Elastica\Query;
H A DParentId.php3 namespace Elastica\Query;
H A DPercolate.php3 namespace Elastica\Query;
5 use Elastica\Document;
H A DPrefix.php3 namespace Elastica\Query;
H A DQueryString.php3 namespace Elastica\Query;
H A DScript.php3 namespace Elastica\Query;
5 use Elastica\Script\AbstractScript;
6 use Elastica\Script\Script as BaseScript;
H A DSimple.php3 namespace Elastica\Query;
H A DSimpleQueryString.php3 namespace Elastica\Query;
H A DSpanContaining.php3 namespace Elastica\Query;
H A DSpanMulti.php3 namespace Elastica\Query;
5 use Elastica\Exception\InvalidException;
52 throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\AbstractQuery');
H A DSpanNear.php3 namespace Elastica\Query;
5 use Elastica\Exception\InvalidException;
H A DSpanNot.php3 namespace Elastica\Query;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DMultiBuilder.php3 namespace Elastica\Multi;
5 use Elastica\Response;
6 use Elastica\ResultSet as BaseResultSet;
7 use Elastica\Search as BaseSearch;
H A DMultiBuilderInterface.php3 namespace Elastica\Multi;
5 use Elastica\Response;
6 use Elastica\Search as BaseSearch;
H A DResultSet.php3 namespace Elastica\Multi;
5 use Elastica\Response;
6 use Elastica\ResultSet as BaseResultSet;
9 * Elastica multi search result set
H A DSearch.php3 namespace Elastica\Multi;
5 use Elastica\Client;
6 use Elastica\JSON;
7 use Elastica\Request;
8 use Elastica\Search as BaseSearch;
11 * Elastica multi search.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DAppend.php3 namespace Elastica\Processor;
8 * Elastica Append Processor.
H A DAppendProcessor.php3 namespace Elastica\Processor;
6 * Elastica Append Processor.

12345678910>>...12