NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Scrollbar
iconsfalse

...

Panel
titleContents of this Page
Table of Contents
minLevel2

...

  • This search is case in-sensitive. 
  • It searches on the double metaphone property value.   
  • Parsing is done with

    Lucene's StandardAnalyzer.

    the following analyzer:

    • dm_propertyValue - Uses our custom double metaphone analyzer.  This has the following filters:

      • LowerCaseFilter - for setting to lowercase
      • StopFilter - to remove stop words (the, a, etc.) from the search
      • DoubleMetaphoneFilter - for testing double metaphone sounds

Example of use:

The following examples are based on the Automobiles coding scheme.

...

Search string: Automobeel

Lucene query: dm_propertyValue:ATMP

Complete query:

...

:

...

dm_propertyValue:ATMP

...

Result: 1 result

  • entity code: A0001
  • entity description: Automobile

...

Example 2:
Search string: kar truk

Lucene query: +dm_propertyValue:KR +dm_propertyValue:TRKComplete query:

...

:

...

+

...

dm_propertyValue:KR +dm_propertyValue:TRK

...

Result: 0 results

  • entity code:
  • entity description:

...