mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-29 15:22:11 +00:00
enabled the unit test for sorting as dynamic mapping support is introduced
This commit is contained in:
parent
cae34e5098
commit
d8e59ea75a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user