Hi, I'm wondering if this is a supported scenario in ElasticSearch, reading the guide and API reference I couldn't find a way to achieve this.
I'd like to index documents only once, say in a master index, and then create secondary or "meta" indices that would only contain a subset of the master index. For example, document A, B and C would be indexed once in the master index. Then a secondary index would be able to see only documents A and B, while another secondary index could see only documents B and C, etc. (and by "see" I mean the search queries should only consider those documents) The idea being that documents could be relatively big, and they should not be indexed multiple times. Does that make sense? Am I missing "the right way" to design such a pattern? I am new to ES. Thanks, Martin -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/26ea7107-9554-43d8-b492-4d4357fa5af7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
