Results 1 to 1 of 1
Thread: Choosing Boosting in Lucene
- 04-16-2011, 02:18 AM #1
Member
- Join Date
- Apr 2011
- Posts
- 1
- Rep Power
- 0
Choosing Boosting in Lucene
Hello,
I have a few questions about boosting in Lucene. I am running a research project where I have, for each document, 4 fields: f1, f2, f3, f4. I also have a set of queries for my corpus, and I know the relevant documents for each of these queries. What I want to study is how boosting affects the search results of these queries. Basically, I want to show that by boosting some of these fields the results are better (I hope).
I have, though, a few essential questions that I cannot figure out and I would really appreciate some help...
1. Is there any difference between boosting the fields at index time and boosting the terms in the queries which appear in these fields at search time?
Again, I know beforehand the set of queries and also the terms in these queries which appear in the documents in the corpus in each of the fields.
2. In what range are boosting values usually chosen? I.e., should I choose boosts in a 0.5-2 range (say 0.5, 1, 1.5, 2), like I have seen in soem examples, or is it the same if I choose boosts in a range like 50-200 (respectively 50, 100, 150, 200)?
3. How sensitive is boosting in Lucene? For example, if I know approximately the importance of each field, and I want to assign boosting values accordingly, what would be good differences between the values of the boosting factor for the different fields? More precisely, if the importance order is f1<f2<f3<f4, will it matter if I choose the boosts as (1,2,3,4), or (1, 5, 10, 15)?
4. Is there any method besides trial and error for finding the boosts for each field that work the best for a particular corpus?
Thank you very much,
Cristina
Similar Threads
-
Boosting differences
By belsen in forum LuceneReplies: 0Last Post: 11-24-2010, 09:26 AM -
Field boosting solr
By belsen in forum LuceneReplies: 0Last Post: 11-15-2010, 01:41 PM -
Need advise for choosing book
By Teodor__b in forum New To JavaReplies: 2Last Post: 02-19-2010, 01:13 PM -
Help regarding choosing Indexing Stratergies
By manjuns in forum LuceneReplies: 1Last Post: 10-24-2009, 03:10 AM -
Choosing a degree concentration
By xcallmejudasx in forum Jobs DiscussionReplies: 11Last Post: 08-14-2009, 11:30 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks