Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 774 Bytes

queries.md

File metadata and controls

19 lines (15 loc) · 774 Bytes

Queries File Configuration

A simple text file, each line should be the extact text you want to put on the "q" parameter. This file is used by the FileQueryExtractor class.

Example:

car
pig
red
dog category:animal
"solr roks"
category:(animal OR vegetable)

Before creating this file you have to think on the search handler you are going to use.

This file is going to be referenced from the "settings" window of the UI.

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