Can you paste in your Tomcat/Solr logs? I'll take a look at this tonight and see if I can reproduce.
------------------------ Chris Mattmann chris.mattm...@gmail.com -----Original Message----- From: Mike Vogel <mike.vo...@knowledgent.com> Reply-To: <user@oodt.apache.org> Date: Monday, June 16, 2014 5:18 PM To: "user@oodt.apache.org" <user@oodt.apache.org> Subject: RE: Curator UI editing metadata in solr >Had already done that as shown below but the updates are silently >failing. If you say it works then we probably have something else >misconfigured, e.g., something in the solr schema or the policy files. >Will continue debugging just wanted to make sure this wasn't a known >limit. > >In file manager properties: >filemgr.catalog.factory=org.apache.oodt.cas.filemgr.catalog.solr.SolrCatal >ogFactory >org.apache.oodt.cas.filemgr.catalog.solr.url=http://localhost:8889/solr/co >llection1 > >in curator.xml ><Parameter name="org.apache.oodt.cas.curator.catalogFactoryClass" > >value="org.apache.oodt.cas.filemgr.catalog.solr.SolrCatalogFactory"/> > ><Parameter name="org.apache.oodt.cas.curator.catalog.solr.url" > value="http://localhost:8889/solr/collection1"/> > >-----Original Message----- >From: Mattmann, Chris A (3980) [mailto:chris.a.mattm...@jpl.nasa.gov] >Sent: Monday, June 16, 2014 8:06 PM >To: user@oodt.apache.org >Subject: Re: Curator UI editing metadata in solr > >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. >> >> >