Re: Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-06 Thread Yasufumi Mizoguchi
Hi Shawn, Thank you for your reply. > that sounds like a bug in the argument parser that needs to be fixed. I have created a JIRA about this. https://issues.apache.org/jira/browse/SOLR-11334 Thanks, Yasufumi On 2017/09/06 9:48 PM, Shawn Heisey wrote: On 9/4/2017 9:49 PM, Yasufumi Mizoguchi

Re: Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-06 Thread Shawn Heisey
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 de

Re: Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-04 Thread Yasufumi Mizoguchi
Hi, Shawn, (Sorry, I have sent this your private email address...) Thanks for your reply. 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). Thi

Re: Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-04 Thread Shawn Heisey
On 9/3/2017 10:31 PM, Yasufumi Mizoguchi wrote: > I am testing UnifiedHighlighter(hl.method=unified) with Solr 6.6 and > found that the highlighter returns following error when hl.fl > parameter has undefined fields. > The error occurs even if hl.fl parameter has ", "( + ) > as a field delimiter. (

Unified highlighter returns an error when hl.fl param has undefined fields

2017-09-03 Thread Yasufumi Mizoguchi
Hi, I am testing UnifiedHighlighter(hl.method=unified) with Solr 6.6 and found that the highlighter returns following error when hl.fl parameter has undefined fields. The error occurs even if hl.fl parameter has ", "( + ) as a field delimiter. (e.g. hl.fl=name, manu) Is this a bug? I think tha