---
title: Apache Solr for TYPO3 - Enable Fields Support
url: "https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/enable-fields-support/"
description: "Enable Fields support for TYPO3 Solr: respect start/end times and hidden flags; skip future/hidden content, filter expired docs, and auto-clean the index."
date: 2021-09-03
modified: 2025-11-05
lastUpdated: 2025-11-05
---

# Apache Solr for TYPO3 - Enable Fields Support

1. [Home](https://www.typo3-solr.com/)
2. [Solr for TYPO3](https://www.typo3-solr.com/solr-for-typo3/)
3. [Development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/)
4. [Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
5. Enable Fields Support

  Enable Fields support
=====================

 Enable fields in TYPO3 defined for each record type. Usually a start andend time for a record can be set as well as a hidden flag. These common fields are supported.

Pages and records with a future start time are not rendered by TYPO3 and are thus not indexed. When an stop/end time is set for a page or record that time is stored with the document in the index. At query time a filter is set to exclude documents with an stop/end time in the past. Hidden pages and records are not indexed.

The extension also takes care of keeping the index clean when setting
 enable fields on already indexed pages and records. For details see the
 Garbage Collection component further down.

  ![Graphic of a loading bar at 100%](https://www.typo3-solr.com/fileadmin/_processed_/b/a/csm_100prozent_01_b08a8527d1.png) **Status of Implementation**
 If you are interessted in Enable Fields Support [contact us!](https://www.typo3-solr.com/contact/)

- [Back to all components of Indexing](https://www.typo3-solr.com/solr-for-typo3/development-model/indexing/)
- [Back to all components of the development Model](https://www.typo3-solr.com/solr-for-typo3/development-model/#c2297)