Hi I want to see resource type (sharpoint, database, file share etc.) for facet search on my Solr.
I followed "Metadata Adjuster" topic in the documentation. I added a new field to solr schema and reloaded solr core. <field name="repositorytype" type="string" indexed="true" stored="true" multiValued="false"/> I can see the field from "Schema Browser Menu" in solr ui. Then, I added a new transformation connection. I added a metadata on "Metadata Expressions" tab of Job editing on manifoldcf ui as follow: Parameter name=windows, expression= repositorytype I run my job. But I didn't see my metadata field on solr response. what is missing? Are there any different way to send resouce type to output connector? -- Thanks Cihad Güzel
