# basic configuration for all tests (p4d and solr addr do not change) com.perforce.search.serverProtocol=none com.perforce.search.serverHost=localhost com.perforce.search.serverPort=6666 com.perforce.search.indexerUser=indexUser com.perforce.search.indexerPassword=indexPassword com.perforce.search.searchEngine=http://localhost:38983/solr com.perforce.search.searchEngineToken=MY_UUID_COOKIE_HERE com.perforce.search.collectionName=collection1 ######################################################### ## Things we modify for the tests ######################################################### # com.perforce.search.serverCharset=utf8 # com.perforce.search.fileScannerThreads=3 # com.perforce.search.fileScannerSleep=0 # com.perforce.search.maxSearchResults=100 # general indexing config # com.perforce.search.maxStreamFileSize=100000000 # com.perforce.search.ignoredExtensions=ignoreExtensions.txt # com.perforce.search.neverProcessList=hiddenFiles.txt # com.perforce.search.indexMethod=ALL_REVISIONS | HEAD_REVISIONS # file scanner config ##### set to empty values to disable file scanner #### # com.perforce.search.fileScannerTokenKey=p4search_filescan_token # com.perforce.search.fileScannerTokenValue=completed ##### for limited initialization, set a specific scan path ##### # com.perforce.search.scanPaths=//depot com.perforce.search.indexMethod=HEAD_REVISIONS # com.perforce.search.fileScannerDepth=0 # com.perforce.search.maxScanQueueSize=100000 #### on startup, whether or not we try to catch up with new CL's #### # com.perforce.search.changelistCatchupKey=p4search_changes # GUI config # com.perforce.search.commonsURL=https://commons.perforce.com/ # com.perforce.search.swarmURL=http://swarm.perforce.com/ ######################################################### ## Things we do not need to modify for tests ######################################################### # com.perforce.search.connectionPool=20 # com.perforce.search.queueLocation=/tmp/p4search-queue