plugin {
    tx_searchcore {
        settings {
            connections {
                elasticsearch {
                    host = localhost
                    port = 9200
                }
            }

            indexing {
                tt_content {
                    additionalWhereClause = tt_content.CType NOT IN ('gridelements_pi1', 'list', 'div', 'menu', 'shortcut', 'search', 'login') AND tt_content.bodytext != ''
                }

                pages {
                    additionalWhereClause = pages.doktype NOT IN (3, 199, 6, 254, 255)
                    abstractFields = abstract, description, bodytext
                }
            }
        }
    }
}
