[ https://issues.apache.org/jira/browse/SOLR-1027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Noble Paul updated SOLR-1027:
-----------------------------
Component/s: contrib - DataImportHandler
> alias the 'dataimporter' namespace with a single char
> -----------------------------------------------------
>
> Key: SOLR-1027
> URL: https://issues.apache.org/jira/browse/SOLR-1027
> Project: Solr
> Issue Type: Improvement
> Components: contrib - DataImportHandler
> Reporter: Noble Paul
> Fix For: 1.4
>
>
> 'dataimporter' is a very commonly used namespace and it is quite long. for instance ${dataimporter.last_index_time}
takes up quite some space. can we alias it with a single char '@' or '#' so it can look like
> * ${#.last_index_time}
> or
> * ${@.last_index_time}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|