: : How can I set a threshold value of a field so that I can filter the result : which is lower than the threshold? By the schema.xml or set by the query?
fq=your_field_name:[* TO your_max_value] or fq=your_field_name:[your_min_value TO *] depending on wether you want a minimum or maximum filter. -Hoss