Re: Boost values for multi field Lucene index

2019-08-20 Thread Furkan KAMACI
Hi Baris, Are you looking for: https://lucene.apache.org/core/8_2_0/core/org/apache/lucene/search/Weight.html Kind Regards, Furkan KAMACI On Fri, Jun 28, 2019 at 6:12 PM wrote: > Hi,- > > how should i decide the values for a 4 field index lets say and i want > to prioritize the last field hi

Re: Multi field Lucene index

2019-07-05 Thread baris . kazar
Of course if it were the case, but since the data is there for the third and fourth, it should have brought the related data. Best regards On 7/5/19 10:27 AM, Atri Sharma wrote: Should not matter, AFAIK. If your first MUST clause in a BooleanQuery fails to match for a document, then there is

Re: Multi field Lucene index

2019-07-05 Thread Atri Sharma
Should not matter, AFAIK. If your first MUST clause in a BooleanQuery fails to match for a document, then there is no point for the engine to match further clauses, right? On Fri, Jul 5, 2019 at 7:56 PM wrote: > > Re-sending and please let me know Your amazing thoughts > > Happy July 4th > > Bes

Re: Multi field Lucene index

2019-07-05 Thread baris . kazar
Re-sending and please let me know Your amazing thoughts Happy July 4th Best regards On 7/3/19 6:01 PM, baris.ka...@oracle.com wrote: Hi,-  does it matter which field is added first into index when multi field Lucene is used? does that make difference at search time like if it matches firs

Multi field Lucene index

2019-07-03 Thread baris . kazar
Hi,-  does it matter which field is added first into index when multi field Lucene is used? does that make difference at search time like if it matches first and second field (which are fuzzy queries and AND-mandatory search term) and ignore third and fourth mandatory (AND) fields (search te

Boost values for multi field Lucene index

2019-06-28 Thread baris . kazar
Hi,-  how should i decide the values for a 4 field index lets say and i want to prioritize the last field highest and first field lowest? what values should i use? Best regards - To unsubscribe, e-mail: java-user-unsubscr..