Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 688 Bytes

fields.md

File metadata and controls

14 lines (10 loc) · 688 Bytes

Fields File Configuration

A simple text file, each line should be the a declared field of the schema. This fields are going to be used for faceting. (Only fields that you want to be used for faceting should be added to this file).

This file is going to be used by the FileQueryExtractor class

Example:

content
category
fileExtension

Also, you can check de example file from the sorce code, this example works just fine with the solr example.