[TYPO3-Solr] Installation

Xaver Maierhofer xaver.maierhofer at xwissen.info
Wed Nov 14 16:38:33 CET 2012


Hi,

thx for your quick response.

Can I setup a crawler? 
I don't get content from locallang right now or other things.
On pages I can select a area of content with <!--TYPO3 search coomment and 
Menu is in Index if I want it. Is it possible to "crawl" and I only setup TS 
for URL and is works like on a normal page.

All the best
Xaver

On Wednesday 14 November 2012 16:22:34 Jigal van Hemert wrote:
> Hi,
> 
> On 14-11-2012 16:09, Xaver Maierhofer wrote:
> > 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
> > 			
> > 			}
> 
> If you want to search in multiple fields you can use the fact that
> SOLR_CONTENT supports stdWrap:
> 
> content = SOLR_CONTENT
> content {
>    cObject = COA
>    cObject {
>      10 = TEXT
>      10 {
>        field = job_description
>        # use noTrimWrap to add a space after the text
>        noTrimWrap = || |
>      }
>      20 = TEXT
>      20 {
>        field = job_short_description
>        noTrimWrap = || |
>      }
>    }
> }



More information about the TYPO3-project-solr mailing list