Advertisement
Guest User

Untitled

a guest
May 20th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. 'recorddriver' =>
  2. array (
  3. 'factories' =>
  4. array (
  5. 'stdl\\RecordDriver\\SolrDefault' => 'stdl\\RecordDriver\\SolrDefaultFactory',
  6. 'stdl\\RecordDriver\\SolrIls' => 'stdl\\RecordDriver\\SolrDefaultFactory',
  7. ),
  8. 'delegators' =>
  9. array (
  10. 'stdl\\RecordDriver\\SolrIls' => 'VuFind\\RecordDriver\\IlsAwareDelegatorFactory',
  11. ),
  12. 'aliases' =>
  13. array (
  14. 'VuFind\\RecordDriver\\SolrDefault' => 'stdl\\RecordDriver\\SolrDefault',
  15. 'SolrIls' => 'stdl\\RecordDriver\\SolrIls',
  16. ),
  17. ),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement