1) Split the context node queries into Individual queries for getting rid of OPTIONALS.

2) Removed the required attributed on classgroup field in schema.xml. (setting required=true caused problems with indexing individuals with no classgroups.)
This commit is contained in:
deepakkoni 2011-06-14 16:35:28 +00:00
parent de05a04009
commit f2499e5cb1
4 changed files with 1211 additions and 159 deletions

View file

@ -480,7 +480,7 @@
<field name="classLocalName" type="text" indexed="true" stored="true" multiValued="true"/>
<field name="classLocalNameLowerCase" type="text" indexed="true" stored="false" multiValued="true"/>
<field name="classgroup" type="string" indexed="true" stored="true" required="true" multiValued="true"/>
<field name="classgroup" type="string" indexed="true" stored="true" multiValued="true"/>
<field name="PROHIBITED_FROM_TEXT_RESULTS" type="string" indexed="true" stored="false" omitNorms="true" multiValued="true"/>
<field name="URI" type="string" indexed="true" stored="true" multiValued="false" omitNorms="true"/>