HoustonPutman opened a new pull request, #4377: URL: https://github.com/apache/solr/pull/4377
https://issues.apache.org/jira/browse/SOLR-18217 This is a new fieldType that accepts a maximum 6-part version string, which is internally converted to a long. Each version part has a maximum value of 999. So the range is `0.0.0.0.0.0 - 999.999.999.999.999.999`. This ensures that our maximum long conversion is roughly 2^60, so it should always fit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
