Re: Two-steps queries with different sorting criteria

2013-07-29 Thread Otis Gospodnetic
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

Two-steps queries with different sorting criteria

2013-07-18 Thread Fabio Amato
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