> This might make sense if you were using Solr to search for the
> ID of an object in the database with relations to other objects.
> However, if all you are doing is retrieving the file path/URL, why
> not index that into Solr, and get it directly from Solr?

That's what I'm doing right now but since there are some naming and security
issues,
I'd like to integrate Solr with database eventually.

> 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
when I'm updating Solr.
I'm pretty sure database has to be connected with Solr somehow (first
difficulty)
and database has to be updated remotely with Windows Form Application
written in C# (second difficulty)

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.

Reply via email to