Hi All, I've configured the Sharepoint connector (to connect to sharepoint 3.0), Solr connector and a job that adds documents into Solr. The only thing that I'm missing is the meta data from Sharepoint. Per document I need to know which users can access it. In the metadata tab on the job page I've configured the metadata to be included, but this doesn't end up in my Solr index. Does anybody know what I should do to also have the metadata in my index?
I also had another issue with the Sharepoint connector which I managed to solve. But I'm curious to know if someone else encountered a similar issue. When I was setting up the sharepoint connecter I always got a 401 message on the connectors page as status. I was sure I entered the correct credentials. After some debugging I noticed that the NLTM data that was send to Solr was different then when I did a http post with Firefox poster plugin to a Sharepoint webservice url (I check this with Wireshark). After writing a little test case with httpclient used in afc, I got the same 401 error. I then ran the test with a clean http client (version 3.1), that ran as expected. I got a response code 200 back with a soap response. I then used this version of http client (with some class filesfrom the afc provided jar that were missing is the plain jar file) and the connector worked as expected as I was able to index documents. Did someone else have this particular issue? I noticed that acf is using httpclient 3.1 (from the manifest file), but I'm curious to know why http client was modified. BTW I've been using the latest trunk version (I did a checkout last tuesday). I'm also new to Sharepoint Cheers, Martijn