Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The advanced features of the search all of fine tuned control of the search.  With them, you may

  1. scrub incoming search terms using a reg exp filter to restrict what words are allowed.  The reg exp syntax follows the Java programming language.
  2. Add stop words.  Encountering these words in the search algorithm will cause a stop in that search path.  
  3. Add Synonyms.  These are used to replace one word with another to help search results.

 

 

  • No labels