Hi Avlesh,
Thanks for your attention to my post. 

   1. If the word "computer" occurs in multiple times in a document what
   would you do in that case? Is this dynamic field supposed to be
multivalued?
   I can't even imagine what would you do if the word "computer" occurs in
   multiple documents multiple times?
   => It doesn't matter how many times a word occurs in that document.
Consider its first occurrence and use it for sorting. The dynamic field
should not be multivalued. If the keyword occurs at the same position in
multiple documents then the document which is inserted first will come
first.
   2. Multivalued fields cannot be sorted upon.
   => Yes.. I agree.
   3. One needs to know the unique number of such keywords before
   implementing because you'll potentially end up creating those many
fields.
   => I didn't get this. Why one should know the unique number of keywords
before implementation. If we have the logic, it works for all the keywords.
Most of the people do the same in case of geographical sorting. They
calculate the distance and sort it before displaying it. They don't need to
worry about the distance which user requests for.

Please tell me your thoughts and correct me if I am wrong.

Thanks,
Sandeep
-- 
View this message in context: 
http://www.nabble.com/Scoring-for-specific-field-queries-tp25798390p25798925.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to