のSolrのwiki FunctionQueryページには、Solrの機能によってソートSolrはFunctionQueryをカスタマイズできますか?
Sort By Function
<!> Solr3.1
It is now possible to sort the results by the output of a function. For instance, if an application wanted to sort by distance, it could do:
http://localhost:8983/solr/select?q=*:*&sort=dist(2, point1, point2) desc
をサポートしていますが、すべてのSolr利用可能な機能は非常にSolrのサポートがfunctionqueryをカスタマイズしない、私の場合に適していなかった?示し
solrがサポートしている場合は、いくつかの例を示してください。 ありがとう:)
私は見ています、ありがとう – Illu