> I'm using Solr 4.0 with ManifoldCF
> .5.1 crawling Open Text v10.5. 
> I have the cats/atts turned on in Open Text and I can see
> them all in the
> Solr index.
> However, the id is just the URL to download the doc from
> open text and the
> document name either from Open Text or the document
> properties is nowhere to
> be found.

Change the name of uniqueKey field to something that won't overlap 
cats/atts/metadata. (it is "id" in default schema.xml) For example :

 <fields>

   <field name="uniqueKey" type="string" indexed="true" stored="true" 
required="true" /> 
   
 </fields>

 <uniqueKey>uniqueKey</uniqueKey>

And set 'Solr id field name=uniqueKey' in Solr Output Connections Settings.

Reply via email to