You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more config options see default values in `\Spameri\Elastic\DI\ElasticSearchExtension::$defaults`.
28
+
For more config options see default values in `\Spameri\Elastic\DI\SpameriElasticSearchExtension::$defaults`. [Here](../src/DI/ElasticSearchExtension.php#L9).
29
+
30
+
#### Raw client usage
31
+
- After this configuration you are ready to use ElasticSearch in your Nette application.
32
+
- Where needed just inject `\Spameri\Elastic\ClientProvider` and then directly call what you need, like this:
-[Client](https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php) is provided from **elasticsearch/elasticsearch** and you can see their [documentation](https://github.com/elastic/elasticsearch-php#quickstart)
47
+
what methods and arrays are supported.
48
+
- When in doubt what how many arrays or how many arguments **match** supports use [Spameri/ElasticQuery](https://github.com/Spameri/ElasticQuery/blob/master/doc/02-query-objects.md)
49
+
- This is library used in later examples. But direct approach is also possible.
0 commit comments