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:
committed by
GitHub
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;
|
||||
|
||||
Reference in New Issue
Block a user