Multi-map / Reduce indexes with IndexDefinitionBuilder #15464
-
I am using Up until now these have only been map or single map / reduce indexes. Recently a use case came up where a multi-map / reduce index would be a very clean solution to the particular problem. However How can build a multi-map reduce index with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Yes, using the |
Beta Was this translation helpful? Give feedback.
Hi
Yes, using the
IndexDefinitionBuilder
is supported for single map or map-reduce index for now. Using AbstractMultiMapIndexCreationTask for creation of multi map index is the correct way.