On 6/1/06, Tim Archambault <[EMAIL PROTECTED]> wrote:
I found the "web" options. Thank you very much. While that is installing
incrementally, two last questions.

Are there any example stylesheets to review to see how the data flows into
the layout?
How would one go about injecting database information into the indexs
without having to create XML files for each one?

It's most efficient to make a "builder" application that reads from
the database, constructs XML documents *in memory* and sends them to
the Solr server.  Multiple threads/connections open to the Solr server
will speed up indexing and hide any request-response latency of
individual adds.

We don't have it yet, but there really should be a simple Java client
library that creates the XML add commands and handles sending them to
the server.

Also on the "todo" list is indexing directly from a SQL database w/o
the user having to write any code except select statements.

-Yonik

Reply via email to