---
title: Apache Solr for TYPO3 - Query and Its Components
url: "https://www.typo3-solr.com/solr-for-typo3/development-model/query/"
description: "Query in Solr for TYPO3: control ranking with pagination, sorting, filters, field boosting, query manipulation, plus faceted and hierarchical facets."
date: 2021-09-01
modified: 2025-11-05
lastUpdated: 2025-11-05
---

# Apache Solr for TYPO3 - Query and Its Components

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. Query

  Query and its components
========================

Query is the development area, whose components impact what and in which order the results are shown to the visitors.

- [Results Pagination](https://www.typo3-solr.com/solr-for-typo3/development-model/query/results-pagination/)
- [Sorting of Results](https://www.typo3-solr.com/solr-for-typo3/development-model/query/sorting/)
- [Filters](https://www.typo3-solr.com/solr-for-typo3/development-model/query/filters/)
- [Field Bosting](https://www.typo3-solr.com/solr-for-typo3/features/field-boosting/)
- [Looks like Indexed Search, Template Engine](https://www.typo3-solr.com/solr-for-typo3/development-model/query/looks-like-indexed-search-template-engine/)
- [Query Manipulation](https://www.typo3-solr.com/solr-for-typo3/development-model/query/query-manipulation/)
- [Faceted Search](https://www.typo3-solr.com/solr-for-typo3/features/faceted-search/)
- [Hierarchical Facets](https://www.typo3-solr.com/solr-for-typo3/development-model/query/hierachical-facets/)