Class ProximityIterablePosting

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, IterablePosting, Posting

    public class ProximityIterablePosting
    extends ANDIterablePosting
    Implementation of an IterablePosting for block indices that returns only documents that match phases within a fixed window size.
    Since:
    3.6
    Author:
    Matteo Catena and Richard McCreadie
    • Field Detail

      • window

        protected int window
    • Constructor Detail

      • ProximityIterablePosting

        public ProximityIterablePosting​(IterablePosting[] _ips,
                                        EntryStatistics[] _es,
                                        int window)
                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • ProximityIterablePosting

        public ProximityIterablePosting​(IterablePosting[] _ips,
                                        Pointer[] _p,
                                        int window)
                                 throws java.io.IOException
        Throws:
        java.io.IOException