Lucene search results sort by custom order list (unique to each user)
问题 I have authenticated users in my application who have access to a shared database of up to 500,000 items. Each of the users has their own public facing web site and needs the ability to prioritize the items on display (think upvote) on their own site. out of the 500,000 items they may only have up to 200 prioritized items, the order of the rest of the items is of less importance. Each of the users will prioritize the items differently. I initially asked a similar mysql question here Mysql