Fess

Japanese

  • OVERVIEW
  • BASIC
  • DOCUMENTATION
  • TUTORIALS
  • DEVELOPMENT
  • OTHERS
  • ARCHIVES
    • 13.9
    • 13.8
    • 13.7
    • 13.6
    • 13.5
    • 13.4
    • 13.3
      • Fess Installation Guide
      • Fess User Guide
      • Fess Administration Guide
      • JavaDocs
      • XRef
      • I/F Docs
    • 13.2
    • 13.1
    • 13.0
    • 12.7
    • 12.6
    • 12.5
    • 12.4
    • 12.3
    • 12.2
    • 12.1
    • 12.0
    • 11.4
    • 11.3
    • 11.2
    • 11.1
    • 11.0
    • 10.3
    • 10.2
    • 10.1
    • 10.0
    • 9.4
    • 9.3
    • 9.2
    • 9.1
    • 9.0
    • 8.0
    • 7.0
    • 6.0
    • 5.0
    • 4.0
    • 3.0
    • 2.0
Fess
  • Docs »
  • ARCHIVES »
  • 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 2020 CodeLibs Project

Discussions Edit on GitHub