2.2.5.10 ScopeCompilationType

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.Administration

The ScopeCompilationType simple type contains information about the compilation type of a search scope.

 <xs:simpleType name="ScopeCompilationType">
   <xs:restriction base="xs:string">
     <xs:enumeration value="ConditionalCompile"/>
     <xs:enumeration value="AlwaysCompile"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for ScopeCompilationType:

Value

Meaning

ConditionalCompile

The search scope MUST be compiled on demand

AlwaysCompile

The search scope MUST be always compiled