Thanks for doing this. If you have suggestions as to how to modify the default behavior of the Solr output connector given the recent release of Solr 3.1, please consider creating a ticket in Apache JIRA that describes what you think needs to happen. The output connector was designed to work with the example configuration of Solr by default; I believe it would be good to retain that ability.
Karl On Wed, Apr 20, 2011 at 6:49 PM, Kadri Atalay <atalay.ka...@gmail.com> wrote: > I added the following field mapping into Manifold Job and now it's indexing > the document content also ! > > (fmap.content attr_content) > > Thanks ! > > > On Wed, Apr 20, 2011 at 6:36 PM, Karl Wright <daddy...@gmail.com> wrote: >> >> The content is posted to the update request handler. It might be >> helpful if you turn on some logging in Solr to see exactly what is >> happening there. >> >> Karl >> >> On Wed, Apr 20, 2011 at 6:18 PM, Kadri Atalay <atalay.ka...@gmail.com> >> wrote: >> > I'm able to use Manifold and SharedDrive connector to index files into >> > Solr. >> > But, only information I see in the Solr is Author, Content_type,Name, & >> > last_modified. >> > >> > Can anyone tell me, how to index also the content into Solr ? >> > >> > Thanks in Advance ! >> > >> > Kadri >> > >> > PS. I'm using SolrCell (Tika) and manual update/extract is working fine. >> > > >