tigerquoll opened a new pull request #577: SOLR-13260: 128 bit integer type - longlong URL: https://github.com/apache/lucene-solr/pull/577 An initial implementation of 128 bit integer point filed type. Would benefit from somebody with a bit more experience with the code base having a look at it to make sure everything is ok. I've called the file type "longlong", as the C standard definition of longlong is "at least 64 bits". Some issues to consider: Input/output: Text based formats CSV,JSON,XML are supporting Sorting - missing value support not implemented Faceting and Functions not implemented - is facet functionality even valid without numeric fields? Transaction log support not implemented - JavaBinCodec currently not supported? Is this required for replication to work?
---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org