Filter: SoftwareComponentFlexSearchFilter

An aggregation contains all values of a list. Each check in this type is true if it matches any of the values in the list.


Input Fields

NameTypeDescription
ANDSoftwareComponentFlexSearchFilter

A field that checks if all filters in the list apply

If the list is empty, this filter applies to all objects.

ORSoftwareComponentFlexSearchFilter

A field that checks if any of the filters in the list apply.

If the list is empty, this filter applies to no objects.

Note that only the items in the list or-combined; this complete OR field is and-combined with outer fields in the parent filter type.

author_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in author. Stemming (reduction of words on their base form) is applied.

The author of this component

author_contains_all_wordsString

Tokenizes the provided string into words, and checks if author contains all of them. Stemming (reduction of words on their base form) is applied.

The author of this component

author_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if author contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The author of this component

author_contains_any_wordString

Tokenizes the provided string into words, and checks if author contains at least one of them. Stemming (reduction of words on their base form) is applied.

The author of this component

author_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in author. Stemming (reduction of words on their base form) is applied.

The author of this component

author_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in author. Stemming (reduction of words on their base form) is applied.

The author of this component

author_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in author. Stemming (reduction of words on their base form) is applied.

The author of this component

author_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if author does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The author of this component

author_not_contains_any_wordString

Tokenizes the provided string into words, and checks if author contains none of them. Stemming (reduction of words on their base form) is applied.

The author of this component

author_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in author. Stemming (reduction of words on their base form) is applied.

The author of this component

createdAtDateTime

Checks if createdAt equals a specified value.

The instant this object has been created

createdAt_gtDateTime

Checks if createdAt is greater than a specified value.

The instant this object has been created

createdAt_gteDateTime

Checks if createdAt is greater or equal a specified value.

The instant this object has been created

createdAt_inDateTime

Checks if createdAt is equal to one of the specified values.

The instant this object has been created

createdAt_ltDateTime

Checks if createdAt is less than a specified value.

The instant this object has been created

createdAt_lteDateTime

Checks if createdAt is less or equal a specified value.

The instant this object has been created

createdAt_notDateTime

Checks if createdAt does not equal a specified value

The instant this object has been created

createdAt_not_inDateTime

Checks if createdAt is not equal to one of the specified values.

The instant this object has been created

detailedDescription_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in detailedDescription. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_contains_all_wordsString

Tokenizes the provided string into words, and checks if detailedDescription contains all of them. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if detailedDescription contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_contains_any_wordString

Tokenizes the provided string into words, and checks if detailedDescription contains at least one of them. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in detailedDescription. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in detailedDescription. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in detailedDescription. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if detailedDescription does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_not_contains_any_wordString

Tokenizes the provided string into words, and checks if detailedDescription contains none of them. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

detailedDescription_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in detailedDescription. Stemming (reduction of words on their base form) is applied.

The detailed description of this component

downloadLocation_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in downloadLocation. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_contains_all_wordsString

Tokenizes the provided string into words, and checks if downloadLocation contains all of them. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if downloadLocation contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_contains_any_wordString

Tokenizes the provided string into words, and checks if downloadLocation contains at least one of them. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in downloadLocation. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in downloadLocation. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in downloadLocation. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if downloadLocation does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_contains_any_wordString

Tokenizes the provided string into words, and checks if downloadLocation contains none of them. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

downloadLocation_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in downloadLocation. Stemming (reduction of words on their base form) is applied.

The download URL, or a specific location within a version control system (VCS) for the component or package

fileName_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in fileName. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_contains_all_wordsString

Tokenizes the provided string into words, and checks if fileName contains all of them. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if fileName contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_contains_any_wordString

Tokenizes the provided string into words, and checks if fileName contains at least one of them. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in fileName. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in fileName. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in fileName. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if fileName does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_contains_any_wordString

Tokenizes the provided string into words, and checks if fileName contains none of them. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

fileName_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in fileName. Stemming (reduction of words on their base form) is applied.

The actual file name of the component or package, or path of the directory being treated as a package.

group_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in group. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_contains_all_wordsString

Tokenizes the provided string into words, and checks if group contains all of them. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if group contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_contains_any_wordString

Tokenizes the provided string into words, and checks if group contains at least one of them. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in group. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in group. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in group. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if group does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_contains_any_wordString

Tokenizes the provided string into words, and checks if group contains none of them. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

group_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in group. Stemming (reduction of words on their base form) is applied.

The grouping name or identifier associated with this component. Examples include a Maven groupId or a Ruby Gem namespace.

idID

Checks if id equals a specified value.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_inID

Checks if id is equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

id_notID

Checks if id does not equal a specified value

An auto-generated string that identifies this root entity uniquely among others of the same type

id_not_inID

Checks if id is not equal to one of the specified values.

An auto-generated string that identifies this root entity uniquely among others of the same type

mimeType_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in mimeType. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_contains_all_wordsString

