search - Sort hibernate lucene result by publication date -


scenario of searching news, show latest news on top. how should in hibernate lucene search? seems default shows earliest on top.

well don't want set sort manually on publication date, makes relevance useless.

i found answer here

hibernate search sorting

the key point add "sortfield.field_score" in sort field.


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -