Index time and query time boosts have different meanings.
Boosting at index time says "this document's title is more
important than other documents titles". Query time boosts
express "I want matches in the title of a document to count
more than matches in other fields for this query". I guess if
yo
Here is my index structure.
for each document:
Field articleTitle (only one value)
Field majorHeading(multiple values)
Field minorHeading (multiple values)
I use heading (can be both majorHeadings or minorHeadings) to search. What
I want is that majorHeading i