|
|
Searching GuideFrom $1Table of contents
ExactTarget's Documentation Wiki uses a sophisticated searching engine that provides many search options and fast performance. The search engine is based on the open source search engine Apache Lucene. This document is intended to teach you how to search within the ExactTarget Wiki. TermsA query is broken up into terms and operators. There are two types of terms: Single Terms and Phrases. A Single Term is a single word such as "air" or "quality". A Phrase is a group of words surrounded by double quotes such as "air quality". Multiple terms can be combined together with Boolean operators to form a more complex query. Examples:
Special CharactersThe ExactTarget wiki supports escaping special characters that are part of the query syntax. The current list of special characters are FieldsLucene supports fielded data. Fielded data is content that resides within a searchable field. When performing a search you type the field name followed by a colon ":" and then the term for which you are looking. Targeting a specific field in the query can be more accurate than searching with just a search term without the field. Remember that certain special characters must be escaped in the query by using the back-slash (\) character or embraced within quotation ("") whenever they are a part of text to search.
Note: The field is only valid for the term that it directly precedes, so the query title:Do it right will only find "Do" in the title field. Field GroupingYou can use parentheses to group multiple clauses to a single field. For example: title:(air OR water) finds items that contain the words air or water in the title. Wildcard SearchesYou can search using single and multiple character wildcard searches within single terms (not within phrase queries). Note: You cannot use a * or ? symbol as the first character of a search.
You can also use the wildcard searches in the middle of a term: te*t Fuzzy SearchesYou can perform fuzzy searches based on the Edit Distance algorithm. To do a fuzzy search use the tilde, "~", symbol at the end of a single word term. For example, to search for a term similar in spelling to "air" use the fuzzy search: air~. This search will find items containing terms like air and airplane, but also aid. Proximity SearchesYou can find words that are within a specific distance away. To do a proximity search use the tilde, "~", symbol at the end of a Phrase. For example to search for "air" and "quality" within 10 words of each other in a document use the search: "air quality"~10 Boosting a TermThe Geoportal extension provides the relevance level of matching documents based on the terms found. To boost a term use the caret, "^", symbol with a boost factor (a number) at the end of the term you are searching. The higher the boost factor, the more relevant the term will be. Boosting allows you to control the relevance of a document by boosting its term. For example, if you are searching for email content and you want the term "email" to be more relevant, boost it using the ^ symbol along with the boost factor next to the term. You would type: email^4 quality. This will make documents with the term email appear more relevant. You can also boost Phrase Terms as in the example: "email content"^4 "content boxes". By default, the boost factor is 1. While the boost factor must be positive, it can be less than 1 (e.g. 0.2) Boolean OperatorsBoolean operators allow terms to be combined through logic operators. You can search using AND, "+", OR, NOT and "-" as Boolean operators. Note: Boolean operators must be ALL CAPS.
GroupingYou can use parentheses to group clauses to form sub queries. This can be very useful if you want to control the boolean logic for a query. For example: (air OR water) AND quality will find documents containing the words air and quality or the words water and quality or both. This page was last updated by Adam Evans on Tue, 22 Nov 2011 13:35:57 GMT. If you require assistance with the ExactTarget application, please contact Global Support. If you wish to send Adam direct feedback, fill out the form below:
Tags: (Edit tags)
|
Powered by MindTouch 2010 |