Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor data filtering in RelevancyEvaluator
Replace Objects::nonNull and instanceof checks with StringUtils::hasText for more efficient and cleaner content filtering. This change simplifies the stream operation in the getContent method, improving readability and potentially performance.
- Loading branch information