-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
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
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
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="
In schema.xml I know you can label a field as stored="false" or
stored="true", but if you say neither, which is it by default?
Thank you
Katie