On 6/20/2017 12:07 AM, Aman Deep Singh wrote: > Again the same problem started to occur and I haven't change any schema > It's only coming to the Numeric data types only (tint,tdouble) and that too > in group query only > If I search with string field type it works fine. > > Steps which i have followed > > 1. drop the old collection > 2. create the new Collection > 3. Do the full reindex > 4. do atomic update on some fields multiple times
If you're getting exactly the same error (Type mismatch: isBlibliShipping was indexed with multiple values per document, use SORTED_SET instead), then it means the schema on the index is changing after you have indexed data, in a way that won't work -- probably by changing multiValued or docValues. Thanks, Shawn