iverase commented on issue #14758:
URL: https://github.com/apache/lucene/issues/14758#issuecomment-4290498018

   > I think a user visible/explicit "one field referencing/depending on 
another field" is a sort of anti-pattern in Lucene? Fields are supposed to be 
independent from one another
   
   I am going to challenge this assumption since we introduce index sorting. 
   
   In addition, if you want to build your index dependant on another value, it 
will be better that your data is sorted by that value otherwise it becomes 
tricky. I think this idea is very tightly related to index sorting. 


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to