Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Stephane Mathis 9 posts 29 karma points
    Apr 26, 2012 @ 12:11
    Stephane Mathis
    0

    Examine with both Boost and Fuzzy

    I'm experiencing a problem with Examine.

    I want to combine Boost() and Fuzzy() on the same field, but I always get an exception and I did not find any solution on this forum.

    Here is the code and the exception.

    var query = searchCriteria
    .Field("nodeName", values.Boost(8.0f).Then().Fuzzy(0.8f))
    .Compile();

    *********************************************************

    Supplied string is null or empty.
    Parameter name: s

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.ArgumentException: Supplied string is null or empty.
    Parameter name: s

  • Connie DeCinko 931 posts 1160 karma points
    Jul 19, 2012 @ 23:52
    Connie DeCinko
    0

    Been waiting nearly two years for an answer to this same question.  Any luck?

     

Please Sign in or register to post replies

Write your reply to:

Draft