Rename display model property from PrimarySearchIndex to SearchIndex

This commit is contained in:
ryounes 2011-07-13 16:21:41 +00:00
parent c085bc57c0
commit 532de948da
2 changed files with 2 additions and 2 deletions

View file

@ -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";