Recently I changed from using the onboard file crawler using NTLM with perimeter security setup, to using the offboard connector for File System to gather the documents and the ACL's. I am using LDAP via the secure port 636 and I have it setup under the Universal Auth\LDAP to authenticate and gather groups.
I can see under feeds the documents and ACLS being successfully indexed.
Under Index Diagnostics I can see for
http://server:8080 the documents and the meta data plus ACL info.
When I search, perimeter security prompts me to authenticate. I do successfully, according to the secmgr log and the Windows Event Log on the Domain Controller.
When I type a name I know was successfully indexed according to the Index Diagnostics I get no results for anything at all.
I looked at the serving logs attached here:
Time Component Logs
2/19/15 17:13:47.635
Appliance Frontend
Query received: test
2/19/15 17:13:47.688
Appliance Frontend
Full query URI: /search?q=test&site=default_collection&btnG=Google+Search&access=a&client=default_frontend&gsaRequestId=DO_NOT_LOG_REQUEST_ID&proxystylesheet=default_frontend&output=xml_no_dtd&sort=date%3AD%3AL%3Ad1&wc=200&wc_mc=1&oe=UTF-8&ie=UTF-8&ud=1&exclude_apps=1
2/19/15 17:13:47.709
Authentication
The user's current session is still valid; skipping authentication and reusing credentials from session: a217f53cfa6e6f3330f3175763825c17
2/19/15 17:13:47.741
Appliance Frontend
Sending request to backend.
2/19/15 17:13:48.025
Appliance Backend
Number of documents filtered by indexserver using ACLs for this query: 0
2/19/15 17:13:48.025
Appliance Backend
Number of documents scored for this query: 1929
2/19/15 17:13:51.576
Appliance Backend
Requestor IP: 10.120.21.101 Proxy Path: 10.120.21.101
2/19/15 17:13:51.601
Appliance Backend
Number of results returned by backend: 1000
2/19/15 17:13:51.601
Appliance Backend
Number of results returned to frontend after filtering: 0
2/19/15 17:13:51.601
Appliance Backend
Total time spent in backend: 3824 ms.
2/19/15 17:13:51.603
Appliance Frontend
Received response from backend.
2/19/15 17:13:51.859
Appliance Frontend
Sending response to user.
I have a robots file to filter out unwanted file types but what could be filtering our my results?? The documents are found just not returned after a front end filter. I blew away the front end and started with a default front end and no luck just the same results. I deleted my collections and I am using the default collection which is "/" which I guess is all documents. Do I need a collection set to use the path of the connector?
thanks for any light that can be shed on this,
Doug