Well, lucene is a java API so if you can make java calls from an Oracle stored procedure, maybe you can make it work. Sounds a terrible idea to me, but then using Oracle is, in my opinion, a terrible idea, as are stored procedures.
How about using the stored procedure to set some "reindexthisrecord" column on the database row and have a separate chunk of code that does the index updates driven by that. If you're using solr you should surely update the index via solr calls. -- Ian. On Tue, Jan 29, 2013 at 12:59 PM, solruser13 <mr.p...@gmail.com> wrote: > Hi > > we are using oracle stored procedure which accepts UDT ( java object ) and > returns the results as UDT ( java object ). > we want to use this SP to update the index. Does lucene allows updating > index in such a scenario. > > we plan to use solr ( solr uses lucene library ) for building index and > search functionality. > > thanks, > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/update-index-for-user-defined-types-tp4036943p4037014.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