Re: copyField and storage requirements

2013-07-02 Thread Shawn Heisey
On 7/2/2013 1:58 PM, Ali, Saqib wrote: Thanks Shawn. Here is the text_general type definition. We would like to bring down the storage requirement down to a minimum for those 500KB content documents. We just need basic full-text search. Thanks!!! :)

Re: copyField and storage requirements

2013-07-02 Thread Ali, Saqib
Thanks Shawn. Here is the text_general type definition. We would like to bring down the storage requirement down to a minimum for those 500KB content documents. We just need basic full-text search. Thanks!!! :)

Re: copyField and storage requirements

2013-07-02 Thread Shawn Heisey
On 7/2/2013 12:22 PM, Ali, Saqib wrote: > Newbie question: > > We have the following fields defined in the schema: > > > > > > the content is field is about 500KB data. > > My question is whether Solr stores the entire contents of the that 500KB > content field? > > We want to minimize the

copyField and storage requirements

2013-07-02 Thread Ali, Saqib
Newbie question: We have the following fields defined in the schema: the content is field is about 500KB data. My question is whether Solr stores the entire contents of the that 500KB content field? We want to minimize the stored data in the Solr index, that is why we added the copyField te