hi i have a document like this video_id,keyword:seq for example 1,service:2 support:1 2,support:2 3,service:2 4,service:1 What i want is a query will send video_id and in response i want to see video with that video_id and all other related videos with keyword in sorted order by seq
say query is video=1 i would like to see (because they are related with keyword service and support 1 4 3 2 How I can achieve this? Will polyfield help in this but i m not sure how? Any help? -- View this message in context: http://lucene.472066.n3.nabble.com/join-sort-query-with-key-value-pair-tp3384333p3384333.html Sent from the Solr - User mailing list archive at Nabble.com.