P
P
postgresdev2019-06-24 17:58:37
symfony
postgresdev, 2019-06-24 17:58:37

What is the best way to organize search using ElsaticSearch and Symfony 3.4?

1. Interested in what can be used ready-made (bundle, methods)
2. There are a large number of goods in postgresql (800k-1 million or 10 million, I don’t know for sure), how to pour them into elasticsearch?
3. Do they do an analogue of join in elasic search or is all data stored in one table in the usual way (fields are duplicated)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
grinat, 2019-06-25
@postgresdev

1 They have offline libraries for php
2 Elastic has everything via rest api
3 There are no tables, there are collections. This is a document base, where the document is completely laid down with all the links, so there are no joins.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question