I'm trying to do a global search on the website (I'm using Sitecore 8.1) using Lucene and field boosting. The idea is that I want to search in the content that is on the pages, and not all the pages have the same template. So I cannot know what fields I should be searching for to see if those contain the content I'm looking for. Here I also want to integrate the field boosting, for which I haven't found yet any example.
Does anyone know if the way I'm trying to do it it is a good idea, and point me into some direction? Whan I'm trying to find out is how I should create my query and how to access the field boosting to sort my results?