Fixing problems with too many threads for indexing.

This commit is contained in:
bdc34 2010-07-08 23:43:52 +00:00
parent bd00326e1e
commit 24aae0fb3d

View file

@ -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
@ -12,10 +12,11 @@
# that you would like to exclude.
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 .
rdf:type owl:Thing ;
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 .