Skip to content

Commit

Permalink
readme indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendy committed Apr 4, 2019
1 parent caf8f9e commit afe2cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ public static class LookConfiguration
// if not set, then all will be used by default
public static string[] ExamineIndexers { get; set; }

// function to indicate whether indexing should take place
// function to indicate whether indexing should take place
// if not set, then will indexing will always occur
public static Func<IndexingContext, bool> IndexIf { set; }
public static Func<IndexingContext, bool> IndexIf { set; }

// creates case sensitive and case insensitive fields (not analyzed) - for use with NameQuery
// if not set, then will use the IPublishedContent.Name
Expand Down

0 comments on commit afe2cd9

Please sign in to comment.