You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe the problem.
I would like to match documents against a set of queries. This feature exists in the org.apache.lucene.monitor package but is currently not provided by lucene.net.
Describe the solution you'd like
Provide a Lucene.Net.Monitor package that ports the java implementation over to .net.
Additional context
If this is currently not planned for the 4.8 version and nobody is currently working on it. I might be able to look into it.
The text was updated successfully, but these errors were encountered:
@anhaehne Thank you for this feature request. Unfortunately, the Monitor subproject was added in Lucene 8.2.0, which is later than what we are targeting (4.8.0). While we have added a select number of post-4.8 changes, we can't have this be a moving goalpost or we'll never get done, and certainly adding another library at this time would be a big lift. So this will have to wait for the next post-4.8 release where we will catch up to some newer version of Lucene (hopefully 11.x or later) which will include this. In the meantime, we need assistance with getting the 4.8 work done, so if you could put your efforts there that would help get us to the point of being able to do this faster!
If it is possible to implement Monitor against the 4.8 API, and that functionality is needed, I would suggest implementing it as an experimental outside project (even published on NuGet.org) that depends on Lucene.NET 4.8, and if you make it Apache-2.0 licensed, we might be able to pull in that code into the next post-4.8 release to expedite that.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
I would like to match documents against a set of queries. This feature exists in the org.apache.lucene.monitor package but is currently not provided by lucene.net.
Describe the solution you'd like
Provide a Lucene.Net.Monitor package that ports the java implementation over to .net.
Additional context
If this is currently not planned for the 4.8 version and nobody is currently working on it. I might be able to look into it.
The text was updated successfully, but these errors were encountered: