SOLR-103 is waiting for SOLR-139 to solidify before i post more updates...

I have it running successfully, but it requires too many other patches
to suggest trying to get it running unless you are up for a bit of
work.  If you are, i can easily post an update.

About the schema... SOLR-103 uses the ResultSetMetaData to decide what
field to push the value into - you will need to make sure the column
names correspond to the fields in schema.sql.  If you use SELECT *
FROM, your tables will need the same names, if you use:  SELECT
mysqlfield as mysolrfieldname FROM ... you don't.

ryan


On 3/6/07, Debra <[EMAIL PROTECTED]> wrote:

What is the status of the SQL update?
Should all database fields used in sql updates be added to schema.xml before
running the sql update?

--
View this message in context: 
http://www.nabble.com/SQL-Update-tf3358303.html#a9341018
Sent from the Solr - User mailing list archive at Nabble.com.


Reply via email to