solrq icon indicating copy to clipboard operation
solrq copied to clipboard

Python Solr query utility // http://solrq.readthedocs.org/en/latest/

Results 2 solrq issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this library, it's very useful to me. But I haven't found a way to express constant score queries using `Q`. (see https://lucene.apache.org/solr/guide/7_2/the-standard-query-parser.html or https://stackoverflow.com/a/46151908/1126971 ). In Solr,...