RE: [EXTERNAL] Re: Question about extending Similarity

2024-05-22 Thread Georgios Georgiadis
qual to freq/norm at search time. On Tue, May 21, 2024 at 8:02 PM Georgios Georgiadis mailto:georgios.georgia...@microsoft.com.invalid>> wrote: Hi, I would like to extend Similarity to have the following functionality: if the query is “A B C” and a field contains “B C” then I would like

Question about extending Similarity

2024-05-21 Thread Georgios Georgiadis
Hi, I would like to extend Similarity to have the following functionality: if the query is "A B C" and a field contains "B C" then I would like to call that a "match" and return a score of 1 (2/2). If the query is "A B C" and the field contains "B D" then I would like to call that a partial matc