mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-30 15:52:12 +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
|
@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(){
|
public void shouldSortByGivenField(){
|
||||||
//todo
|
//todo
|
||||||
//given
|
//given
|
||||||
|
Loading…
x
Reference in New Issue
Block a user