On 9/4/2017 9:49 PM, Yasufumi Mizoguchi wrote: > I understood what you are saying. However, at least, I think it > strange that UnifiedSolrHighlighter > returns the same error when choosing ", " as the field delimiter in > hl.fl (e.g. hl.fl=name,%20manu). > This is because UnifiedSolrHighlighter detects that there is a > zero-length string between "," and " ", > and treats the string as a field name. > Is this a correct behavior?
I have never used any highlighter functionality, so I am clueless about it ... but if the parsing of hl.fl leads to a situation where it thinks an empty string is one of the field names that has been requested, that sounds like a bug in the argument parser that needs to be fixed. Thanks, Shawn