Re: the highlight does not work when query without specified field

2016-05-06 Thread Erick Erickson
You need to give more details. How is your highlighter defined? Does it reference the "text" field? And is the "text" field stored (it must be to be highlighted)? Details really matter for these questions. Best, Erick On Fri, May 6, 2016 at 12:57 AM, 梦在远方 wrote: > hi all, > > > i want query wit

the highlight does not work when query without specified field

2016-05-06 Thread ????????
hi all, i want query without specified field(like q=java), so i use the 'copyfield' tag to copy my custom field to the 'text' field, this works fine, but issue one problem: the field of returned doc which contain the query keyword does not highlight. I guess this is because keyword was found i