Class InstantiatedTermDocumentInformation

  • All Implemented Interfaces:
    Serializable

    public class InstantiatedTermDocumentInformation
    extends Object
    implements Serializable
    There is one instance of this class per indexed term in a document and it contains the meta data about each occurrence of a term in a document. It is the inner glue of the inverted index.
     [Term]-- {0..*} | {0..*} --(field)[Document]
                <<ordered>>
                     |
        [TermDocumentInformation]
           +payloads
           +termPositions
           +termOffsets
     
    See Also:
    Serialized Form