Hi All, I am new to using the Solr classes in development. I am trying to determine how to create a SolrConfig object. Is it just a matter of calling new SolrConfig with the location of the solrconfig.xml file ? SolrConfig config = new SolrConfig("solrconfig.xml");
in the constructor, do I give the full path to solrconfig.xml ? in my unpacked solr code, I see this file is located here : solr-1_4/contrib/velocity/src/main/solr/conf is that the info I need to feed SolrConfig? Thanks for any help! Kim -- View this message in context: http://old.nabble.com/SolrConfig---constructing-the-object-tp27794466p27794466.html Sent from the Solr - Dev mailing list archive at Nabble.com.