Class MultiDirect

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, PostingIndex<Pointer>

    public class MultiDirect
    extends java.lang.Object
    implements PostingIndex<Pointer>
    Multi Direct Index structure. This class is based upon the MultiInverted structure.
    Since:
    4.0
    Author:
    Richard McCreadie
    • Method Detail

      • getPostings

        public IterablePosting getPostings​(Pointer _multiPointer)
                                    throws java.io.IOException
        Returns the posting iterator given a pointer.
        Specified by:
        getPostings in interface PostingIndex<Pointer>
        Returns:
        the posting iterator given a pointer.
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Not implemented.
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException