We need a common index where our properties change with each object. We need a full-text search function with a distributed system.
Is it possible to index different objects in one universal index in elasticsearch?
Yes, elasticsearch allows you to index different documents at the same index using the same dynamic mapping, or if you have only a few different types of documents, you can have multiple comparisons at the same index.