Erik Hatcher schrieb:
Unfortunately Solr doesn't offer that kind of reusability (yet).
But you could just go old school and use XML entity includes to pull
in a fragment of a file, and externalize the common pieces that way.
Not as pretty, but oughta work.
one last little question ;-)
<!DOCTYPE config SYSTEM "http://java.sun.com/dtd/web-app_2_3.dtd" [
<!ENTITY default_solrconfig SYSTEM
"/var/lib/tomcat5.5/webapps/solr/default_solrconfig.xml">
]>
Is there a chance to set the "home directory" using a variable ? For
example an unix enviroment variable ?
Greets -Ralf-