Class SimpleTextKnnVectorsFormat

  • All Implemented Interfaces:
    NamedSPILoader.NamedSPI

    public final class SimpleTextKnnVectorsFormat
    extends KnnVectorsFormat
    For debugging, curiosity, transparency only!! Do not use this codec in production.

    This codec stores all data in a single human-readable text file (_N.vec). You can view this in any text editor, and even edit it to alter your index.

    WARNING: This API is experimental and might change in incompatible ways in the next release.