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

2024-05-18 Thread Chang Hank
Hey Michael, I wrote the first version of my idea about implementing RRF in Lucene, here the link of the code https://gist.github.com/hack4chang/ee2b37eab80bd82e574ff4f94ed204e9. Right now I have some questions, one is about the shardIndex to be returned, another one is the TotalHits value, ple

waiting for a PR review regarding the FieldHighlighter.

2024-05-18 Thread 쿨해머
Hello. I have submitted a PR that allows users to decide the final sorting criteria for passages in the FieldHighlighter. If anyone is interested, please take a look. I will leave the PR link below. https://github.com/apache/lucene/pull/13276

Re: How much is ja.dict.UserDictionary used?

2024-05-18 Thread Michael Sokolov
We use it Amazon. I can't really read it so I'm not sure, but I think it's used to encode terms that come up that aren't handled well by the standard dictionary. On Sat, May 18, 2024 at 8:39 AM Bruno Roustant wrote: > > Hi, > > While looking at the various usages of Map with Integer keys, I found

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 advice from Alessandro and

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

2024-05-18 Thread Chang Hank
Hey Michael, Sorry I was a bit busy this week, but I’ve looked into the resources you provided and also some useful advice from Alessandro and Adrien. I have a briefly understanding of how RRF works, but I’m not quite sure how we should implement it. Based on the advice from Alessandro and Adr

Join module dependency

2024-05-18 Thread Bruno Roustant
The facet module has a dependency on com.carrotsearch:hppc. Is it possible to add the same dependency to the join module ? What is the rule ? Thanks Bruno

How much is ja.dict.UserDictionary used?

2024-05-18 Thread Bruno Roustant
Hi, While looking at the various usages of Map with Integer keys, I found ja.dict.UserDictionary with its lookup() method where there is a *TODO: can we avoid this treemap/toIndexArray?* I could propose something, but I would like to know how much it is used, and if it is worth improving it. Tha