Searching Flashcards
What is the maximum number of characters allowed for single word search term?
32
(T/F) By default, dtSearch is case sensitive.
False
At least one of the two expressions connected by w/n must be a single word or phrase or a group of words and phrases, connected by what operator?
or
(T/F) When using Keyword Searching, the “Is Like” condition does not query the Full Text Catalog.
True
dtSearch truncates long uninterrupted text strings after
A. 24 characters
B. 32 characters
C. 42 characters
B. 32 characters (and inserts a wildcard)
The alphabet box displays a list of all of the characters and how dtsearch classifies each one. What are the four categories?
Letters, Hyphen, Spaces & Ignore
(T/F) When using Keyword Searching, the “Contains” condition runs across any field indexed.
True - Full Text Index (Not dtIndex)
To search for special characters you must first:
A. Enclose characters between “ “
B. Put a \ before character
C. Modify alphabet file
D. Ask Jess
C. Modify the alphabet file.
Please note that using the \ to escape a character is required when searching for the character using RegEx
Which steps below are necessary to search for a hyphen or other symbol using a regular expression?
A. Update dt search alphabet by removing symbol from the Hyphens/Spaces section.
B. Update dt search alphabet by adding symbol under Letters heading.
C. Perform full build of dt index.
D. Perform incremental build of dt index.
A, B, & C.
Update dt search alphabet by removing symbol from the Hyphens/Spaces section.
Update dt search alphabet by adding symbol under Letters heading.
Perform full build of dt index.
Which of the below options are available under the Build and Manage Index section of a dt index?
A. Build Index: Full B. Build Index: Incremental C. Compress Index D. Deactivate Index E. Swap Index
All of them!
A. Build Index: Full B. Build Index: Incremental C. Compress Index D. Deactivate Index E. Swap Index
Which of the below are filter types?
A. Boolean B. Numeric C. List D. Date E. Multilist F. Textbox
All of them!
A. Boolean B. Numeric C. List D. Date E. Multilist F. Textbox
You run a saved search for all documents coded Responsive that were sent on October 21, 2001. You include family documents in the saved search. What documents are returned in the search?
a. All documents coded Responsive and all their family documents.
b. Documents coded Responsive that were sent on October 21, 2001, and only their family documents that were also coded Responsive.
c. Documents coded Responsive that were sent on October 21, 2001 and all their family documents.
d. All documents coded Responsive that were sent on October 21, 2001.
c. Documents coded Responsive that were sent on October 21, 2001 and all their family documents
How do you modify your dtSearch index to search for company names that include the period (.) or ampersand (&) characters?
a. In the Alphabet section, remove the characters from the spaces list and add them to the searchable characters list.
b. Select the auto-recognition checkbox and add the characters to the noise words list.
c. Put a ## sign in front of each character and compress the index after a full build.
d. The period (.) and ampersand (&) characters cannot be made searchable in a dtSearch index
a. In the Alphabet section, remove the characters from the spaces list and add them to the searchable characters list.
What dtSearch Operator is associated to the following functionality?
Matches an exact word or phrase.
” “
What dtSearch Operator is associated to the following functionality?
Returns documents containing spelling
variations
%