“”

(Code711) Solr Tools

solr_tools / stable

This Extension provides CLI Tools to initialize the EXT:solr index queues from the command line, and to scan for file-references in the content to add the corresponding sites to the sys_file metadata where a file is being used. Additionally a SolrEntityInterface is available for Extbase Models to update the solr index of a record if it has been changed through extbase in the frontend (similar to EXT:slug_extbase )

This version supports TYPO3

Older versions also support TYPO3

Composer support

composer req code711/solrtools

Tags

#solr #cli #command

Last upload comment

[TASK] Tag composer.json for PHP 8.3

Downloads by month

Download 2.0.3 External Manual Found an Issue? Code Insights Packagist.org
Author
Frank Berger
Company
Code711, a label of Sudhaus7, B-Factor GmbH and 12bis3 GbR
Last update
14. Jul 2024
First upload
21. Feb 2023
Downloads
2,727
Category
Frontend Plugins
Dependencies
  • TYPO3 (11.5.0 - 12.4.99)

Installation

  1. Download ZIP file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the ZIP file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.
  1. Go to your folder where the root composer.json file is located
  2. Type: composer req code711/solrtools to get the latest version that runs on your TYPO3 version.
  1. Download T3X file
  2. Log into your TYPO3 backend
  3. Go to Extension Manager module
  4. Press the upload button on the top bar
  5. Select the T3X file and upload it. If you want to overwrite an existing extension installation, activate the checkbox.

Other extensions by this user (5)

Version history

Version Upload comment Works with TYPO3 Download
2.0.3 / stable
July 14, 2024
[TASK] Tag composer.json for PHP 8.3
11.5.0 - 12.4.99 Download
2.0.2 / stable
July 02, 2024
Add exception handling to SolrCreateIndexCommand and update version

The code now catches InvalidArgumentException when attempting to locate a Site in SolrCreateIndexCommand, preventing crashes when no specific site is found. The message will prompt for skipping the absent site. Also, the version number in ext_emconf.php has been incremented to reflect these changes.
11.5.0 - 12.4.99 Download
2.0.1 / stable
September 12, 2023
Version 2.0.1
- Update README.md
11.5.0 - 12.4.99 Download
1.2.0 / stable
March 06, 2023
1.2.0
- better handling of non-solr-configured sites
- added possibility to use the keyword 'all' with option -w/--what to create indexes for all configured tables in a site
11.5.0 - 11.5.99 Download
1.1.1 / stable
March 03, 2023
added `Code711\SolrTools\Interfaces\SolrEntityInterface` to enable Extbase models to update its index when persisted through extbase similar to EXT:extbase_slug or EXT:fe_data_history
11.5.0 - 11.5.99 Download
1.0.2 / stable
February 21, 2023
added promised but missing scan for file-references in tt_content:header_link
11.5.0 - 11.5.99 Download
1.0.1 / stable
February 21, 2023
Update TER description
11.5.0 - 11.5.99 Download
1.0.0 / stable
February 21, 2023
Initial Release

This Extension provides CLI Tools to initialize the EXT:solr index queues from the command line, and to scan for file-references in the content to add the corresponding sites to the sys_file metadata where a file is being used.

11.5.0 - 11.5.99 Download