navneet1v opened a new issue, #11752: URL: https://github.com/apache/lucene/issues/11752
### Description With the release of ShapeDocValues and ShapeDoc Values field(LUCENE-10654), it provides various interfaces to create the query and create the different ShapeDoc values. But it doesn't provide the interface to find the relation between a Shape(provided as ShapeDocValues) with another shape. This functionality is already present in the [ShapeDocValues](https://github.com/apache/lucene/blob/d7fd48c9502c567e4760a011fa99b1a491fea2cb/lucene/core/src/java/org/apache/lucene/document/ShapeDocValues.java#L159), but not exposed to the clients, as the ShapeDocValue class itself is marked as package-private. Expectation: The expectation is to provide this relate functionality to the clients, so that it can be used to find the relations. -- 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: issues-unsubscr...@lucene.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org