Fess

Japanese

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

Field Search¶

Search with field¶

Fess stores crawling data to each field, such as title and content, in the indexed document. Since some of fields are searchable, you can search documents by the field.

Available fields¶

The default searchable fields are below.

Field name Description
url Crawled URL
host Crawled host name
title Title of document
content Content of document
content_length Document size
last_modified Last modified time of document
mimetype The MIME type of document

Table: Searchable fields

For HTML document, title field is a value of title tag and content field is a value under body tag without tags.

Usage¶

The format of Field search is colon-separated query, such as fieldname:searchword. If field name is not specified, Fess searches documents in values of title and content field.

To search documents that contains “fess” in title field:

title:fess

To search documents that contains “fess” in url field:

url:"*fess*"
Next Previous

© Copyright 2020 CodeLibs Project

Discussions Edit on GitHub