We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The option setter for allowNoIndices in org.springframework.data.elasticsearch.core.query.BaseQueryBuilder is currently as follows:
allowNoIndices
org.springframework.data.elasticsearch.core.query.BaseQueryBuilder
public SELF witAllowNoIndices(@Nullable Boolean allowNoIndices) { this.allowNoIndices = allowNoIndices; return self(); }
should be perhaps withAllowNoIndices ?
The text was updated successfully, but these errors were encountered:
fix typos in method and docs.
bc41981
Closes spring-projects#2638
0028d7d
Original Pull Request #2640 Closes #2638
Successfully merging a pull request may close this issue.
The option setter for
allowNoIndices
inorg.springframework.data.elasticsearch.core.query.BaseQueryBuilder
is currently as follows:should be perhaps withAllowNoIndices ?
The text was updated successfully, but these errors were encountered: