Skip to content

Commit

Permalink
Adding java doc to some java classes to kickoff new build
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Gaievski <[email protected]>
  • Loading branch information
martin-gaievski committed Mar 22, 2022
1 parent f4bca46 commit ae53d0d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
import org.apache.lucene.codecs.Codec;
import org.opensearch.knn.index.codec.KNN91Codec.KNN91Codec;

/**
* Factory abstraction for KNN codes
*/
public class KNNCodecFactory {

public static Codec createKNN91Codec(Codec userCodec) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
import org.opensearch.knn.index.codec.KNN91Codec.KNN91DocFormat;
import org.opensearch.knn.index.codec.KNN91Codec.docformat.KNN91DocValuesFormat;

/**
* Factory abstraction for KNN document format facades
*/
public class KNNDocFormatFactory {

public static KNNDocFormatFacade createKNN91DocFormat(Codec delegate) {
Expand Down

0 comments on commit ae53d0d

Please sign in to comment.