NIH | National Cancer Institute | NCI Wiki  

Error rendering macro 'rw-search'

null

Versions Compared

Key

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

...

Equivalent to ' term* ' - in other words - a trailing wildcard on a term (but no leading wild card) and the term can appear at any position.   Searches on property value only.

Algorithm:

Search is only on the property value.

Algorithm Name: "contains"

A trailing wild card is added to all tokens in the search text.

Parsing is done with Lucene's StandardAnalyzer

Lowercase and special characters removed during query parser parse

Description of Algorithm:

...

Implementation Details:

 

Associated JUnits:

Project: lbTest

Package:

...

org.LexGrid.LexBIG.Impl.function.query.lucene.searchAlgorithms

Class:TestContains