2008/6/9 Mihails Agafonovs <[EMAIL PROTECTED]>: > Hi! > > Some questions: > 1) Is it possible to make Solr to use, for example, MySQL database, > or it only supports *.xml files as a database?
you can use DataImportHandler to index from MySql (or other databases) > > 2) Is there a way to add data in the search database using some > online interface, or the only way is manually adding the data in the > *.xml files? you can generate the XMLs from a program that can read from the data source or use some of the solr clients (java, python, ruby) to update the index using the provided APIs. > > 3) Is there any guide on how to implement Solr to the web-site? whatever you have is in the wiki and the mailing archives, if you cant find it there, I am afraid it is not available. > > Ar cieņu, Mihails