Hi, One more thing: which numerical data type I should use, sfloat or float, fot the fq parameter?
Thank you, Vinci hossman wrote: > > : > : 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 > > > -- View this message in context: http://www.nabble.com/Setting-a-Threshold-of-a-sortable-field-to-filter-the-result--tp16367336p16411382.html Sent from the Solr - User mailing list archive at Nabble.com.