...
Filter field: Here you need to specify the field of the document on which you want to apply the regex filter. If this parameter is left empty, the filters will be applied by default to the document URI. The filed you can set in this this parameter MUST BE an existing field of the document AND a string type field, otherwise your filters won’t work.
For example, if the documents crawled contain a “department_name” field, you can set it in the filter field in order to filter the documents so that their “department_name” field comply with the regex filters specified.
You can only filter on one document field !Include filters: It represents the list of regex filters from which the document field specified in the “Filter field” parameter must match at least one of the filters for the document to be included in the indexation process.
To add a regex filter to this list, simply fulfill the text input with a regex then click on the “Add” button next to it.
To delete a regex filter, simply click on the “Delete” button next to it
The regular expression must comply with the standard regular expression syntaxExclude filters: It represents the list of regex filters from which the document field specified in the “Filter field” parameter must match at least one of the filters for the document to be excluded from the indexation process.
This list has a higher priority than the include filters list which means that a document that matches at least one filter in the include filters list and one filter in this list will be excluded from the indexation process
To add a regex filter to this list, simply fulfill the text input with a regex then click on the “Add” button next to it.
To delete a regex filter, simply click on the “Delete” button next to it
The regular expression must comply with the standard regular expression syntaxMaximum document size: This parameter represents the maximum threshold in octets for the documents size. When a document size in octets exceeds this threshold, the document is excluded from the indexation process
Minimum document size: This parameter represents the minimum threshold in octets for the documents size. When a document size in octets is under this threshold, the document is excluded from the indexation process
...