Re: Integrating Solr with Database

2012-11-12 Thread Gora Mohanty
On 12 November 2012 13:54, 122jxgcn wrote: > I was thinking of using RESTful API instead of client application accessing > database directly. > Something like, client application opens url named http://(server > url)/updatedb?(id of document), > or something similar, then Java logic inside the Sol

Re: Integrating Solr with Database

2012-11-12 Thread Gora Mohanty
On 12 November 2012 13:17, 122jxgcn wrote: [...] >> If you still want to do what you had in mind, you should handle >> that as part of your indexing process, i.e., update both Solr and >> the database at the same time > > I have thought about that, but I could not figure out how to update database

Re: Integrating Solr with Database

2012-11-11 Thread 122jxgcn
iculty) Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-Solr-with-Database-tp4019692p4019695.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Integrating Solr with Database

2012-11-11 Thread Gora Mohanty
On 12 November 2012 13:00, 122jxgcn wrote: [...] > What I want to do right now is that whenever the client indexes document and > uploads the raw file, > database gets update with the pairs of (Document ID in Solr, path of the raw > file inside server). > So on search result page, instead of givin

Integrating Solr with Database

2012-11-11 Thread 122jxgcn
is feature. Any help or starting point would be appreciated. Thank you. -- View this message in context: http://lucene.472066.n3.nabble.com/Integrating-Solr-with-Database-tp4019692.html Sent from the Solr - User mailing list archive at Nabble.com.