I have a question, does storing the data in copyfields save space? With Regards Aman Tandon
On Tue, Aug 19, 2014 at 3:02 PM, jmlucjav <jmluc...@gmail.com> wrote: > ok, I had not noticed text contains also the other metadata like keywords, > description etc, nevermind! > > > On Tue, Aug 19, 2014 at 11:28 AM, jmlucjav <jmluc...@gmail.com> wrote: > > > In the sample schema.xml I can see this: > > > > <!-- Main body of document extracted by SolrCell. > > NOTE: This field is not indexed by default, since it is also > > copied to "text" > > using copyField below. This is to save space. Use this field > > for returning and > > highlighting document content. Use the "text" field to search > > the content. --> > > <field name="content" type="text_general" indexed="false" > > stored="true" multiValued="true"/> > > > > > > I am wondering, how does having this split in two fields text/content > save > > space? > > >