mirror of https://github.com/apache/lucene.git
fix html
This commit is contained in:
parent
90c01c1e80
commit
a69cdeff56
|
@ -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!
|
||||
|
|
Loading…
Reference in New Issue