[TYPO3-german]  Re: Solr: Plugin tt_address indizieren
    Stefan Stuck 
    stefan.stuck at tangram.de
       
    Wed Jun 15 14:13:15 CEST 2016
    
    
  
Mit dem TS-Setup klappts:
plugin.tx_solr.logging.indexing.queue.tt_address = 1
plugin.tx_solr.index.queue {
  tt_address = 1
  tt_address {
//nur Mitarbeiter durchsuchen und z. B. keine NL-Abonnenten
    additionalWhereClause = pid = 178 AND hidden = 0 and deleted=0
    fields {
      abstract = name
      description = name
      title = name
      content = SOLR_CONTENT
      content {
        field = position
      }
      url = TEXT
      url {
        typolink.parameter.field = pid
        typolink.returnLast = url
        typolink.useCacheHash = 0
      }
    }
  }
}
    
    
More information about the TYPO3-german
mailing list