OpenWGA 7.0 - TMLScript reference
FileIndexTypeProperty :
includedInAllContent
| On object | FileIndexType |
| Usage | Returns if file content will be found in field-unspecific searches |
| Description |
Lucene queries may be "field-unspecific" when they search for a term but do not determine in what fields this should be found. Internally this actually searches in a field named "allcontent" which contains all content for field-unspecific searches. This property determines if file content indexed via this index type will be included in this "allcontent" field and therefor can be found in those searches. |
| Return value | true if file contents can be found in field-unspecific searches (Boolean) |