You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/04 19:24:15 UTC

[GitHub] [lucene] navneet1v opened a new issue, #11752: Enable Relate Interface of Shape Doc Values to be used by clients of Lucene

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-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] navneet1v commented on issue #11752: Enable Relate Interface of Shape Doc Values to be used by clients of Lucene

Posted by GitBox <gi...@apache.org>.
navneet1v commented on issue #11752:
URL: https://github.com/apache/lucene/issues/11752#issuecomment-1332600579

   Resolving the issue as the code is merged.


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] navneet1v closed issue #11752: Enable Relate Interface of Shape Doc Values to be used by clients of Lucene

Posted by GitBox <gi...@apache.org>.
navneet1v closed issue #11752: Enable Relate Interface of Shape Doc Values to be used by clients of Lucene
URL: https://github.com/apache/lucene/issues/11752


-- 
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-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org