Interface TermVectorParams


  • public interface TermVectorParams
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ALL
      Return all the options: TF, positions, offsets, idf
      static String DF
      Return IDF information.
      static String DOC_IDS
      The Doc Ids (Lucene internal ids) of the docs to get the term vectors for
      static String FIELDS
      The fields to get term vectors for
      static String OFFSETS
      Return offset information, if available
      static String PAYLOADS
      Return Term Vector payloads information
      static String POSITIONS
      Return Term Vector position information
      static String TF
      Return Term Frequency info
      static String TF_IDF
      Return TF-IDF calculation, i.e.
      static String TV_PREFIX