Skip to content

Typo in BaseQueryBuilder.allowNoIndices option setter #2638

Closed
@virtual-machinist

Description

@virtual-machinist

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions