Hi Tamizh, I know of a number of people who are indexing documents and metadata from documentum. I also know of many people who are indexing documents and metadata into Solr. So I know this works. But there are a lot of places you will need to configure correctly for this to work the way you expect.
For a start, I would verify that Solr is getting sent the information you expect. Please have a look at the Solr logs, specifically the INFO statements that describe the posted URLs that come from ManifoldCF. There should be one for each document that gets sent. These URLs contain a lot of "parameter=value" fields. Please check that they contain the metadata you want to index. If the Solr logs have the metadata but Solr isn't indexing it, then you will need to look at your Solr configuration, specifically your solr schema. If the Solr logs don't have the metadata, then let us know and we'll have to look at your Documentum job specification. Thanks, Karl On Wed, Nov 16, 2016 at 11:48 PM, Tamizh Kumaran Thamizharasan < [email protected]> wrote: > Hi, > > > I am trying to index documentum content to Apache Solr through manifoldcf. > > > I can able to index documents but couldn't index all the metadata from > documentum to solr. > > > Any help on the above mentioned issue will be highly appreciated. > > > Thanks, > > Tamizh > > >
