Hey Chris / Paul, Thanks for the info.
To get started, grab a fresh build (or build your own) copy of > 0.4-SNAPSHOT. Then, > cd bin/ and then run: > > java -Djava.ext.dirs=../lib org.apache.oodt.cas.filemgr.tools.SolrIndexer > > You can then get an idea of the command line parameters it takes: > > usage: java org.apache.oodt.cas.filemgr.tools.SolrIndexer > -a,--all Index all items in catalog > -cq,--catalogQuery <query> Not yet implemented > -d,--delete Delete items before indexing > -fmu,--fmUrl <Filemgr URL> URL to the CAS FileManager > -h,--help Print this message > -mf,--metFile <file> Index this met file > -o,--optimize Optimize the Solr index when done > -p,--product <productId> Product id to index > -su,--solrUrl <Solr URL> URL to the Solr server > The command is looking for a SOLR_INDEXER_CONFIG. Is there anywhere I can find some info on what is needed in the config file? I'm poking around the Solr docs to see if I can figure it out, but I thought I would just post the questions at the same time :-) Cheers, Tom
