How could you format a Solr facet query to include two page view ranges?
The following will only return the 200 TO 250
range and nothing from the 500 to 550
range.
<str name="fq">pageviews:[200 TO 250] OR [500 TO 550]</str>
I'm keen to get the number of records matching people with pages views between 200 and 250 and between 500 and 550.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…