#!/bin/bash # start solr and then p4-search #ROOT=ROOT_REPLACE #SOLR_VERSION=SOLR_VERSION_REPLACE #JETTY_VERSION=JETTY_VERSION_REPLACE # start solr (pushd will enclose the solr-webapp directory) pushd $ROOT && solr-$SOLR_VERSION/example/solr-control.sh start && popd || exit 1 # start p4-search $ROOT/$JETTY_PATH/p4search-control.sh start || exit 1
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 8501 | Doug Scheirer |
* updating to gradlew for build * make (more) Mac compatible build process * default port for default install is now 8088 * updated API doc to include the queryRaw param on POSTs * minor bug fixes for when the p4d connection drops while indexing |
||
#1 | 8476 | Doug Scheirer | p4-search copy from //depot/main/p4-search |