The Solr connector's UI method of handling arguments is limited and
non-intuitive
---------------------------------------------------------------------------------
Key: CONNECTORS-36
URL: https://issues.apache.org/jira/browse/CONNECTORS-36
Project: Lucene Connector Framework
Issue Type: Improvement
Components: Lucene/SOLR connector
Reporter: Karl Wright
Priority: Minor
The arguments are currently ordered by name, and are stored in a simple hash,
meaning that they cannot be multivalued. Furthermore you cannot edit
arguments; you can only delete and replace them. It would be better if:
- Argument names were ordered, but values appeared in the order they were
entered.
- Each argument value appeared in a text box, so it could be edited directly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.