committed by
GitHub
parent
d9bb9911f9
commit
0028d7d550
@@ -440,7 +440,7 @@ public abstract class BaseQueryBuilder<Q extends BaseQuery, SELF extends BaseQue
|
||||
return self();
|
||||
}
|
||||
|
||||
public SELF witAllowNoIndices(@Nullable Boolean allowNoIndices) {
|
||||
public SELF withAllowNoIndices(@Nullable Boolean allowNoIndices) {
|
||||
this.allowNoIndices = allowNoIndices;
|
||||
return self();
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
package org.springframework.data.elasticsearch.utils;
|
||||
|
||||
/**
|
||||
* Class providing an index name witInCo
|
||||
* Class providing an index name with a prefix and a index number
|
||||
*
|
||||
* @author Peter-Josef Meisch
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user