Created
August 18, 2017 07:35
-
-
Save blacktambourine/fed8b361f4c362d75b448405f5461f97 to your computer and use it in GitHub Desktop.
predicate usage example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
innerKeywordPredicate = innerKeywordPredicate.Or(x => x.IndexedContent.Like(w, fuzzyTolerance).Boost(25)); | |
innerKeywordPredicate = innerKeywordPredicate.Or(x => x.PageChildContent.Like(w, fuzzyTolerance).Boost(25)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment