daniel-iwaniec/elasticsearch-bundle
RepositoryService, Manager, DocumentFinder services was deprecated.Document annotation was deprecated.Manager::getSettings() was added. Returns the currently configured settings for manager index.Manager::getAliases() was added. Gets Elasticsearch aliases information.text and keyword property types support.murmur3, attachments, percolator property type supporthash_map annotation. #747ONGR\ElasticsearchBundle\Exception namespace.char_filter analysis support.document_dir. From now on you can change documents directory for each mapped bundle._ttl metafield annotation.[@annotations](https://github.com/annotations).cached_reader changed to [@es](https://github.com/es).annotations.cached_reader #717type. From now on everything has to be defined in the options.string property type was deprecated in elasticsearch 5.0, please use text or keyword accordingly.
More info: https://www.elastic.co/blog/strings-are-dead-long-live-stringsauth in the configuration was removed. Use authentication information directly in host or create event listener
to modify client creation. There are too many ways to authenticate elasticsearch. That said we leaving this customisation to the user due difficult support.connections node in configuration was removed. Use index from now on. There was absolute
misunderstanding to have exposed connections, we never saw any benefits to use single connection
between several managers.DocumentParserException to ONGR\ElasticsearchBundle\Mapping\Exception. #722analysis node in index/connection was deprecated. From now on used analyzers, filters, etc. must be provided in document annotationsResults (constants container for result type definitions) class was removed in favor for
new find functions with predefined types in the names.Manager::execute() was removed. Use Manager::search() instead.Manager::scroll() third argument with result type definition was removed.
Now you can get only raw result data from scroll.AbstractElasticsearchTestCase::runTest() was removed. It was introduced when elasticsearch
in our CI was very unstable. Now there is no sense to repeat failing tests again and again.AbstractElasticsearchTestCase::getNumberOfRetries() was removed.
If you write tests by extending AbstractElasticsearchTestCase delete your retries data provides.connections node in configuration was deprecated, now connection has to be defined in manager under index node.--dump option to index create command to dump mapping json to the console. #666AggregationValue:getValue() function. #651ongr:es:document:generate command. #601Document folder #605How can I help you explore Laravel packages today?