Re: are fields stored or unstored by default xml

2013-07-01 Thread Jack Krupansky
-user@lucene.apache.org Subject: Re: are fields stored or unstored by default xml On Mon, Jul 1, 2013 at 3:50 PM, Jack Krupansky wrote: "stored" and "indexed" both default to "true". This is legal: Actually, for fields I believe the defaults come from the fie

Re: are fields stored or unstored by default xml

2013-07-01 Thread Yonik Seeley
On Mon, Jul 1, 2013 at 3:50 PM, Jack Krupansky wrote: > "stored" and "indexed" both default to "true". > > This is legal: > > Actually, for fields I believe the defaults come from the fieldType. The fieldType defaults to true for both indexed and stored if they are not specified there. -Yoni

Re: are fields stored or unstored by default xml

2013-07-01 Thread Jack Krupansky
e.apache.org Subject: Re: are fields stored or unstored by default xml Haven't tried it recently, but is that even legal? Just be explicit :) Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Mon, Jul 1, 2013

Re: are fields stored or unstored by default xml

2013-07-01 Thread Otis Gospodnetic
Haven't tried it recently, but is that even legal? Just be explicit :) Otis -- Solr & ElasticSearch Support -- http://sematext.com/ Performance Monitoring -- http://sematext.com/spm On Mon, Jul 1, 2013 at 2:16 PM, Katie McCorkell wrote: > In schema.xml I know you can label a field as stored="