Release Notes for P4Search 2016.1 Release Introduction P4Search is a dedicated web service for indexing the contents of your Perforce Server. It supports a web-based user inteface that supports authentication and integration with Swarm, Commons, and P4Web. It also supports a RESTful API for programmatic use. Perforce numbers releases YYYY.R/CCCCCC, for example, 2012.1/40716. YYYY is the year; R is the release of that year; CCCCCC is the bug fix change level. Each bug fix in these release notes is marked by its change number. Any build includes (1) all bug fixes of all previous releases and (2) all bug fixes of the current release up to the bug fix change level. Please send all feedback to support@perforce.com. Minimum Requirements * A javax.servlet web container: * Jetty 8.1.7 * Apache Tomcat 7.0.26 * A JDK version 6, such as OpenJDK or SunJDK * Apache Solr v4.6.1 or greater * Supported Platforms: * Linux 2.6 Intel x86_64 * The Perforce Server version 2010.1.503158 or later. P4Search uses "p4 keys" to store index progress metadata. To restrict access to sensitive data in the key table, Perforce Server 2013.1 implements the configurable "dm.keys.hide=1" to prohibit reading the keys table from non-admin users. Documentation Please see the README file for general information or the INSTALL file for installation instructions. Please see the API.pdf file for information regarding the design of the API. New functionality in 2016.1 NONE Bugs fixed in 2016.1 #1382248 (Bug #80263) Upgrade Solr server to 4.6.1 Security fix for Solr CVE­2013­6397 #1382250 (Bug #80262) Restrict Solr to localhost:8983 by default. Security fix for an insecure Solr configuration, allowing direct Solr access. Minor changes in 2016.1 #1382259 Update tests to use Solr 4.6.1 #1039641 (Bug #78396) New helix logo artwork #1013551 Change gradle home dir #860950 (Workshop #9060, #9016) Minor fix to "changed by me"; get logged in user from #userid. Update the API doc #855520 (Workshop #9015) Adding paging code, more detailed results, and some scanning bug fixes to p4-search