[TYPO3-Solr] Custom table Indexing Problem

Alexander Wende a_wende at web.de
Wed Jul 24 17:58:59 CEST 2013


Try that:
plugin.tx_solr.index.queue {
myext_Entity = 1
myext_Entity {
table = tx_myext_domain_model_table
#Did you really need this?
additionalPageIds = 12
fields{
content = SOLR_CONTENT
content {
field = name
}

title = name

url = TEXT
url {
typolink.parameter = 60
typolink.additionalParams =
&myext_pi1[action]=show&myext_pi1[beast]={field:uid}&myext_pi4[user]={field:user}&L={field:__solr_index_language}
typolink.additionalParams.insertData = 1
typolink.returnLast = url
typolink.useCacheHash = 1
}

profilePicture_stringS = SOLR_CONTENT
profilePicture_stringS.field = profile_picture
}
}
}



More information about the TYPO3-project-solr mailing list