This commit is contained in:
Robert Muir 2023-10-14 19:56:42 -04:00
parent 90c01c1e80
commit a69cdeff56
No known key found for this signature in database
GPG Key ID: 817AE1DD322D7ECA
1 changed files with 2 additions and 6 deletions

View File

@ -34,14 +34,10 @@ import org.apache.lucene.util.Constants;
* VectorUtil methods implemented with Panama incubating vector API.
*
* <p>Supports two system properties for correctness testing purposes only:
* <li>
*
* <ul>
* tests.vectorsize (int)
* </ul>
*
* <ul>
* tests.forceintegervectors (boolean)
* <li>tests.vectorsize (int)
* <li>tests.forceintegervectors (boolean)
* </ul>
*
* Setting these properties will make this code run EXTREMELY slow!