Re: FastVectorHighlighter failure with multiValued fields

2012-06-27 Thread Lance Norskog
I think: text fields are not exactly multi-valued. Instead there is something called the 'positionIncrementGap' which gives a sweep (usually 100) of empty positions (terms) to distinguish one field from the next. If you set this to zero or one, that should give you one long multi-valued field. 2)

FastVectorHighlighter failure with multiValued fields

2012-06-26 Thread Duncan McIntyre
I think I may have identified a bug with FVH. So I have two questions: 1) Does anyone know how to make FVH return a highlighted snippet when the query matches all of one string in a multivalued field? 2) If not, does anyone know how to make DIH concatenate all the values in a multivalued field int