Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,900,268,664 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

Boolean search
(redirected from Boolean query)

    0.01 sec.
Boolean search
A search for data that meets several criteria by using the Boolean operators AND, OR and NOT (see Boolean logic). For example, the request: "Search for all Spanish and French speaking employees who have MBAs" would be written as follows if the query were expressed in a command line. Spanish and French are placed in parentheses in order to be treated as a single item.

  list for degree = "MBA" and
  (language = "Spanish" or language = "French")


In the following example, the parentheses are missing, and the query is incorrect. The AND ties MBA and Spanish together; therefore, people who speak Spanish and have an MBA would be selected, which is correct. However, the OR separates French from the rest of the query, and anyone speaking French, no matter which degree they held, would also be selected.

  list for degree = "MBA" and
  language = "Spanish" or language = "French"


A Google "Advanced" (Boolean) Search
Searching text on Web pages is much less exact than querying records in a database, and this search actually produced 10 million results. However, the Boolean concept does still apply. In this Google "Advanced Search," the OR is stated clearly, but the AND and NOT operators are there nonetheless.

Boolean search [′bü·lē·ən ′sərch]
(computer science)
A search for selected information, that is, information satisfying conditions that can be expressed by AND, OR, and NOT functions.

(information science)Boolean search - (Or "Boolean query") A query using the Boolean operators, AND, OR, and NOT, and parentheses to construct a complex condition from simpler criteria. A typical example is searching for combinatons of keywords on a World-Wide Web search engine.

Examples:

car or automobile

"New York" and not "New York state"

The term is sometimes stretched to include searches using other operators, e.g. "near".

Not to be confused with binary search.

See also: weighted search.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
GeoDART supports Boolean Query Syntax (BQS), query validation, parameter validation, and status checks of queries and orders.
Each one is associated with a weight, from the voice search query, and constructs a weighted boolean query using the recognition hypotheses.
Pattern recognition differs from the more common keyword searching or Boolean query techniques.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.