aditya-gupta36 opened a new pull request, #470:
URL: https://github.com/apache/atlas/pull/470

   ## 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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to