Rename display model property from PrimarySearchIndex to SearchIndex

This commit is contained in:
ryounes 2011-07-13 16:21:44 +00:00
parent a4ff4a1b3b
commit 0e2adb8e17

View file

@ -9,10 +9,10 @@
# All instances of a class can be excluded from the search
# index by adding a vitroDisplay:excludeClass property between
# vitroDisplay:PrimarySearchIndex and the URI of the class
# vitroDisplay:SearchIndex and the URI of the class
# that you would like to exclude.
vitroDisplay:PrimarySearchIndex
vitroDisplay:SearchIndex
rdf:type owl:Thing ;
vitroDisplay:excludeClass core:Role ;
vitroDisplay:excludeClass core:AdvisingRelationship ;