tigerquoll commented on issue #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577#issuecomment-464531776 Hi, thanks for the feedback. I picked longlong from https://en.cppreference.com/w/cpp/language/types. It is also consistent with existing Solr types of int and long. I believe solr and lucene is unlikely to support anything longer than 128 bits - The underlying implementation types only support a maximum of 128 bits. If people consider it is important issue I'm happy to change things, but I would like some consensus from the community before I do so.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
