On Wed, Jul 30, 2014 at 7:11 AM, Antonia Horincar <[email protected]> wrote: > I’ve began to work on generating a Solr schema rather than storing it. I am > using the lxml library for writing to the xml file. I am currently trying > to map fields from the Whoosh schema with the fields to be written in the > schema.xml file. Should the user provide the path to their current Solr > installation in the trac.ini file (in order to know where the schema.xml > file should be generated)?
Storing the path to trac.ini would be convenient, but only when solr and bloodhound run on the same server. What about passing it as a command line parameter? (And creating schema.xml in current directory if no path is specified). Anze
