ExternalFileField With Invalid TrieField Key
--------------------------------------------
Key: SOLR-2987
URL: https://issues.apache.org/jira/browse/SOLR-2987
Project: Solr
Issue Type: Bug
Components: search
Affects Versions: 3.5, 3.6, 4.0
Reporter: Michael Garski
Priority: Minor
The current error handling in reading an external file field only catches an
error when parsing the float value on a line, which then skips that line. If
the key field is a trie field, such as a TrieIntField, and the key value in the
file cannot be parsed to an int, loading of the entire file fails.
Shouldn't the call to get the indexed value of the key should be in the same
try/catch as the float parsing for the line?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]