Kyoto City: a Full-Text Search Engine


Query: [How to search]

folder (e.g.: /bunshi or /hokenfukushi/syogaifukushi etc.)

Display: Description: Sort:

Query

Single term query

The query specifies only one term for retrieving all documents which contain the term. e.g.,

namazu

AND query

The query specifies two or more terms for retrieving all documents which contain both terms. You can insert the and operator between the terms. e.g.,

Linux and Netscape

You can omit the and operator. Terms which is separated by one ore more spaces is assumed to be AND query.

OR query

The query specifies two or more terms for retrieving all documents which contain either term. You can insert the or operator between the terms. e.g.,

Linux or FreeBSD

NOT query

The query specifies two or more terms for retrieving all documents which contain a first term but doesn't contain the following terms. You can insert the not operator between the terms to do NOT query. e.g.,

Linux not UNIX

Grouping

You can group queries by surrounding them by parentheses. The parentheses should be separated by one or more spaces. e.g.,

( Linux or FreeBSD ) and Netscape not Windows

Phrase searching

You can search for a phrase which consists of two or more terms by surrounding them with double quotes like "..." or with braces like {...}. In Namazu, precision of phrase searching is not 100 %, so it causes wrong results occasionally. e.g.,

{GNU Emacs}

Notes


This search system is powered by Namazu v2.0.12