Fuzzy Query Syntax

If you want to submit a fuzzy query, you must specify the Query action Text parameter in one of the following formats:

  • Text=myQueryTextDREFUZZY(fuzzyQueryText)

    For example:

    http://IDOLhost:port/action=Query&Text=best selling author DREFUZZY(Rowlling)
  • Text=DREFUZZY(fuzzyQuerytext)

    For example:

    http://IDOLhost:port/action=Query&Text=DREFUZZY(Caroll Jabberwalky)
  • You can also use Boolean and proximity operators within fuzzy queries.

    Text=DREFUZZY(fuzzyQueryTextOPERATOROtherFuzzyQueryText)

    For example:

    http://IDOLhost:port/action=Query&Text=DREFUZZY(Caroll AND Jabberwalky)