Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
php-solr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dmj
php-solr
Commits
f3f25c7c
"git@git.hab.de:dmj/PicaAuth.git" did not exist on "79c5af28126cff3f24ae64f260f39608747faf4b"
Commit
f3f25c7c
authored
6 years ago
by
David Maus
Browse files
Options
Downloads
Patches
Plain Diff
Add and use schematics
parent
86260a41
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+4
-0
4 additions, 0 deletions
README.md
docs/invoker.png
+0
-0
0 additions, 0 deletions
docs/invoker.png
docs/invoker.uml
+15
-0
15 additions, 0 deletions
docs/invoker.uml
with
19 additions
and
0 deletions
README.md
+
4
−
0
View file @
f3f25c7c
...
@@ -12,12 +12,16 @@ General Public License v3 or higher.
...
@@ -12,12 +12,16 @@ General Public License v3 or higher.
Using the invoker
Using the invoker
--
--

The
[
Invoker
](
src/HAB/Solr/Command/Search.php
)
reads the query parameters from the
[
Command
](
src/HAB/Solr/Command/Search.php
)
,
The
[
Invoker
](
src/HAB/Solr/Command/Search.php
)
reads the query parameters from the
[
Command
](
src/HAB/Solr/Command/Search.php
)
,
optionally merges them with static or dynamic default parameters, and communicates with the Solr backend using a
optionally merges them with static or dynamic default parameters, and communicates with the Solr backend using a
[
Guzzle
](
http://guzzlephp.org
)
HTTP client.
[
Guzzle
](
http://guzzlephp.org
)
HTTP client.
The body of the Solr response is passed to
[
Command
](
src/HAB/Solr/Command/Search.php
)
.
The body of the Solr response is passed to
[
Command
](
src/HAB/Solr/Command/Search.php
)
.
Using the search command
Using the search command
--
--
...
...
This diff is collapsed.
Click to expand it.
docs/invoker.png
0 → 100644
+
0
−
0
View file @
f3f25c7c
9.37 KiB
This diff is collapsed.
Click to expand it.
docs/invoker.uml
0 → 100644
+
15
−
0
View file @
f3f25c7c
@startuml
Controller -> Invoker : invoke()
Invoker -> Command : getParameters()
Invoker <- Command : [ParamBag]
Invoker --> Solr : HTTP Request
Invoker <-- Solr : HTTP Response
Invoker -> Command : setResponse()
Controller <- Command : getResult()
@enduml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment