Re: Exporting results and schema design

2018-11-15 Thread Erick Erickson
gt; Sent: Thursday, 15 November 2018 1:55 PM > To: solr-user > Subject: Re: Exporting results and schema design > > Well, docValues doesn't necessarily waste much index space if you > don't store the field and useDocValuesAsStored. It also won't beat up > your machine as badly if

Re: Exporting results and schema design

2018-11-15 Thread Dwane Hall
believed I needed stored=true if I required the fields returned. Many thanks once again for taking the time to respond, Dwane From: Erick Erickson Sent: Thursday, 15 November 2018 1:55 PM To: solr-user Subject: Re: Exporting results and schema design Well, docValues

Re: Exporting results and schema design

2018-11-14 Thread Erick Erickson
Well, docValues doesn't necessarily waste much index space if you don't store the field and useDocValuesAsStored. It also won't beat up your machine as badly if you fetch all your fields from DV fields. To fetch a stored field, you need to > seek to the stored data on disk > decompress a 16K

Exporting results and schema design

2018-11-14 Thread Dwane Hall
Good afternoon Solr community, I have a situation where I require the following solr features. 1. Highlighting must be available for the matched search results 2. After a user performs a regular solr search (/select, rows=10) I require a drill down which has the potential to export