Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Relate Interface of Shape Doc Values to be used by clients of Lucene #11752

Closed
navneet1v opened this issue Sep 4, 2022 · 1 comment
Closed

Comments

@navneet1v
Copy link
Contributor

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, 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.

@navneet1v
Copy link
Contributor Author

Resolving the issue as the code is merged.

@rmuir rmuir added this to the 9.5.0 milestone Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants