RE: Apache Jackrabbit Oak and Lucene 4.7.x

2024-03-26 Thread Shad Storhaug
the commits I did to do the updates back to 4.7.x, do a build, and then publish it on a private Maven repository if an official release is out of the question. Lucene.NET is still stuck on 4.8.0, so I feel your pain. Regards, Shad Storhaug (NightOwl888) Project Chairperson - Apache Lucene.NET

Where do we send users who want to request changes to the Lucene application API or design?

2023-10-20 Thread Shad Storhaug
using the Lucene dev mailing list, the "Enhancement Request/Suggestion" category on GitHub Issues, or somewhere else. Please advise. This is a work in progress, but here is what it looks like so far: https://github.com/NightOwl888/lucenenet-issue-template-demo/issues/new/choose Thank

RE: Backporting of Nori

2022-10-18 Thread Shad Storhaug
e/tree/releases/lucene-solr/4.8.0/updated The first option would work the best for us, primarily because FST is a bit of a puzzle that we haven't dealt with at a high level, but we are willing to learn if you can point the way. Thanks, Shad Storhaug (NightOwl888) Project Chairperson - Apache Lucene.NET

RE: Missing tags for releases 8.8.2 thru 8.11.2

2022-10-04 Thread Shad Storhaug
Anticipating the question, I don't think it makes sense to forward-port commits from lucene-solr to lucene - this would only create additional confusion as to where the development/ maintenance actually takes place. Dawid On Tue, Oct 4, 2022 at 7:55 AM Shad Storhaug mailto:s...@shadstorhaug.com>>

Missing tags for releases 8.8.2 thru 8.11.2

2022-10-03 Thread Shad Storhaug
gives? Why were these releases not tagged in the repo? If they are tagged using a different format, please let me know what the other format is. Thanks, Shad Storhaug (NightOwl888) Project Chairperson - Apache Lucene.NET

RE: Making org.apache.lucene.search.join.TermsQuery Public

2021-10-31 Thread Shad Storhaug
/413 But I think you have answered my question. It wouldn't be sensible to have 2 similar query implementations marked public in Lucene, especially when TermInSetQuery is a newer implementation. Thanks, Shad Storhaug (NightOwl888) Project Chairperson – Apache Lucene.NET -Original Message

Making org.apache.lucene.search.join.TermsQuery Public

2021-10-31 Thread Shad Storhaug
was made package private in Lucene? Would this be something you would consider making public? Thanks, Shad Storhaug (NightOwl888) Project Chairperson - Apache Lucene.NET

[jira] [Created] (LUCENE-8001) UnescapedCharSequence Bugs

2017-10-20 Thread Shad Storhaug (JIRA)
Shad Storhaug created LUCENE-8001: - Summary: UnescapedCharSequence Bugs Key: LUCENE-8001 URL: https://issues.apache.org/jira/browse/LUCENE-8001 Project: Lucene - Core Issue Type: Bug

[jira] [Commented] (LUCENE-3305) Kuromoji code donation - a new Japanese morphological analyzer

2017-07-22 Thread Shad Storhaug (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-3305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16097465#comment-16097465 ] Shad Storhaug commented on LUCENE-3305: --- I am working on porting this code over to .NET (LUCENENET