Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
13.87 KB
MD5: fe428a53a6fdfaaa72f05b87c27df961
SHA-1: 4e31593b31212a2eabcde2819df3f1e5cacf6a99
SHA-256: 630c5030986292c5b55b0fe8c5bcd70a58b7d184c497df235d7fe7933cbcbf8e
Download zip
18.54 KB
MD5: acf19c2b60777daf16ea26fded7bc049
SHA-1: 9a42ed0e6f75c6c5113d174449555cb09ceb9343
SHA-256: 98fbca984c0412beb414a8697f9719ddc0da6fff674cf44142861f61847fe887
Release notes
This code was present in the current codebase.
$solr->getFields(1);
It fired of a getLuke command with the parameter 1, which is horribly slow in production environments. It asks for the top term in the whole index for each field. Now, the code in apachesolr_views was not using this extra information so this slow down was not necessary at all. We changed it and got the responses back in under a second in contrary to the 30sec query time we've been seeing.
This update is manadatory if you are experiencing slow queries with apachesolr_views.