Commit graph

12 commits

Author SHA1 Message Date
689f293194
TASK: Finish deletion of index and documents feature
We replace the "flush" and "delete" by "delete" and "deletedocuments"
logic. This makes it more obvious what will happen, without reading the
docs.

Also we kept the logic to always provide the index name, as
we will need them in the future. Due to elasticsearch v6 changes no
types are allowed in the same index in the future. Therefore we need to
make it possible to use different indexes in the future, leading to the
need to provide the document type all the time.
2018-12-30 13:43:43 +01:00
28a8dd1ab4
TASK: rephrase indice to index. 2018-12-30 13:22:25 +01:00
89a558e735
TASK: Improve documentation
* Add some missing documentation.
* Adjust some documentation due to breaking changes.
* Adjust structure of documentation for easier changelog rendering and
  browsing.
2018-12-29 19:21:16 +01:00
4756da5c5d
TASK: Update / cleanup documentation
Code and docs have diverged a bit. We therefore need to update them.
2018-03-08 11:35:50 +01:00
7472cab660
Merge pull request #98 from Codappix/feature/provide-form-finisher
FEATURE: Provide form finisher for integration into form extension
2017-11-10 22:05:34 +01:00
a3a46f5cb5
FEATURE: Provide command to delete whole index
This is necessary, e.g. for complete re-indexing.
2017-11-10 13:22:15 +01:00
31202f8882
FEATURE: Provide form finisher for integration into form extension
Provide a finisher, working as a proxy, to internal data handler, which
is already used for Hooks in TYPO3 backend.
2017-11-10 12:31:06 +01:00
dfde4b8f6b
TASK: Update docs
Document new configuration options and adjust configuration where
necessary.
2017-07-06 16:17:30 +02:00
dfed17bb6c
TASK: Update docs
* Cover new features and how to use them.
2017-06-29 08:42:38 +02:00
e6ce2dac25
FEATURE: Document usage of frontend plugin and contribution 2016-12-20 09:26:52 +01:00
70e9d07b7e
CLEANUP: Documentation
* Add some links to Github issues
* Fix some typos
* Remove some warnings
2016-12-16 12:55:23 +01:00
fdf5aa4f82
FEATURE: Add documentation of current state
* Document all options
* Document concepts
* Document connections and indexer
2016-12-15 18:03:58 +01:00