Class DocumentalCluster

    • Field Detail

      • concatenated

        public final boolean concatenated
        Whether this documental cluster is concatenated.
      • flat

        public final boolean flat
        Whether this documental cluster is flat; in this case, all local indices have the same term list.
      • allIndices

        public final int[] allIndices
        An Array containing the numbers from 0 to the number of local indices (excluded). Used to implement IndexReader.documents(long) more efficiently in flat indices.