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 only searches on the literal property value, literal reverse property value.  
  • A leading and trailing wild card is added to the token in the search text.
  • The literal property part (without the wild cards) of the query is boosted by 50.  This gives a literal match priority.
  • Parsing is done with

    Lucene's StandardAnalyzer.

    the following analyzers:

    • literal_propertyValue - Uses our custom literal analyzer.  This literal analyzer uses Lucene's WhitspaceTokenizer with Lucene's LowerCaseFilter.

    • propertyValue - Uses our custom standard analyzer that has no stop words.

     

Example of use:

The following examples are based on the Automobiles coding scheme.

...