Skip to content

Conversation

@aditya-gupta36
Copy link
Contributor

What changes were proposed in this pull request?

Changes:
Detect attribute values longer than 255 chars and force a graph-query fallback, ensuring Atlas can reliably find entities with very long or tokenized qualifiedNames.

Earlier:
When performing a search using long entity names with attributes like qualifiedName and the StartsWith operator, results are not returned as expected.

Since the qualifiedName attribute is an indexed key, however, Solr's default standard tokenizer has a maximum token length of 255 characters. When entity names exceed this length, the tokenizer fails to parse the value correctly, leading to search failures.

How was this patch tested?

  1. UT Cases
  2. UI testing

…rs does not return results for long entity names
@aditya-gupta36 aditya-gupta36 changed the title Basic search using qualifiedName with startsWith and endsWith operators does not return results for long entity names ATLAS-5032: Basic search using qualifiedName with startsWith and endsWith operators does not return results for long entity names Oct 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant