hat_13

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hat_13 [2014/05/06 10:47] barbarahat_13 [2017/12/01 16:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Basic IQX CV Searching using Microsoft Indexing Services ====== ====== Basic IQX CV Searching using Microsoft Indexing Services ======
  
-**<color red>Index Server Searching Only</color>**+Searching is much quicker when the search terms are all included in one CV criteria box on the search screen.  For every separate instance of the criteria of CV being included in the search, IQX has to search the entire database and save the results in a separate table for each one before searching again.  By combining words in one instance of the CV search criteria, CVs are only searched once and the search will be much more efficient.  
 + 
 +The below two examples return the same list of matching candidates. 
 + 
 +Example 1 takes around six seconds to return, Example 2 takes almost two minutes to return the same results. 
 + 
 +{{:cv_searching_efficient.jpg |Efficient CV searching - example 1}} 
 + 
 +{{:cv_searching_not.jpg|CV searching example 2}} 
 + 
 + 
 +**<color red>Tips on Index Server Searching</color>**
  
 **and**\\ \\  **and**\\ \\ 
Line 18: Line 29:
 instance of Delphi. instance of Delphi.
 \\ Example \\ Example
-    Java not Delphi     +    Java and not Delphi     
  
 **or**\\ \\  **or**\\ \\ 
Line 56: Line 67:
 You can use any relational operator =  >  <  >=  <= You can use any relational operator =  >  <  >=  <=
  
 +\\ Example
     java and @hitcount>        java and @hitcount>   
 will only return records with more than 2 counts of java will only return records with more than 2 counts of java
Line 63: Line 75:
 will only return records with equal to or less than 3 counts of java developer will only return records with equal to or less than 3 counts of java developer
  
 +The wildcard character (*) can match words with a given prefix. 
 +\\ Example 
 +    esc*     
 +matches the terms "ESC" "Esc." "escape" "escapade" and so on.
  
-Searching is much quicker when the search terms are all included in one CV criteria box on the search screen.  For every separate instance of the criteria of CV being included in the searchIQX has to search the entire database and save the results in a separate table for each one before searching again.  By combining words in one instance of the CV search criteriaCVs are only searched once and the search will be much more efficient. +Or (%%**%%) will match words based on the same stem word  
 +\\ Example 
 +    fly**     
 +Matches based on the same stem as “fly,” such as “flying,” “flown,” “flew,” and so on
  
-The below two examples return the same list of matching candidates.+**Further tips** 
 +\\ You can add parentheses to nest expressions within a query. The expressions in parentheses are evaluated before the rest of the query.
  
-Example 1 takes around six seconds to returnExample 2 takes almost two minutes to return the same results.+\\ Use double quotes (“) to indicate that a Boolean or NEAR operator keyword should be ignored in your query. For example“Abbott and Costello” will match pages with the phrase, not pages that match the Boolean expression. In addition to being an operator, the word and is a noise word in English.
  
-{{:cv_searching_efficient.jpg |Efficient CV searching example 1}}+\\ To use specially treated characters such as &, |, ^, #, @, $, (, ), in a query, enclose your query in quotation marks ("). 
 + 
 +\\ To search for a word or phrase containing quotation marks, enclose the entire phrase in quotation marks and then double the quotation marks around the word or words you want to surround with quotes.  
 +\\ Example 
 +    "World-Wide Web or ""Web"""  
 +searches for World-Wide Web or "Web"
  
-{{:cv_searching_not.jpg|CV searching example 2}} 
  
 Go back to [[hints_and_tips|Hints, Tips & Shortcuts]] Go back to [[hints_and_tips|Hints, Tips & Shortcuts]]
  • hat_13.1399373278.txt.gz
  • Last modified: 2017/11/16 21:56
  • (external edit)