Hi all!

I have a Lucene 4.8 index and want to modify a DocValue of a single document. I 
tried to perform indexWriter.updateDocument(term, doc), but it had no effect on 
the index.
Could you please point me to the relevant information on how to modify 
Document's BinaryDocValue, SortedDocValue and Field in Lucene 4.8?

Is there one method for all of these?


--
Best Regards,
Igor Shalyminov

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to