You are here

README.txt in Apache Solr Statistics 6.3

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
README.txt
Apache Solr Statistics module for Drupal.

-- SUMMARY --

Logs user queries submitted to the Solr service configured under Apache Solr
Search Integration module.

For a full description of the module, visit the project page:
  http://drupal.org/project/apachesolr_stats

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/apachesolr_stats


-- REQUIREMENTS --

Apache Solr Search Integration module.
See http://drupal.org/project/apachesolr


-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.


-- CONFIGURATION AND USAGE --

After enabling the module, all searches done through Apache Solr Search are
automatically logged. You can see the report at:

  Administration >> Reports >> Apache Solr >> Statistics

You can configure the module at:

 * Administer >> Site Configurarion >> Apache Solr >> Statistics

Where you can configure:

 * Days to mantain in the query log.
   If your site receives heavy use, you should probably keep an eye on your
   database size. More data also means calculations take longer.

 * IP addresses to ignore.
   You can optionally enter a listing of IP addresses you can ignore logging for.
   You could use this to specify IPs for web crawlers or monitoring scripts that
   make sure your site is working.

--

File

README.txt
View source
  1. README.txt
  2. Apache Solr Statistics module for Drupal.
  3. -- SUMMARY --
  4. Logs user queries submitted to the Solr service configured under Apache Solr
  5. Search Integration module.
  6. For a full description of the module, visit the project page:
  7. http://drupal.org/project/apachesolr_stats
  8. To submit bug reports and feature suggestions, or to track changes:
  9. http://drupal.org/project/issues/apachesolr_stats
  10. -- REQUIREMENTS --
  11. Apache Solr Search Integration module.
  12. See http://drupal.org/project/apachesolr
  13. -- INSTALLATION --
  14. * Install as usual, see http://drupal.org/node/70151 for further information.
  15. -- CONFIGURATION AND USAGE --
  16. After enabling the module, all searches done through Apache Solr Search are
  17. automatically logged. You can see the report at:
  18. Administration >> Reports >> Apache Solr >> Statistics
  19. You can configure the module at:
  20. * Administer >> Site Configurarion >> Apache Solr >> Statistics
  21. Where you can configure:
  22. * Days to mantain in the query log.
  23. If your site receives heavy use, you should probably keep an eye on your
  24. database size. More data also means calculations take longer.
  25. * IP addresses to ignore.
  26. You can optionally enter a listing of IP addresses you can ignore logging for.
  27. You could use this to specify IPs for web crawlers or monitoring scripts that
  28. make sure your site is working.
  29. --