TASK: Adjust code accordingly to pr

This commit is contained in:
Daniel Siepmann 2017-07-27 16:31:37 +02:00
parent 36777c700b
commit da7692b502
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4
3 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ abstract class AbstractIndexer implements IndexerInterface
/** /**
* @var string * @var string
*/ */
protected $identifier; protected $identifier = '';
/** /**
* @var \TYPO3\CMS\Core\Log\Logger * @var \TYPO3\CMS\Core\Log\Logger

View file

@ -10,7 +10,7 @@ plugin {
indexing { indexing {
pages { pages {
additionalWhereClause = pages.doktype NOT IN (3, 199, 6, 254, 255, 199) additionalWhereClause = pages.doktype NOT IN (3, 199, 6, 254, 255)
abstractFields = abstract, description, bodytext abstractFields = abstract, description, bodytext
} }
} }

View file

@ -69,7 +69,7 @@
<sorting>72</sorting> <sorting>72</sorting>
<CType>div</CType> <CType>div</CType>
<header>not indexed due to ctype</header> <header>not indexed due to ctype</header>
<bodytext>this is the content of header content element that should not get indexed</bodytext> <bodytext>this is the content of div content element that should not get indexed</bodytext>
<media>0</media> <media>0</media>
<layout>0</layout> <layout>0</layout>
<deleted>0</deleted> <deleted>0</deleted>