and I would
>> like it to work for all documents.
>>
>> Best regards
>>
>> Martin
>>
>>
>> Internal - KMD A/S
>>
>> -Original Message-
>> From: Jörn Franke
>> Sent: 21. marts 2019 17:11
>> To: solr-user@lucen
Message-
> From: Jörn Franke
> Sent: 21. marts 2019 17:11
> To: solr-user@lucene.apache.org
> Subject: Re: highlighter, stored documents and performance
>
> I don’t think so - to highlight any possible query you need the full document.
>
> You could optimize it by
Subject: Re: highlighter, stored documents and performance
I don’t think so - to highlight any possible query you need the full document.
You could optimize it by only storing a subset of the document and highlight
only in this subset.
Alternatively you can store a summary and show only the summary
I don’t think so - to highlight any possible query you need the full document.
You could optimize it by only storing a subset of the document and highlight
only in this subset.
Alternatively you can store a summary and show only the summary without
highlighting.
> Am 21.03.2019 um 17:05 schri
Hi,
I am wondering how performance highlighting in Solr performs when the number of
documents get large?
Right now we have about 1 TB of data in all sorts of file types and I was
wondering how storing these documents within Solr (for highlighting purpose)
will affect performance?
Is it possib