mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-25 05:56:12 +01:00
TASK: Fix documentation
As we have moved the repository at github, we should update all mentions to use new url. Also a small typo was fixed.
This commit is contained in:
parent
f0de7aa2b4
commit
3bebfac769
2 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ requirements:
|
||||||
|
|
||||||
Then setup your system::
|
Then setup your system::
|
||||||
|
|
||||||
git clone git@github.com:DanielSiepmann/search_core.git \
|
git clone git@github.com:codappix/search_core.git \
|
||||||
&& cd search_core \
|
&& cd search_core \
|
||||||
&& export typo3DatabaseName="searchcoretest76" \
|
&& export typo3DatabaseName="searchcoretest76" \
|
||||||
&& export TYPO3_VERSION="~8.7" \
|
&& export TYPO3_VERSION="~8.7" \
|
||||||
|
@ -64,6 +64,6 @@ All changes are introduced through pull requests at `Github`_ and should contain
|
||||||
|
|
||||||
* Make sure to follow the documented :ref:`concepts`.
|
* Make sure to follow the documented :ref:`concepts`.
|
||||||
|
|
||||||
.. _Github: https://github.com/DanielSiepmann/search_core
|
.. _Github: https://github.com/codappix/search_core
|
||||||
.. _travis-ci: https://travis-ci.org/
|
.. _travis-ci: https://travis-ci.org/
|
||||||
.. _PSR-2: http://www.php-fig.org/psr/psr-2/
|
.. _PSR-2: http://www.php-fig.org/psr/psr-2/
|
||||||
|
|
|
@ -13,7 +13,7 @@ trigger indexing or deletion of whole index.
|
||||||
|
|
||||||
As this is the "indexer", deletion of single documents is directly processed by the connection.
|
As this is the "indexer", deletion of single documents is directly processed by the connection.
|
||||||
|
|
||||||
``setIdentifier`` is called with the identifier of the current Indexer. This might be usefull to
|
``setIdentifier`` is called with the identifier of the current Indexer. This might be useful to
|
||||||
fetch configuration, related to the indexing, from
|
fetch configuration, related to the indexing, from
|
||||||
``Codappix\SearchCore\Configuration\ConfigurationContainerInterface``.
|
``Codappix\SearchCore\Configuration\ConfigurationContainerInterface``.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue