Fixing problems with too many threads for indexing.
This commit is contained in:
parent
bd00326e1e
commit
24aae0fb3d
1 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
@prefix owl: <http://www.w3.org/2002/07/owl#> .
|
||||
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
||||
@prefix vivo: <http://vivoweb.org/ontology/core#> .
|
||||
@prefix core: <http://vivoweb.org/ontology/core#> .
|
||||
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/localnav#> .
|
||||
|
||||
# All instances of a class can be excluded from the lucene
|
||||
|
@ -13,9 +13,10 @@
|
|||
|
||||
vitroDisplay:PrimaryLuceneIndex
|
||||
rdf:type owl:Thing ;
|
||||
vitroDisplay:excludeClass vivo:AdvisingActivity ;
|
||||
vitroDisplay:excludeClass vivo:Authorship ;
|
||||
vitroDisplay:excludeClass vivo:SubjectArea ;
|
||||
vitroDisplay:excludeClass vivo:Position ;
|
||||
vitroDisplay:excludeClass vivo:ResearchActivity ;
|
||||
vitroDisplay:excludeClass vivo:EducationalBackground .
|
||||
vitroDisplay:excludeClass core:Role ;
|
||||
vitroDisplay:excludeClass core:AdvisingRelationship ;
|
||||
vitroDisplay:excludeClass core:Authorship ;
|
||||
vitroDisplay:excludeClass core:SubjectArea ;
|
||||
vitroDisplay:excludeClass core:Position ;
|
||||
vitroDisplay:excludeClass core:ResearchActivity ;
|
||||
vitroDisplay:excludeClass core:EducationalTraining .
|
||||
|
|
Loading…
Add table
Reference in a new issue