From 532de948da53f96c0842f843816d64ab4bb06288 Mon Sep 17 00:00:00 2001 From: ryounes Date: Wed, 13 Jul 2011 16:21:41 +0000 Subject: [PATCH] Rename display model property from PrimarySearchIndex to SearchIndex --- .../edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java | 2 +- .../vitro/webapp/search/beans/ProhibitedFromSearchTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java index 01fd1c2f8..e31e2a660 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/dao/DisplayVocabulary.java @@ -26,7 +26,7 @@ public class DisplayVocabulary { private static final String NS = DISPLAY_NS; /* Individuals */ - public static final String PRIMARY_SEARCH_INDEX_URI = NS + "PrimarySearchIndex"; + public static final String PRIMARY_SEARCH_INDEX_URI = NS + "SearchIndex"; //bk392 for extracting properties beyond context nodes. public static final String CONTEXT_NODES_URI = NS + "QueryForContextNodes"; diff --git a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java index c2f3cafd8..62f7173b4 100644 --- a/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java +++ b/webapp/test/edu/cornell/mannlib/vitro/webapp/search/beans/ProhibitedFromSearchTest.java @@ -110,7 +110,7 @@ public class ProhibitedFromSearchTest { @Test public void testPrimaryIndex(){ String primaryIndexN3 = - "" + + "" + "" + " . ";