Overview
FileConfig API is an API for managing Fess file crawl configurations. You can configure crawl settings for file systems and SMB/CIFS shared folders.
Base URL
Endpoint List
| Method | Path | Description |
|---|---|---|
| GET/PUT | /settings | List file crawl configurations |
| GET | /setting/{id} | Get file crawl configuration |
| POST | /setting | Create file crawl configuration |
| PUT | /setting | Update file crawl configuration |
| DELETE | /setting/{id} | Delete file crawl configuration |
List File Crawl Configurations
Request
Parameters
Response
Get File Crawl Configuration
Request
Response
Create File Crawl Configuration
Request
Request Body
Field Description
Response
Update File Crawl Configuration
Request
Request Body
Response
Delete File Crawl Configuration
Request
Response
Path Formats
| Protocol | Path Format |
|---|---|
| Local file | file:///path/to/directory |
| Windows share (SMB) | file://///server/share/path |
| SMB with authentication | smb://username:password@server/share/path |
| NFS | file://///nfs-server/export/path |
Usage Examples
Reference
Admin API Overview - Admin API Overview
WebConfig API - Web Crawl Configuration API
DataConfig API - Data Store Configuration API
File Crawling - File Crawl Configuration Guide