Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102757102
solr-foreground
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 23, 21:25
Size
221 B
Mime Type
text/x-shellscript
Expires
Tue, Feb 25, 21:25 (1 d, 15 h)
Engine
blob
Format
Raw Data
Handle
24417054
Attached To
rHBPLUCENESOLRDOCKER HBP Lucene/Solr Docker
solr-foreground
View Options
#!/bin/bash
#
# Run the initdb, then start solr in the foreground
set -e
if [[ "$VERBOSE" = "yes" ]]; then
set -x
fi
# . /opt/docker-solr/scripts/run-initdb
echo "Starting Solr $SOLR_VERSION"
exec solr -f "$@"
Event Timeline
Log In to Comment