tang-hi commented on issue #12396:
URL: https://github.com/apache/lucene/issues/12396#issuecomment-1621668271

   I have attempted to implement an Int version of the scalar and vector 
forutil. I have submitted a draft PR as a simple starting point for those 
interested in this issue. Even if it is not ultimately merged, it can still be 
useful. 
   
   Here is my current progress:
   1. Implemented the decode and encode functions for vectors.
   2. Implemented the decode and encode functions for scalars, but they are not 
well implemented.
   3. Changed the function interface to int[].
   
   However, I am not sure why many of the tests are failing, even though the 
tests for Pforutil and forutil are passing. I will take a closer look at the 
specific reasons when I have time. Could changing certain members from long to 
int affect correctness? I am not completely familiar with the index structure 
of Lucene, so please let me know if you have any discoveries. It is also 
possible that there are issues with my code implementation.
   #12417 


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to