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 owl: <http://www.w3.org/2002/07/owl#> .
|
||||||
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
@prefix vitroDisplay: <http://vitro.mannlib.cornell.edu/ontologies/display/1.1#> .
|
||||||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
|
@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#> .
|
@prefix localNav: <http://vitro.mannlib.cornell.edu/ns/localnav#> .
|
||||||
|
|
||||||
# All instances of a class can be excluded from the lucene
|
# All instances of a class can be excluded from the lucene
|
||||||
|
@ -12,10 +12,11 @@
|
||||||
# that you would like to exclude.
|
# that you would like to exclude.
|
||||||
|
|
||||||
vitroDisplay:PrimaryLuceneIndex
|
vitroDisplay:PrimaryLuceneIndex
|
||||||
rdf:type owl:Thing ;
|
rdf:type owl:Thing ;
|
||||||
vitroDisplay:excludeClass vivo:AdvisingActivity ;
|
vitroDisplay:excludeClass core:Role ;
|
||||||
vitroDisplay:excludeClass vivo:Authorship ;
|
vitroDisplay:excludeClass core:AdvisingRelationship ;
|
||||||
vitroDisplay:excludeClass vivo:SubjectArea ;
|
vitroDisplay:excludeClass core:Authorship ;
|
||||||
vitroDisplay:excludeClass vivo:Position ;
|
vitroDisplay:excludeClass core:SubjectArea ;
|
||||||
vitroDisplay:excludeClass vivo:ResearchActivity ;
|
vitroDisplay:excludeClass core:Position ;
|
||||||
vitroDisplay:excludeClass vivo:EducationalBackground .
|
vitroDisplay:excludeClass core:ResearchActivity ;
|
||||||
|
vitroDisplay:excludeClass core:EducationalTraining .
|
||||||
|
|
Loading…
Add table
Reference in a new issue