We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf8f9e commit afe2cd9Copy full SHA for afe2cd9
README.md
@@ -31,9 +31,9 @@ public static class LookConfiguration
31
// if not set, then all will be used by default
32
public static string[] ExamineIndexers { get; set; }
33
34
- // function to indicate whether indexing should take place
+ // function to indicate whether indexing should take place
35
// if not set, then will indexing will always occur
36
- public static Func<IndexingContext, bool> IndexIf { set; }
+ public static Func<IndexingContext, bool> IndexIf { set; }
37
38
// creates case sensitive and case insensitive fields (not analyzed) - for use with NameQuery
39
// if not set, then will use the IPublishedContent.Name
0 commit comments