Architexturez > Subject Gateway > Search Engine |
This Search engine indexes over 200.000 documents stored on Architexturez and pages linked from these documents. Architexturez Collaborative Portals and mail list archives can be searched seperately from the more specific search engines provided within the domain namespace.What is This?
How to UseThis is a full-text search system. You can search for documents including some specified words.
Search with an AttributeInput search phrase into the field at the top of the page. For example, if you search for documents including "Institution", input the following.
InstitutionIf you search for documents including both of "Institution" and "Architecture", input the following.
Institution ArchitectureIt is the same as the following.
Institution & ArchitectureIf you search for documents including "Institution" followed by "Architecture", input the following.
"Institution Architecture"If you search for documents including one or both of "Institution" and "Architecture", input the following.
Institution | ArchitectureIf you search for documents including "Institution" but without "Architecture", input the following.
Institution ! ArchitectureNote that the priority of "
|" is higher than that of space, "&", and "!". So, the following is to search for documents including one of "UG", "Undergrad", "Architecture Institution", and including one of "education" and "curriculum".UG | Undergrad | "Architecture Institution" & education | curriculumIf you search for documents including some words beginning with "archi", input the following.
archi*If you search for documents including some words ending with "tecture", input the following.
*tectureIf you search for documents matching some words matching regular expressions of "^ar.*ure$", input the following.
*^ar.*ure$*
If you search for documents whose title includes "introduction", input the following into "
with [...]" field.@title STRINC introductionIf you want to ignore case, input the following.
@title ISTRINC introductionIf you search for documents whose size is less than 10000 bytes, input the following.
@size NUMLT 10000
The following attributes are supported.
- @uri : the URI (URL)
- @title : the title, as with "Subject" of mail
- @author : the name of the author, as with "From" of mail
- @cdate : the creation date, as with "Date" of mail
- @mdate : the modification date, as with "Date" of mail
- @size : the size (file size)
The following operators for attributes are supported.
- STREQ : is equal to the string
- STRNE : is not equal to the string
- STRINC : includes the string
- STRBW : begins with the string
- STREW : ends with the string
- STRAND : includes all tokens in the string
- STROR : includes at least one token in the string
- STROREQ : is equal to at least one token in the string
- STRRX : matches regular expressions of the string
- NUMEQ : is equal to the number or date
- NUMNE : is not equal to the number or date
- NUMGT : is greater than the number or date
- NUMGE : is greater than or equal to the number or date
- NUMLT : is less than the number or date
- NUMLE : is less than or equal to the number or date
- NUMBT : is between the two numbers or dates
If an operator is leaded by "
!", the meaning is inverted. If an operator is leaded by "I", case of the value is ignored. If no operator is specified, all documents with the attribute correspond regardless of the value.STRAND,STROR,STROREQ, andNUMBTtake plural parameters separated by space. Range ofNUMBTis inclusive of border values. Two or more attribute names can be listed with separated by "," to mean logical addition.
Order of the ResultBy default, the order of the result is descending by score. If you want ascending order of title, input the following into the "
order by [...]" field.@title STRAIf you want descending order of the size, input the following.
@size NUMDThe following operators for order are supported.
- STRA : ascending by string
- STRD : descending by string
- NUMA : ascending by number or date
- NUMD : descending by number or date
Other Faculties"
[...] per page" specifies the number of shown documents per page. If documents over one page correspond, you can move to another page via anchors of "PREV" and "NEXT" at the bottom of the page."
clip by [...]" specifies strength of clipping similar documents. It is useful if too similar documents occupy the page.Each of "
[detail]" links in the result is to show detail information. Each of "[similar]" links in the result is to search for similar documents. Each of "[include]" links in the result is to include clipped documents.