Uses of Class
org.apache.lucene.util.TermAndVector
Packages that use TermAndVector
Package
Description
Analysis components for Synonyms using Word2Vec model.
-
Uses of TermAndVector in org.apache.lucene.analysis.synonym.word2vec
Fields in org.apache.lucene.analysis.synonym.word2vec declared as TermAndVectorMethods in org.apache.lucene.analysis.synonym.word2vec that return TermAndVectorModifier and TypeMethodDescriptionprivate static TermAndVectorDl4jModelReader.extractTermAndVector(String[] tokens, int vectorDimension, boolean isTermB64Encoded) Methods in org.apache.lucene.analysis.synonym.word2vec with parameters of type TermAndVectorConstructors in org.apache.lucene.analysis.synonym.word2vec with parameters of type TermAndVectorModifierConstructorDescriptionprivateWord2VecModel(int dictionarySize, int vectorDimension, TermAndVector[] termsAndVectors, BytesRefHash word2Vec)