I couldn't find any definitive answer in the docs, nor in the configuration options.
I was wondering if monstache supports native field selection for indexing?
My use case is I store a subset of fields relevant to the search in elasticsearch, while the entire document is stored in MongoDB. Since elasticsearch is memory intensive, I figured it would be best this way as any unnecessary data would increase index size and degrade performance.
I know Monstache supports native collection selections to narrow down the sources to index, but does it also support field selection to narrow down the data to index?
I couldn't find any definitive answer in the docs, nor in the configuration options.
I was wondering if monstache supports native field selection for indexing?
My use case is I store a subset of fields relevant to the search in elasticsearch, while the entire document is stored in MongoDB. Since elasticsearch is memory intensive, I figured it would be best this way as any unnecessary data would increase index size and degrade performance.
I know Monstache supports native collection selections to narrow down the sources to index, but does it also support field selection to narrow down the data to index?