Skip to content
#

index

Here are 682 public repositories matching this topic...

antoniogoncalves92
antoniogoncalves92 commented Mar 26, 2020

Hi, i am currently using your services to implement an instant search to improve system search. And everything looks great till now. But currently i m getting an issues with a model import data, since am using aggregator to use multiples models in one indice.

The issues is like so:

  1. When i add some models, lets say, Contrato, Pagamento and User to the models array property of the Aggregat
dalenavi
dalenavi commented May 3, 2018

Given an elasticsearch target, namespaced into a sub-path by nginx,
when I pass the full host+path into Elastix.Search.search (and other functions also)
then the path component of the elasticsearch url is stripped away.

I believe this code is problematic, in search.ex

def make_path(index, types, query_params, api_type \\ "_search") do
    path_root = "/#{index}"

When the inde

Improve this page

Add a description, image, and links to the index topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the index topic, visit your repo's landing page and select "manage topics."

Learn more