nrtsearch icon indicating copy to clipboard operation
nrtsearch copied to clipboard

Load doc values as primitives where possible

Open aprudhomme opened this issue 3 years ago • 0 comments

Refactor doc value loading a bit:

  • Load values as primitives where possible to avoid mandatory auto-boxing
  • Stop using trimToSize, since less resizing is more important than heap space
  • Ensure everything has a properly typed getValue() method for use by scripts

aprudhomme avatar Oct 25 '21 19:10 aprudhomme