Skip to content

Commit 542cf26

Browse files
author
synapticloop
committed
Updated usage and readme
1 parent d70b594 commit 542cf26

3 files changed

Lines changed: 24 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -797,7 +797,9 @@ server (port 8983) so that it can be viewed:
797797

798798
- **New Features**
799799
- Changed the docker image to include all datasets
800+
- Pushed the docker impage to docker hub - this is a testing image only
800801
- Added in `--no-prompt` option to generator to accept in-built defaults
802+
- Added in a `help` command line argument (which is not particularly needed)
801803

802804

803805
- **Bug Fixes**
@@ -812,11 +814,18 @@ server (port 8983) so that it can be viewed:
812814
- Updated both the `panl.properties` file and
813815
`<panl_collection_url>.panl.properties` template files and merged them with
814816
the associated sample files.
817+
- No longer request the unique key from Solr as a facet field unless it is
818+
specifically requested in the Panl LPSE URL path (this reduces the
819+
payload that is returned from Solr)
820+
- Added `panl.lpse.ignore` replacement key in the template to
821+
automatically add in the Solr uniqueKey field.
822+
- Minor error outputting formatting changes
815823

816824

817825
- **Documentation Update**
818826
- Rewrote documentation to be a little clearer and removed extraneous
819827
information
828+
- Added in missed `panl.uniquekey.<lpse_code>` to the documentation
820829

821830
`!! The included PDF contains over **600** pages of documentation for every
822831
part of the Panl server. !!`

src/main/java/com/synapticloop/panl/package-info.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
* [command] \
2020
* [-properties properties_file_location] \
2121
* [-overwrite true_or_false] \
22-
* [-config solr_config_location] \
2322
* [-port port_number]
2423
*
2524
* to start the panl server

src/main/resources/usage.txt

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,23 @@ Usage:
1010
bin\panl \
1111
[command] \
1212
[-properties panl_properties_file_location] \
13-
[-config solr_config_location] \
1413
[-port port_number] \
1514
[-overwrite true_or_false] \
16-
[-schema solr_schema_location]
15+
[-schema solr_schema_location] \
16+
[--no-prompt]
17+
18+
Allowable command line options:
19+
20+
+-------------+----------------------------------+-----------+
21+
| | Panl command | Argument |
22+
| | server | generate | help | Format |
23+
+-------------+------------+------------+--------+-----------+
24+
| -properties | (optional) | (optional) | | File path |
25+
| -port | (optional) | | | Number |
26+
| -overwrite | | (optional) | | Boolean |
27+
| -schema | | REQUIRED | | File path |
28+
| --no-prompt | | (optional) | | None |
29+
+-------------+------------+------------+--------+-----------+
1730

1831
Where:
1932
[command] is one of:

0 commit comments

Comments
 (0)