Skip to content

SignificantText aggregation has include/exclude logic back to front #64519

@markharwood

Description

@markharwood

Include clauses exclude and Exclude clauses include.

From the SignificantTextAggregatorFactory:

                        if (includeExclude != null && includeExclude.accept(bytes) ) {
                            continue;
                        }

This should instead check accept(bytes) == false

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions