Modifies index so postings stored with partitions rather than as blobs which are part of the b+ tree, a=chris

Author Chris Pollett <chris@pollett.org>
Author date 2022-08-08 19:Aug:th
Author local date 2022-08-08 12:Aug:th -0700
Committer Chris Pollett <chris@pollett.org>
Committer date 2022-08-08 19:Aug:th
Committer local date 2022-08-08 12:Aug:th -0700
Commit cfb7ef9e99bde901a6b53477ef719d74a03f7c54
Tree 05b2435b278aa9139465f7b623e062be3b764e10
Parent 9e23bf9a1e68c1e30f1ce77e6a88d28ff5c5cfdc
Modifies index so postings stored with partitions rather than as blobs which are part of the b+ tree, a=chris
Affected files:
src/controllers/components/CrawlComponent.php
src/controllers/components/SystemComponent.php
src/executables/ArcTool.php
src/library/BPlusTree.php
src/library/IndexDocumentBundle.php
src/library/PackedTableTools.php
src/library/PartitionDocumentBundle.php
src/library/index_bundle_iterators/WordIterator.php
src/library/processors/ImageProcessor.php
src/models/PhraseModel.php
tests/BPlusTreeTest.php
tests/IndexDocumentBundleTest.php
tests/IndexManagerTest.php
ViewGit