Hi,
Not sure if this was already answered, but...
If the source of the problem are overly general queries, I would try to
eliminate or minimize that. For example:
* offering query autocomplete functionality can have an affect on query
length and precision
* showing related searches (derived from
Hi all,
I need to execute a Solr query in two steps, executing in the first step a
generic limited-results query ordered by relevance, and in the second step
the ordering of the results of the first step according to a given sorting
criterion (different from relevance).
This two-steps query is mea