Improvements for the OAI-PMH Server. (#1237)
- Use cursorMark instead of deep paging with Solr - Make it possible to override the Server class - Ignore records that cannot be returned in the requested format
Showing
- module/VuFind/config/module.config.php 2 additions, 0 deletionsmodule/VuFind/config/module.config.php
- module/VuFind/src/VuFind/Controller/OaiController.php 2 additions, 7 deletionsmodule/VuFind/src/VuFind/Controller/OaiController.php
- module/VuFind/src/VuFind/OAI/Server.php 51 additions, 29 deletionsmodule/VuFind/src/VuFind/OAI/Server.php
- module/VuFind/src/VuFind/OAI/Server/Auth.php 2 additions, 8 deletionsmodule/VuFind/src/VuFind/OAI/Server/Auth.php
- module/VuFind/src/VuFind/OAI/ServerFactory.php 70 additions, 0 deletionsmodule/VuFind/src/VuFind/OAI/ServerFactory.php
- module/VuFind/src/VuFind/Search/Solr/Results.php 43 additions, 0 deletionsmodule/VuFind/src/VuFind/Search/Solr/Results.php
- module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/RecordCollection.php 10 additions, 0 deletions...indSearch/Backend/Solr/Response/Json/RecordCollection.php
Please register or sign in to comment