Please try and phrase your question in terms of lucene.  Oracle?
What's that? User defined type?  What's that?

IndexWriter has various updateDocuments() methods.  I usually give all
docs in my indexes a unique id, supplied by me (primary key in
database terminology) and use the method that "Updates a document by
first deleting the document(s) containing term and then adding the new
document.".

You can't update individual fields in a document if that's what you
were asking - you have to replace the whole document.


--
Ian.


On Tue, Jan 29, 2013 at 3:13 AM, solruser13 <mr.p...@gmail.com> wrote:
> Hi,
>
> how to update the index for the fields of user defined type.
> we are using oracle database , stored procedure to return user defined type.
>
> i dont find a field to map the fields returned.
>
> please let me know for the same.
>
> thanks
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/update-index-for-user-defined-types-tp4036943.html
> Sent from the Lucene - Java Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
> For additional commands, e-mail: java-user-h...@lucene.apache.org
>

---------------------------------------------------------------------
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