Re: highlighter, stored documents and performance

2019-03-21 Thread Erick Erickson
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

Re: highlighter, stored documents and performance

2019-03-21 Thread Jörn Franke
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

RE: highlighter, stored documents and performance

2019-03-21 Thread Martin Frank Hansen (MHQ)
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

Re: highlighter, stored documents and performance

2019-03-21 Thread Jörn Franke
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

highlighter, stored documents and performance

2019-03-21 Thread Martin Frank Hansen (MHQ)
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