Hi Mike, Currently the Curator has a customized implementation of the File Manager Catalog Interface that is a derivative of the LuceneCatalog, but with write back capabilities. We would really like this to be updated to take *any* catalog, and I think there is an open JIRA ticket for this:
https://issues.apache.org/jira/browse/OODT-545 Ah, I see it's been resolved. So looks like you can swap the catalog out by changing: org.apache.oodt.cas.curator.catalogFactoryClass In the WEB-INF/web.xml and/or the META-INF/context.xml file in your deployment. Cheers, Chris ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop: 168-527 Email: chris.a.mattm...@nasa.gov WWW: http://sunset.usc.edu/~mattmann/ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Adjunct Associate Professor, Computer Science Department University of Southern California, Los Angeles, CA 90089 USA ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -----Original Message----- From: Mike Vogel <mike.vo...@knowledgent.com> Reply-To: "user@oodt.apache.org" <user@oodt.apache.org> Date: Monday, June 16, 2014 3:30 PM To: "user@oodt.apache.org" <user@oodt.apache.org> Subject: Curator UI editing metadata in solr >If the catalog is configured for Solr or lucene and is successfully >storing all the metadata fields into the catalog should the right side of >the Curator UI allow editing and updating into the catalog of all >metadata fields stored in Catalog, > e.g., click on a field, change the value, submit? We¹re not seeing the >edits get stored. > >