Tokenizes the provided string into words, and checks if mimeType contains all of them. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if mimeType contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_contains_any_wordString

Tokenizes the provided string into words, and checks if mimeType contains at least one of them. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in mimeType. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in mimeType. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in mimeType. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if mimeType does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_not_contains_any_wordString

Tokenizes the provided string into words, and checks if mimeType contains none of them. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

mimeType_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in mimeType. Stemming (reduction of words on their base form) is applied.

The mime-type of this component

name_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in name. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_contains_all_wordsString

Tokenizes the provided string into words, and checks if name contains all of them. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if name contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_contains_any_wordString

Tokenizes the provided string into words, and checks if name contains at least one of them. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in name. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in name. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in name. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if name does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_not_contains_any_wordString

Tokenizes the provided string into words, and checks if name contains none of them. Stemming (reduction of words on their base form) is applied.

The name of the software component

name_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in name. Stemming (reduction of words on their base form) is applied.

The name of the software component

originator_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in originator. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_contains_all_wordsString

Tokenizes the provided string into words, and checks if originator contains all of them. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if originator contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_contains_any_wordString

Tokenizes the provided string into words, and checks if originator contains at least one of them. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in originator. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in originator. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in originator. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if originator does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_contains_any_wordString

Tokenizes the provided string into words, and checks if originator contains none of them. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

originator_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in originator. Stemming (reduction of words on their base form) is applied.

Identifies from where or whom the package originally came. In some cases, a package may be created and originally distributed by a different third part than the Package Supplier of the package

publisher_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in publisher. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_contains_all_wordsString

Tokenizes the provided string into words, and checks if publisher contains all of them. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if publisher contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_contains_any_wordString

Tokenizes the provided string into words, and checks if publisher contains at least one of them. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in publisher. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in publisher. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in publisher. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if publisher does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_not_contains_any_wordString

Tokenizes the provided string into words, and checks if publisher contains none of them. Stemming (reduction of words on their base form) is applied.

The publisher of this component

publisher_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in publisher. Stemming (reduction of words on their base form) is applied.

The publisher of this component

summaryDescription_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in summaryDescription. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_contains_all_wordsString

Tokenizes the provided string into words, and checks if summaryDescription contains all of them. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if summaryDescription contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_contains_any_wordString

Tokenizes the provided string into words, and checks if summaryDescription contains at least one of them. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in summaryDescription. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in summaryDescription. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in summaryDescription. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if summaryDescription does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_not_contains_any_wordString

Tokenizes the provided string into words, and checks if summaryDescription contains none of them. Stemming (reduction of words on their base form) is applied.

The summary description of this component

summaryDescription_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in summaryDescription. Stemming (reduction of words on their base form) is applied.

The summary description of this component

updatedAtDateTime

Checks if updatedAt equals a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gtDateTime

Checks if updatedAt is greater than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_gteDateTime

Checks if updatedAt is greater or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_inDateTime

Checks if updatedAt is equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

updatedAt_ltDateTime

Checks if updatedAt is less than a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_lteDateTime

Checks if updatedAt is less or equal a specified value.

The instant this object has been updated the last time (not including relation updates)

updatedAt_notDateTime

Checks if updatedAt does not equal a specified value

The instant this object has been updated the last time (not including relation updates)

updatedAt_not_inDateTime

Checks if updatedAt is not equal to one of the specified values.

The instant this object has been updated the last time (not including relation updates)

url_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in url. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_contains_all_wordsString

Tokenizes the provided string into words, and checks if url contains all of them. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if url contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_contains_any_wordString

Tokenizes the provided string into words, and checks if url contains at least one of them. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in url. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in url. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in url. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if url does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_not_contains_any_wordString

Tokenizes the provided string into words, and checks if url contains none of them. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

url_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in url. Stemming (reduction of words on their base form) is applied.

The URL to the homepage of the provider of the software component

version_contains_all_prefixesString

Tokenizes the provided string into prefixes, and checks if all prefixes appears in version. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_contains_all_wordsString

Tokenizes the provided string into words, and checks if version contains all of them. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if version contains any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_contains_any_wordString

Tokenizes the provided string into words, and checks if version contains at least one of them. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is included in version. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_not_contains_all_prefixesString

Tokenizes the provided prefixes into words, and checks if there is at least one prefix that does not appear in version. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_not_contains_all_wordsString

Tokenizes the provided string into words, and checks if at least one word is not contained in version. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_not_contains_any_prefixString

Tokenizes the provided string into prefixes, and checks if version does not contain any word that starts with one of these prefixes. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_not_contains_any_wordString

Tokenizes the provided string into words, and checks if version contains none of them. Stemming (reduction of words on their base form) is applied.

The version of the software component

version_not_contains_phraseString

Tokenizes the provided string into words, and checks if that exact phrase (those words in excactly this order) is not included in version. Stemming (reduction of words on their base form) is applied.

The version of the software component


This page was generated: 2024-10-16