Term presence Multiple terms will use OR semantics, returning documents that have any term. e.g., BSD Linux returns pages referencing BSD or Linux. AND semantics are available using the plus (+) operator. e.g., +BSD +Linux returns pages referencing both BSD and Linux. The minus (-) operator returns pages without the given term. e.g., BSD -Linux returns pages referencing BSD that do not reference L