enabled the unit test for sorting as dynamic mapping support is introduced
This commit is contained in:
@@ -362,7 +362,6 @@ public class RepositoryTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("By default, the search request will fail if there is no mapping associated with a field. The ignore_unmapped option allows to ignore fields that have no mapping and not sort by them")
|
||||
public void shouldSortByGivenField(){
|
||||
//todo
|
||||
//given
|
||||
|
||||
Reference in New Issue
Block a user