I we migrated from 4.7.2 to 5.3.0. I sourced the docs from 4.7.2 core and
indexed into 5.3.0 collection (data directories are different) via
SolrEntityProcessor. Currently my production is all whack because of this
issue. Do I have to go back and reindex all again ?? Is there a quick fix
for this ?

Here are the results for the query 'obama'...please note the numfound.
4.7.2 has almost 148519 docs while 5.3.0 says it only has 5.3.0 docs. Any
pointers on how to correct this ?


Solr 4.7.2

<response>
        <lst name="responseHeader">
                  <int name="status">0</int>
                  <int name="QTime">2</int>
                  <lst name="params">
                         <str name="q">obama</str>
                          <str name="rows">0</str>
                   </lst>
          </lst>
          <result name="response" numFound="148519" start="0"/>
</response>

SolrCloud 5.3.0

<response>
      <lst name="responseHeader">
           <int name="status">0</int>
           <int name="QTime">2</int>
           <lst name="params">
                    <str name="q">obama</str>
                    <str name="rows">0</str>
            </lst>
       </lst>
       <result name="response" numFound="2805" start="0"/>
</response>


Thanks

Ravi Kiran Bhaskar

Reply via email to