HTRACE-229. htrace-webapp needs to be updated to refer to "tracerid" not "processid" (cmccabe)
diff --git a/htrace-webapp/src/main/web/app/predicate.js b/htrace-webapp/src/main/web/app/predicate.js
index e48b901..6526719 100644
--- a/htrace-webapp/src/main/web/app/predicate.js
+++ b/htrace-webapp/src/main/web/app/predicate.js
@@ -61,7 +61,7 @@
       return val;
     case "spanid":
       return htrace.normalizeSpanId(val);
-    case "processid":
+    case "tracerid":
       htrace.checkStringIsNotEmpty(val);
       return val;
     default:
@@ -81,7 +81,7 @@
       return "0";
     case "spanid":
       return "";
-    case "processid":
+    case "tracerid":
       return "";
     default:
       return "(unknown)";
@@ -109,10 +109,10 @@
       return new htrace.PType({name: name, field:"duration", op:"le"});
     case "Span ID is":
       return new htrace.PType({name: name, field:"spanid", op:"eq"});
-    case "ProcessId contains":
-      return new htrace.PType({name: name, field:"processid", op:"cn"});
-    case "ProcessId is exactly":
-      return new htrace.PType({name: name, field:"processid", op:"eq"});
+    case "TracerId contains":
+      return new htrace.PType({name: name, field:"tracerid", op:"cn"});
+    case "TracerId is exactly":
+      return new htrace.PType({name: name, field:"tracerid", op:"eq"});
     default:
       return null
   }
diff --git a/htrace-webapp/src/main/web/app/search_results_view.js b/htrace-webapp/src/main/web/app/search_results_view.js
index 318b78d..b2fffbd 100644
--- a/htrace-webapp/src/main/web/app/search_results_view.js
+++ b/htrace-webapp/src/main/web/app/search_results_view.js
@@ -154,7 +154,7 @@
   //
   //  0              xB         xD                   xS         viewX
   //  +--------------+----------+--------------------+-----------+
-  //  |ProcessId     | Buttons  | Span Description   | Scrollbar |
+  //  |TracerId      | Buttons  | Span Description   | Scrollbar |
   //  +--------------+----------+--------------------+-----------+
   //
   setupCoordinates: function() {
diff --git a/htrace-webapp/src/main/web/index.html b/htrace-webapp/src/main/web/index.html
index 29a899b..ec28fe6 100644
--- a/htrace-webapp/src/main/web/index.html
+++ b/htrace-webapp/src/main/web/index.html
@@ -125,9 +125,9 @@
                       <li><a href="javascript:void(0)" 
                         class="add-field">Span ID is</a></li>
                       <li><a href="javascript:void(0)" 
-                        class="add-field">ProcessId contains</a></li>
+                        class="add-field">TracerId contains</a></li>
                       <li><a href="javascript:void(0)" 
-                        class="add-field">ProcessId is exactly</a></li>
+                        class="add-field">TracerId is exactly</a></li>
                     </ul>
                   </div>
                   <button type="submit" class="btn btn-primary" id="searchButton">