From 1f8fec7a52f4835b92d62aa84683b31858e63e7b Mon Sep 17 00:00:00 2001 From: anupsawant Date: Thu, 30 Jun 2011 10:48:56 +0000 Subject: [PATCH] r 8346 changes made to exclude target info field --- .../mannlib/vitro/webapp/search/VitroSearchTermNames.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java index 033159885..0d6de88da 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/search/VitroSearchTermNames.java @@ -31,8 +31,6 @@ public class VitroSearchTermNames { /** text for 'full text' search, this is unstemmed for * use with wildcards and prefix queries */ public static String ALLTEXTUNSTEMMED = "ALLTEXTUNSTEMMED"; - /** class name for storing targeted information **/ - public static final String targetInfo = "targetInfo"; /** keywords */ public static final String KEYWORDS = "KEYWORDS"; /** Does the individual have a thumbnail image? 1=yes 0=no */