We are using solr 1.4 (I know I know, pathetic 🙂 )
in data-config
<!-- Snippet -->
<field column="description" stripHTML="true" stored="false" indexed="false"/>
Will the “description” data still be used to calculate the “score/tf-idf” value ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nope. The field should be marked as indexed true to be able to be used in the relevancy scoring. i.e.
indexed=true