Newer Versions

v2.1
v2.0

Older Versions

v1.6
v1.7

LucidWorks Enterprise v1.8

Support Resources

LucidWorks Forum
KnowledgeBase

This is the documentation for LucidWorks Enterprise v1.8. The most current release is v2.1.

compared with
Current by Cassandra Targett
on Aug 25, 2011 14:54.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History

# On the SharePoint server the additional web services must be installed.
# When indexing, SharePoint access control lists (ACLs) are indexed in the fields _attr_aclusers_ and _attr_aclgroups_.
# When indexing, SharePoint access control lists (ACLs) are indexed in the fields _aclusers_ and _aclgroups_. These fields must be created before indexing content from SharePoint. The fields can be created with either the [Fields editing screen|lweug18:Managing Fields and Field Properties] in the Admin UI or with the [Fields API|lweug18:Fields].  The required settings are:
#* Indexed = Yes or True
#* Type = string
#* Multivalued = Yes or True
#* Stored = Yes or True (optional, but does help with debugging)
# [Search Filters|lweug18:Using Search Filters for Document Access Control] can be created for specific users and groups using the indexed ACL fields to append these restrictions to user searches.