Rename display model property from PrimarySearchIndex to SearchIndex
This commit is contained in:
parent
c085bc57c0
commit
532de948da
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ public class DisplayVocabulary {
|
||||||
private static final String NS = DISPLAY_NS;
|
private static final String NS = DISPLAY_NS;
|
||||||
|
|
||||||
/* Individuals */
|
/* 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.
|
//bk392 for extracting properties beyond context nodes.
|
||||||
public static final String CONTEXT_NODES_URI = NS + "QueryForContextNodes";
|
public static final String CONTEXT_NODES_URI = NS + "QueryForContextNodes";
|
||||||
|
|
|
@ -110,7 +110,7 @@ public class ProhibitedFromSearchTest {
|
||||||
@Test
|
@Test
|
||||||
public void testPrimaryIndex(){
|
public void testPrimaryIndex(){
|
||||||
String primaryIndexN3 =
|
String primaryIndexN3 =
|
||||||
"<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#PrimarySearchIndex>" +
|
"<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#SearchIndex>" +
|
||||||
"<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#excludeClass>" +
|
"<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#excludeClass>" +
|
||||||
"<http://vivoweb.org/ontology/core#NonAcademic> . ";
|
"<http://vivoweb.org/ontology/core#NonAcademic> . ";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue