[TYPO3-Solr] Indexing other tables and crawling

Johann Jungbacker johann at telegraafnet.nl
Wed Sep 28 13:41:18 CEST 2011


Hello,

This post is because i'am facing some problems with the solr extension
which i cannot not resolve myself and i hope this list can point me in
the right direction.

I used indexed search for some time now but i doesn't seem to be able to
search for example in the Dr Wiki pages (extension) on our site so last
week we tried the Typo3 solr extension.

We use the tomcat server and i get search results (only from visited
news and content pages). I would like to set up the solr extension so
that it will index other tables as well (like tx_drwiki_pages) but until
now i did not succeed.

Other thing is that i do not know how to set up a crawler for solr so
that it will show results from pages that weren't visited yet in the
frontend.

This is the Typo3 setup i'am using:

plugin.tx_solr.enabled = 1
plugin.tx_solr.addDefaultCss = 1
plugin.tx_solr.addDefaultJs = 1

plugin.tx_solr.solr {
	scheme = http
	host = localhost
	port = 8080
	path = /solr/core_nl/
}

plugin.tx_solr {
     index {
         enablePageIndexing = 1
         enableIndexingWhileBeUserLoggedIn = 1
         queue {
              tt_news = 1
              tx_drwiki_pages = 1
        	}
     	}
     suggest = 1
	search {
	targetPage = 2490
   	highlighting = 1
   	spellchecking = 1
   	sorting = 1
   	faceting = 1
 }
}

And below the server setup as shown in the Typo3 'Reports' module:

Your site has contacted the Apache Solr server.

      * Host: localhost
      * Port: 8080
      * Path: /solr/core_nl/
      * Apache Solr: 1.4.1 (1.4.1.2010.09.21.17.08.58)
      * schema.xml: tx_solr-1-6-0--20110208
      * solrconfig.xml: tx_solr-1-5-0--20101129
      * Access Filter Plugin: 1.2.0

Any help would be appreciated.

Kind regards,

Johann



More information about the TYPO3-project-solr mailing list