Re: highlighting performance

2024-03-28 Thread Maria Muslea
I just wanted to give an update on this. I rebuilt the index using storeOffsetsWithPositions=true for the relevant highlight fields, and I did see the size of the index increase, but I didn't see any significant improvement in query response time. Thank you, maria On Tue, Mar 19, 2024 at 9:46 AM

Re: highlighting performance

2024-03-19 Thread Maria Muslea
Thank you for your suggestions. I did read the reference guide and tried everything that I thought might help. I am using hl.method=unified and I do not have wildcards in my query, BUT I did not try storeOffsetsWithPositions=true. I will try this and see how it goes Thank you again, Maria On Thu

Re: highlighting performance

2024-03-14 Thread David Smiley
Hi Maria, Did you read the reference guide?: https://solr.apache.org/guide/8_11/highlighting.html#schema-options-and-performance-considerations In particular, you're going to get the best performance with hl.method=unified and storeOffsetsWithPositions=true. I wouldn't bother with termPositions o