[TYPO3-Solr] Content is missing in the Solr index for just one site

Dmitry Dulepov dmitry.dulepov at gmail.com
Fri Jul 13 16:59:28 CEST 2012


Hi!

I have a strange issue with one of our sites. We have an installation with 
three TYPO3 hosts, all are indexed by Solr. Two work fine but one is 
indexed without content in the query result. Here is what I get from the 
Solr admin interface when I search for "*:*":

<doc>
<str name="access">r:0</str>
<date name="changed">2012-07-10T15:12:16Z</date>
<date name="created">2012-06-21T15:53:06Z</date>
<str name="id">baa99f01392accf7a4dd564f8f43dcec/pages/156/393</str>
<date name="indexed">2012-07-12T11:45:12.249Z</date>
<str name="language">0</str>
<int name="pid">156</int>
<str name="site">***</str>
<str name="siteHash">baa99f01392accf7a4dd564f8f43dcec</str>
<str name="sortAuthor_stringS"/>
<str name="sortSubTitle_stringS"/>
<str name="sortTitle_stringS">Free up your time</str>
<str name="type">pages</str>
<int name="uid">393</int>
</doc>

For another site I get:

<doc>
<str name="abstract"/>
<str name="access">c:0</str>
<str name="author"/>
<date name="changed">2012-07-10T15:10:55Z</date>
<str name="content">
Win a new ************* (hidden content continues here)
</str>
<str name="contentHash"/>
<date name="created">2012-04-17T12:03:14Z</date>
<str name="description"/>
<str name="id">
a7de9c971bcc659bd3efe3420ae76576/pages/224/278/0/0/0
</str>
<date name="indexed">2012-07-12T08:30:13.275Z</date>
<arr name="keywords">
<str/>
</arr>
<str name="language">0</str>
<str name="navTitle"/>
<int name="pid">224</int>
<str name="site">***</str>
<str name="siteHash">a7de9c971bcc659bd3efe3420ae76576</str>
<str name="sortAuthor_stringS"/>
<str name="sortSubTitle_stringS"/>
<str name="sortTitle_stringS">Win an iPad</str>
<str name="subTitle"/>
<arr name="subpart_stringM">
<str>Win an iPad</str>
</arr>
<str name="teaser">
Win a new *** (hidden)
</str>
<str name="title">Win an iPad</str>
<str name="type">pages</str>
<int name="typeNum">0</int>
<int name="uid">278</int>
<str name="url">***</str>
</doc>

Here is what I did so far:
- checked site config
- checked that TYPO3SEARCH_(begin|end) exist (there are multiple blocks for 
search one the page)
- reinitialized queue for the faulty host
- reindexed the site (100%) progress

What else can I do to find why these results are so different?

-- 
Dmitry Dulepov
TYPO3 core team member
Blog: http://dmitry-dulepov.com/
Twitter: http://twitter.com/dmitryd

Simplicity will save the world.



More information about the TYPO3-project-solr mailing list