CSV document and field boosting support ---------------------------------------
Key: SOLR-1069 URL: https://issues.apache.org/jira/browse/SOLR-1069 Project: Solr Issue Type: Improvement Reporter: Grant Ingersoll Priority: Minor It would be good if CSV loader could do document and field boosting. I believe this could be handled via additional "special" columns that are tacked on such as "doc.boost" and <field.name>.boost, which are then filled in with boost values on a per row basis. Obviously, this approach would prevent someone having an actual column named <field.name>.boost, so maybe we can make that configurable as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.