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;
|
||||
|
||||
/* 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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue