Skip to content
#

index

Here are 820 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
help wanted good first issue
Hirevo
Hirevo commented Oct 13, 2019

This is a tracking issue for additional Store implementations.

Here is a non-exhaustive list of potential candidates for an Store implementation:

  • S3Storage:
    This would store crate tarballs and rendered README pages into Amazon's S3.
  • RemoteStorage:
    Requires to implement a companion server.
    The idea is to have a reserved folder on another machine which runs a comp
C-enhancement help wanted good first issue P-medium
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