mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 08:02:11 +00:00
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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user