Epinova.Elasticsearch
Epinova.Elasticsearch copied to clipboard
A search-plugin for Episerver CMS and Commerce
I'm trying to set number_of_shards via a template file. The new index uses the mappings, but don't care about the number_of_shards setting.
So I am trying to add custom types. After fixing the documentation I was able to run it. But it doesnt input any documents into the index. And I tried...
Sometimes it's not necessary to store the original attachment data (as base64) into Elasticsearch index after the actual content is indexed. The original attachment is available as Episerver blob. It...
By default regular pagination is limited to not get elements past no. 10 000 in the result. This is an issue if one would like to fetch larger amounts of...
When adding a best bet for products in Episerver Commerce you can only select a product or an item. My suggestion is to be able to add Best bets on...
Currently non-public content is not indexed and cannot be queried easily. For example content that is not yet published, content with expired StopPublish etc. The most obvious problem is search...
This is an issue experienced with the implementation of synonyms. Today the list of synonyms closes an index, loads settings including synonym list and reopens index. Comments on https://stackoverflow.com/a/33923322/1702945 suggests...
Is it any reason why there is not any analyzer on the attachment in elasticsearch? Would it not make sense to add this to make the search a bit more...
When a BestBet term is added to the query for boosting at https://github.com/Epinova/Epinova.Elasticsearch/blob/4cc47efe9399aa505bff0c762027c3431dd36e39/src/Epinova.ElasticSearch.Core/Engine/QueryBuilder.cs#L292 a constraint is added to require the bestbet to be a hit: https://github.com/Epinova/Epinova.Elasticsearch/blob/4cc47efe9399aa505bff0c762027c3431dd36e39/src/Epinova.ElasticSearch.Core/Engine/QueryBuilder.cs#L429 All other hits to...
There should be a way to add multiple message handlers and build them together. ie. https://github.com/TorontoMobileDevelopers/HttpTracer/blob/master/src/HttpTracer/HttpTracerHandler.cs#L42