On 9 February 2015 at 14:26, Sandy Ding <sandy.ding...@gmail.com> wrote: > Part of my schema is as follows: > > <field name="_version_" type="long" indexed="true" stored="true"/> > <field name="id" type="mem_long" indexed="true" stored="true" > required="true" multiValued="false" docValues="true" /> > <field name="bizid" type="string" indexed="true" stored="false" > required="false" multiValued="true" docValues="true"/> > > When I issue the following command, > > curl "http://localhost:8983/solr/pa_info/select?q=*:*&rows=10" > > The response is: > > <response> > <lst name="responseHeader"><int name="status">0</int><int > name="QTime">16</int><lst name="params"><str name="q">*:*</str><str > name="rows">10</str></lst></lst><result name="response" numFound="2831784" > start="0" maxScore="1.0"><doc><long name="id">659404797</long><long > name="_version_">1492348841962242048</long></doc>
Sorry, what exactly is the problem? Your indexed and stored fields are "__version__" and "id", both of which seem to be appearing in each document. Regards, Gora