mirror of https://github.com/apache/lucene.git
mention KnnVectorsFormat in o.a.l.codecs package javadocs (#13448)
Co-authored-by: Michael Sokolov <sokolovm@amazon.com>
This commit is contained in:
parent
edd7747370
commit
c132e95369
|
@ -31,6 +31,7 @@
|
|||
* <li>SegmentInfo - see {@link org.apache.lucene.codecs.SegmentInfoFormat}
|
||||
* <li>Norms - see {@link org.apache.lucene.codecs.NormsFormat}
|
||||
* <li>Live documents - see {@link org.apache.lucene.codecs.LiveDocsFormat}
|
||||
* <li>Numeric vectors - see {@link org.apache.lucene.codecs.KnnVectorsFormat}
|
||||
* </ul>
|
||||
*
|
||||
* For some concrete implementations beyond Lucene's official index format, see the <a
|
||||
|
|
Loading…
Reference in New Issue