mirror of
https://github.com/spring-projects/spring-data-elasticsearch.git
synced 2025-06-14 16:12:11 +00:00
parent
d9bb9911f9
commit
0028d7d550
@ -440,7 +440,7 @@ public abstract class BaseQueryBuilder<Q extends BaseQuery, SELF extends BaseQue
|
|||||||
return self();
|
return self();
|
||||||
}
|
}
|
||||||
|
|
||||||
public SELF witAllowNoIndices(@Nullable Boolean allowNoIndices) {
|
public SELF withAllowNoIndices(@Nullable Boolean allowNoIndices) {
|
||||||
this.allowNoIndices = allowNoIndices;
|
this.allowNoIndices = allowNoIndices;
|
||||||
return self();
|
return self();
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
package org.springframework.data.elasticsearch.utils;
|
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
|
* @author Peter-Josef Meisch
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user