Solr 6 or Solr 5.5, right?

docValues now return the values, even if stored=false. That's probably
what you are hitting. Check release notes (under 5.5 I believe) for
more details.

Regards,
   Alex.
----
Newsletter and resources for Solr beginners and intermediates:
http://www.solr-start.com/


On 6 May 2016 at 06:30, Siddhartha Singh Sandhu <sandhus...@gmail.com> wrote:
> Hi,
>
> 1. I was doing some exploration and wanted to know if
> the <uniqueKey>id</uniqueKey> field is always stored even when I set stored
> = false.
>
>
> *<field name="id" type="string" indexed="true" required="true"
> multiValued="false" stored="false"/>*
>
> 2. Also, even though I removed dynamic fields, anything tagged *_id is
> getting stored despite marking that field stored = false.
>
>     *<field name="some_id" type="string" multiValued="false" indexed="true"
> required="true" stored="false"/>*
>
> Where string is defined as:
>
>     *<fieldType name="string" class="solr.StrField" sortMissingLast="true"
> docValues="true" />*
>
> Regards,
>
> Sid.

Reply via email to