Skip to main content

Home/ Drupal/ Group items tagged solr

Rss Feed Group items tagged

Daniel Gregoire

Performance tip : disable Drupal's core search indexer when using Apache Solr | Drupal ... - 0 views

  •  
    When using alternative search methods (Lucene API, Apache Solr), you're probably no longer using Drupal's default search, but it will continue to index content on your site. Use this method to disable the core search module from indexing content, and leave it to the big boys.
Richard Sheppard

Solango and Tomcat 6 on Ubuntu Intrepid @ Irrational Exuberance - 1 views

  • sudo mkdir /usr/share/tomcat6/logs
    • Richard Sheppard
       
      Use: sudo ln -s /var/lib/tomcat6/logs . Instead. The command "sudo bin/startup.sh" will give you grief if you don't.
  • sudo cp -R /var/lib/tomcat6/conf /usr/share/tomcat6/ sudo cp -R /var/lib/tomcat6/temp /usr/share/tomcat6/
    • Richard Sheppard
       
      I replaced these two lines with: sudo ln -s /var/lib/tomcat6/conf . sudo mkdir /var/lib/tomcat6/temp sudo ln -s /var/lib/tomcat6/temp .
  •  
    I used this howto for setting up Tomcat to provide the Solr service while using the out of the box Tomcat6 from the normal Ubuntu channels. I'm using Jaunty. I've highlighted a couple of things in the process.
1 - 7 of 7
Showing 20 items per page