Fess

Japanese

  • OVERVIEW
  • BASIC
  • DOCUMENTATION
    • Installation
    • Administration
    • Search
      • Introduction
      • AND Search
      • OR Search
      • NOT Search
      • Label Search
      • Field Search
      • Sort
      • Wildcard Search
      • Range Search
      • Boost Search
      • Fuzzy Search
      • Geo Search
      • Extra Query
      • JSON API
      • Site Search
      • Advanced Search
    • API
    • Configuration
  • TUTORIALS
  • DEVELOPMENT
  • OTHERS
  • ARCHIVES
Fess
  • Docs »
  • DOCUMENTATION »
  • Fess User Guide »
  • Fuzzy Search
  • Commercial Support

Fuzzy Search¶

Fuzzy Search¶

Fess supports Fuzzy search based on the Levenshtein Distance or Edit Distance algorithm.

Usage¶

Fuzzy search syntax is word~number, such as Apple~0.8. The number is between 0 and 1, with a value closer to 1 only terms with a higher similarity will be matched.

To search documents which contains words close to Solr, the query is as below.

Solr~0.8

If no fuzzy value, the default is 0.5.

Next Previous

© Copyright 2021 CodeLibs Project

Discussions Edit on GitHub