change order of field operations in SolrCell --------------------------------------------
Key: SOLR-1634 URL: https://issues.apache.org/jira/browse/SOLR-1634 Project: Solr Issue Type: Improvement Components: contrib - Solr Cell (Tika extraction) Reporter: Hoss Man As noted on the mailing list, SolrCell evaluates fmap.* params AFTER literal.* params. This makes it impossible for users to map tika produced fields to other names (possibly for the purpose of ignoring them completely) and then using literal to provide explicit values for those fields. At first glance this seems like a bug, except that it is explicitly documented... http://wiki.apache.org/solr/ExtractingRequestHandler#Order_of_field_operations ...so i'm opening this as an "Improvement". We should either consider changing the order of operations, or find some other way to support what seems like a very common use case... http://old.nabble.com/Re%3A-WELCOME-to-solr-user%40lucene.apache.org-to26650071.html#a26650071 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.