Re: [External] Streaming documents into the index breaks highlighting

2022-11-17 Thread Shifflett, David [USA]
Just to clarify, Is there a highlighting option that doesn't require the text from the matched document? David Shifflett On 11/17/22, 1:57 PM, "Shifflett, David [USA]" wrote: Hi, I am converting my application from reading documents into memory, then indexing the documents t

Streaming documents into the index breaks highlighting

2022-11-17 Thread Shifflett, David [USA]
Hi, I am converting my application from reading documents into memory, then indexing the documents to streaming the documents to be indexed. I quickly found out this required that the field NOT be stored. I then quickly found out that my highlighting code requires the field to be stored. I’ve be