mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-07-04 09:42:25 +00:00
Add IndexQuery.builder() method.
Original Pull Request: #3041 Closes #3030 Signed-off-by: Peter-Josef Meisch <pj.meisch@sothawo.com>
This commit is contained in:
parent
03591326d7
commit
5568c7bbc4
@ -54,6 +54,13 @@ public class IndexQuery {
|
||||
this.indexName = indexName;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 5.5
|
||||
*/
|
||||
public static IndexQueryBuilder builder() {
|
||||
return new IndexQueryBuilder();
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getId() {
|
||||
return id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user