Re: questions regarding index boost vs search boost for multivalued fields

2010-08-27 Thread Erick Erickson
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

questions regarding index boost vs search boost for multivalued fields

2010-08-27 Thread Qi Li
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