Also, "An <updateLog/> must be configured in your solrconfig.xml in order
for atomic document updates to be used."
For the full description and limitations, see:
https://cwiki.apache.org/confluence/display/solr/Updating+Parts+of+Documents
http://wiki.apache.org/solr/Atomic_Updates
Any chance that you added stored=true after you had indexed the documents?
If so, you will need to reindex the documents.
-- Jack Krupansky
-----Original Message-----
From: mohit2360
Sent: Friday, February 7, 2014 2:22 AM
To: [email protected]
Subject: Re: Retrieving the document after partial updates.
Thanks Jack Krupansky for your quick response .!!!!!!
Schema.xml snapshot of the core is ::
<fields>
<field name="person_id" type="int" indexed="true" stored="true"
multiValued="false" required="false"/>
<field name="name" type="text_general" indexed="true" stored="true"
multiValued="false"/>
<field name="fname" type="text_general" indexed="true" stored="true"
multiValued="false"/>
<field name="isLoggedIn" type="boolean" indexed="true" stored="true"
required="false"/>
<field name="_version_" type="long" indexed="true" stored="true"
multiValued="false"/>
</fields>
Kindly reply as soon as possible. My project Got stuck up ...
--
View this message in context:
http://lucene.472066.n3.nabble.com/Retrieving-the-document-after-partial-updates-tp4115808p4115989.html
Sent from the Lucene - Java Developer mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]