Tweaks to disjunctive query handling

Author Chris Pollett <chris@pollett.org>
Author date 2023-11-27 22:Nov:th
Author local date 2023-11-27 14:Nov:th -0800
Committer Chris Pollett <chris@pollett.org>
Committer date 2023-11-27 22:Nov:th
Committer local date 2023-11-27 14:Nov:th -0800
Commit 4cec011572eac9f8bb61ba2f67c2a8d4087abbbc
Tree b3e46258e271a9b08f75a5447e3f2ba07dfc6e29
Parent 35a671e514ce3697ef051f3db37cacf24004cc5e
Tweaks to disjunctive query handling
Affected files:
src/configs/Config.php
src/configs/PublicHelpPages.php
src/controllers/SearchController.php
src/controllers/components/CrawlComponent.php
src/data/public_default.db
src/examples/SearchApi.php
src/executables/QueryTool.php
src/library/CrawlConstants.php
src/library/IndexDocumentBundle.php
src/library/IndexShard.php
src/library/index_bundle_iterators/GroupIterator.php
src/library/index_bundle_iterators/IntersectIterator.php
src/library/index_bundle_iterators/NegationIterator.php
src/library/index_bundle_iterators/NetworkIterator.php
src/library/index_bundle_iterators/UnionIterator.php
src/library/index_bundle_iterators/WordIterator.php
src/models/PhraseModel.php
src/models/ProfileModel.php
src/views/elements/PageoptionsElement.php
src/views/elements/SearchElement.php
tests/BPlusTreeTest.php
tests/IndexDocumentBundleTest.php
tests/WordIteratorTest.php
ViewGit