NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • This search is case in-sensitive. 
  • It searches on the stem property value.  
  • Parsing is done with Lucene's StandardAnalyzer.our custom stemming analyzer.  This has the following filters:
    • LowerCaseFilter - for setting to lowercase
    • StopFilter - for stop words
    • SnowballFilter - for stemming

Example of use:

The following examples are based on the Automobiles coding scheme.

...