Running a dictionary search

When you run a dtSearch, you can use Dictionary Search to query the index for a term and find the total occurrences and number of documents in which it occurs. The Dictionary Search dialog displays the results, including the following columns:

  • Keyword - the word contained in the index. If you use fuzziness or stemming in your search, this column displays any variations of the term.
  • Total Words - the number of times the word appears in the dtSearch index.
  • Total Documents - the number of documents in the index that contain the word.

A dictionary search returns only the first 2,000 items in the result set. If your search returns more than that, a message displays to indicate that only 2,000 items were returned.

Running a dictionary search in the search panel

To run a dictionary search in the search panel:

  1. Navigate to the search panel.
  2. Click Add Condition.
  3. Select (Index Search) from the Add Condition dropdown.
    The (Index Search) pop-up opens.
  4. Select the name of your dtSearch index from the Index dropdown.
  5. Click Dictionary.
    Click Dictionary.
  6. Enter a search term in the textbox. You can enter variations of a search term as well as the wildcard (*), stemming (~), or fuzzy searching (%) operators.
  7. Enter Search Settings

Running a dictionary search in the search browser

To run a dictionary search in the Search browser:

  1. Click to access the Search browser from the Document list.
  2. Click Create New Search.
  3. Enter required fields.
  4. Click Add Condition.
  5. Select (Index Search) from the Add Condition dropdown. The (Index Search) pop-up opens.
  6. Select the name of your dtSearch index from the Index dropdown.
  7. Click Dictionary.
    Click Dictionary.
  8. Enter a search term in the textbox. You can enter variations of a search term as well as the wildcard (*), stemming (~), or fuzzy searching (%) operators.
  9. Click Search to display a list of keywords and the associated totals.