I have an application that store (title,body) of a news as separate field in lucene document At search time i need to create a query that boost title over body. (title is more important in search) but it slow down the speed of searching. An optimization tip show me that I can combine these two fields into one and It absolutely speed up search and indexing, but I loose scoring that i want to catch at searching (boost title over body)
Is there anyway to combine the benefits ?