Package ivory.core.data.index

Examples of ivory.core.data.index.PostingsList


        PostingsListDocSortedPositional.mergeList(merged, lists, collectionDocumentCount);
        lists.clear();
        mergedList.add(PostingsListDocSortedPositional.create(merged.serialize()));
        context.getCounter(Reduce.Merges).increment(1);
      } else {
        PostingsList pl = lists.remove(0);
        pl.setCollectionDocumentCount(collectionDocumentCount);
        mergedList.add(pl);
      }

      context.getCounter(ReduceTime.Merging).increment(System.currentTimeMillis() - startTime);
      return true;
View Full Code Here

TOP

Related Classes of ivory.core.data.index.PostingsList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.