Re: New user questions

2008-11-24 Thread Chris Hostetter
: I've gotten Solr up and running, I can ingest the demo objects and : query them via the admin tool, so far so good. Now, how do I ingest : some basic XML, how can I pull from an existing MySQL database, what : about pulling records in via OAI? I'm assuming I need to write some : schemas for th

Re: New user questions

2008-11-21 Thread Shalin Shekhar Mangar
I guess you may have already gone through the Solr tutorial. Also look at http://wiki.apache.org/solr/UpdateXmlMessages for general description of add/delete commands Look at the DataImportHandler which can help in indexing databases and your custom XML -- http://wiki.apache.org/solr/DataImportHan

New user questions

2008-11-21 Thread phil cryer
I've gotten Solr up and running, I can ingest the demo objects and query them via the admin tool, so far so good. Now, how do I ingest some basic XML, how can I pull from an existing MySQL database, what about pulling records in via OAI? I'm assuming I need to write some schemas for that, can som