Re: Seeking Insights on New Features in Lucene

2024-05-30 Thread Chang Hank
apache.org/thread/4bhnkkvvodxxgrpj4yqm5yrgj0ppc59r > > On Thu, May 30, 2024 at 10:49 PM Chang Hank wrote: >> >> Hi all, >> >> I’m curious about the future development of Lucene and would like to know if >> there are any planned new features. >> Could you share some i

Seeking Insights on New Features in Lucene

2024-05-30 Thread Chang Hank
Hi all, I’m curious about the future development of Lucene and would like to know if there are any planned new features. Could you share some insights into the main focus areas for upcoming releases? Are there specific features or improvements the community is currently working on and maybe I

Re: Improve testing

2024-05-24 Thread Chang Hank
After I added the new test case, I failed the ./gradlew check and it seems like the check failed because I added the new test case. Is there anything I need to do before executing ./gradlew check? Best, Hank > On May 24, 2024, at 12:53 PM, Chang Hank wrote: > > Hi Robert, >

Re: Improve testing

2024-05-24 Thread Chang Hank
Hi Robert, Thanks for your advice, will look into it!! Best, Hank > On May 24, 2024, at 12:46 PM, Robert Muir wrote: > > On Fri, May 24, 2024 at 2:33 PM Chang Hank wrote: >> >> Hi all, >> >> I want to improve the code coverage for Lucene, which package woul

Improve testing

2024-05-24 Thread Chang Hank
Hi all, I want to improve the code coverage for Lucene, which package would you recommend testing to do so? Do we need more coverage in the Core package? Best, Hank - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For

Re: Any recommended issues to work on for a newcomer?

2024-05-18 Thread Chang Hank
, please take a look at the code and kindly leave some comments below. Thanks, Hank > On May 18, 2024, at 2:01 PM, Chang Hank wrote: > > Or maybe we can first create an issue and PR based on the issue number? > WDYT? > > Best, > > Hank > >> On May 18, 202

Re: Any recommended issues to work on for a newcomer?

2024-05-18 Thread Chang Hank
Or maybe we can first create an issue and PR based on the issue number? WDYT? Best, Hank > On May 18, 2024, at 11:29 AM, Chang Hank wrote: > > Hey Michael, > > Sorry I was a bit busy this week, but I’ve looked into the resources you > provided and also some useful advi

Re: Any recommended issues to work on for a newcomer?

2024-05-18 Thread Chang Hank
of doing it as a Lucene query or a >>>>> Lucene component but then ended up with a different approach. >>>>> I'll elaborate more when I go back to the task! >>>>> >>>>> Cheers >>>>> -- >>>&g

Re: Any recommended issues to work on for a newcomer?

2024-05-10 Thread Chang Hank
gt;> >> for (ScoreDoc scoreDoc : topDocs.scoreDocs) { >> Document docK = storedFieldsKeyword.document(scoreDoc.doc); >> Document docV = storedFieldsVector.document(scoreDoc.doc); >> >> } >> >> whereas also see >> >> https://lucene.apache.org/core/

Re: Any recommended issues to work on for a newcomer?

2024-05-10 Thread Chang Hank
a decade on Lucene > https://www.elastic.co/de/blog/author/adrien-grand > I guess it makes sense to follow his advice :-) > > We could create a PR and work together on it, WDYT? > > All the best > > Michael > > Am 10.05.24 um 18:51 schrieb Chang Hank: >> Hi Mic

Re: Any recommended issues to work on for a newcomer?

2024-05-10 Thread Chang Hank
d be interested to do this or that we work on it together > somehow? > > Thanks > > Michael > > > > Am 10.05.24 um 07:27 schrieb Chang Hank: >> Hi everyone, >> >> I’m Hank Chang, currently studying Information Retrieval topics. I’m really >&

Any recommended issues to work on for a newcomer?

2024-05-09 Thread Chang Hank
Hi everyone, I’m Hank Chang, currently studying Information Retrieval topics. I’m really interested in contributing to Apache Lucene and enhance my understanding to the field. I’ve reviewed several issues posted on the Github repository but haven’t found a straightforward starting point. Could