Skip to content

Commit

Permalink
HSEARCH-3860 Fix an incorrect storage for a supposedly nested object …
Browse files Browse the repository at this point in the history
…field in DistanceSearchSortBaseIT
  • Loading branch information
yrodiere committed Mar 16, 2020
1 parent 1cdc0b0 commit f7ee488
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -201,7 +201,7 @@ private static class IndexMapping extends AbstractObjectMapping {
flattenedObject = FirstLevelObjectMapping.create( root, "flattenedObject",
ObjectFieldStorage.FLATTENED );
nestedObject = FirstLevelObjectMapping.create( root, "nestedObject",
ObjectFieldStorage.FLATTENED );
ObjectFieldStorage.NESTED );
}
}

Expand Down

0 comments on commit f7ee488

Please sign in to comment.