Indexing and its components
Indexing deals with collecting data, cleaning, transforming and eventually adding that data to the Solr index.
The extension currently supports two ways of indexing TYPO3 pages. The initial goal was to create a solution in the sense of “Acts like Indexed Search”, meaning that the same frontend indexing approach was used.
After releasing the public version it was decided to go an alternative way by introducing an Indexing Queue that indexes pages on demand and offers some more advantages over the frontend indexing approach.
- Frontend Page Indexing
- Frontend User Group Access Restrictions
- Enable Fields Support
- File Indexing
- TYPO3 optimized Solr Index Schema
- Indexing of additional data
- Indexing Queue
- Index Maintenance
- UTF8 Support
- Multi-Language Handling
If you are interessted to be involved in development or to get a search with this feature, don't hesitate to contact us!