[TYPO3-Solr] search a dynamic field
Stefano Cecere
scecere at krur.com
Thu Sep 6 10:51:06 CEST 2012
just to add some more info:
the dynamic field town_stringS gets indexed, and Solr shows it in the
result set, if i find it (searching by other fields)
it simply doesn't search IN that field
i guess i have to study that big book i have on Solr :( :)
On 05/09/12 10:08, Stefano Cecere wrote:
> hi
>
> i'm EAP latest SVN + TYPO3 4.7.4
>
> does solr automatically search all dynamic fields i add to the indexer,
> or should i tell him to search in it?
>
> i got no results!
>
> i followed
> http://forge.typo3.org/projects/extension-solr/wiki/Dynamic_Fields
>
> so in my custom table tx_solr.index.queue.tx_myext_mytable.fields i added:
>
> town_stringS = town
>
> i reindex everything it seems all good
> but no results
>
> i also added that field (town or town_stringS )to the
>
> search {
> query {
> fields = title^20.0, content^10.0, keywords^2.0, tagsH1^5.0,
> tagsH2H3^3.0, tagsH4H5H6^2.0, tagsInline^1.0, town^1.0, town_stringS^1.0
> }
>
> but nothing.. and i could not find any explicit doc about it!
>
> thank you for any help
>
>
--
-- --- ----- -------
Stefano Cecere
KRUR studio - http://krur.com
More information about the TYPO3-project-solr
mailing list