Fess

Japanese

  • OVERVIEW
  • BASIC
  • DOCUMENTATION
  • TUTORIALS
  • DEVELOPMENT
  • OTHERS
  • ARCHIVES
    • 13.9
    • 13.8
    • 13.7
      • Fess Installation Guide
      • Fess User Guide
      • Fess Administration Guide
      • JavaDocs
      • XRef
      • I/F Docs
    • 13.6
    • 13.5
    • 13.4
    • 13.3
    • 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 »
  • Wildcard Search
  • Commercial Support

Wildcard Search¶

Wildcard Search¶

Fess supports single and multiple character wildcard search. Wildcard search performs indexed terms, not phrase.

Usage¶

To perform a single character wildcard search, use “?” symbol.

te?t

The above search looks for terms that match that with the single character replaced, such as text or test.

To perform a multiple character wildcard search, use “*” symbol.

test*

Multiple character wildcard search looks for 0 or more characters, such as test, tests or tester.

You can also use the wildcard search in the middle of a term.

te*t

Notice¶

Wildcard search support terms, not phrase. If a word is indexed by bi-gram and so on, Wildcard search will not work properly. So, to use Wildcard search, a proper morphological analysis needs to be used.

Next Previous

© Copyright 2020 CodeLibs Project

Discussions Edit on GitHub