Sunday, December 8, 2013

KQL Query Limitation SharePoint

Based on Microsoft documentation the following are the limits for KQL statements:


The length limit of a KQL query varies depending on how you create it. If you create the KQL query by using the default SharePoint search front end, the length limit is 2,048 characters. However, KQL queries you create programmatically by using the Query object model have a default length limit of 4,096 characters. You can increase this limit up to 20,480 characters by using the MaxKeywordQueryTextLength property or the DiscoveryMaxKeywordQueryTextLengthproperty (for eDiscovery). 

Soon ill post how to use this using C#

No comments:

Post a Comment