Hello, I need to expose the search and highlighting capabilities over few tens of fields. The edismax's qf param makes it possible but the time performances for searching tens of words over tens of fields is problematic.
I made a copyField (indexed, not stored) for these fields, which gives way better search performances but does not enable highlighting the original fields which are stored. Is there any way of searching this copyField and highlighting other fields with any of the highlight components? BTW, I need to keep the field structure so storing the copyField is not an alternative.