[TYPO3-Solr] Installation
Xaver Maierhofer
xaver.maierhofer at xwissen.info
Wed Nov 14 16:09:57 CET 2012
Hi,
THX for answer. It works now.
I need a Extension in search and it has 5-10 body fields.
How can I add multiple bodycontent fields.
(short job description, job description, region, knowledges)
I can find jobs, but, but only by used fields:
TS:
plugin.tx_solr.index.queue {
tx_dmmjobcontrol_job = 1
tx_dmmjobcontrol_job {
fields {
description = employer_description
title = job_title
content = SOLR_CONTENT
content {
field = job_description
}
url = TEXT
url {
typolink.parameter = 110
typolink.additionalParams =
&tx_dmmjobcontrol_pi1[job_uid]={field:uid}&L={field:__solr_index_language}
typolink.additionalParams.insertData = 1
typolink.returnLast = url
typolink.useCacheHash = 1
}
}
}
}
Found nothing on:
http://forge.typo3.org/projects/extension-solr/wiki/Tx_solrindex#queue
All the best
Xaver
On Tuesday 13 November 2012 20:04:34 Olivier Dobberkau wrote:
> Am 13.11.12 11:53, schrieb Xaver Maierhofer:
> > THX for the help!
>
> Hi Xaver,
>
> i would suggest the following:
>
> * install java
> * uninstall the distro tomcat (even purge the packages)
> * use the install script and install an english core first
> * inspect the installation under /opt/solr-tomcat/solr
> * copy the other language folders to the conf/
> * you will find the other languages in the EXT:solr resources/solr folder
> * add the needed cores in the solr.xml
> * Restart the Tomcat.
>
> Have fun!
>
> Olivier
>
>
>
>
> _______________________________________________
> TYPO3-project-solr mailing list
> TYPO3-project-solr at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-solr
More information about the TYPO3-project-solr
mailing list