Skip to content
New issue

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

Typo in BaseQueryBuilder.allowNoIndices option setter #2638

Closed
virtual-machinist opened this issue Jul 20, 2023 · 0 comments · Fixed by #2640
Closed

Typo in BaseQueryBuilder.allowNoIndices option setter #2638

virtual-machinist opened this issue Jul 20, 2023 · 0 comments · Fixed by #2640
Labels
type: enhancement A general enhancement

Comments

@virtual-machinist
Copy link

The option setter for allowNoIndices in org.springframework.data.elasticsearch.core.query.BaseQueryBuilder is currently as follows:

	public SELF witAllowNoIndices(@Nullable Boolean allowNoIndices) {
		this.allowNoIndices = allowNoIndices;
		return self();
	}

should be perhaps withAllowNoIndices ?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jul 20, 2023
sothawo added a commit to sothawo/spring-data-elasticsearch that referenced this issue Jul 21, 2023
sothawo added a commit that referenced this issue Jul 21, 2023
Original Pull Request #2640
Closes #2638
@sothawo sothawo added this to the 5.2 M2 (2023.1.0) milestone Jul 21, 2023
@sothawo sothawo added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants