wardle / rsterminology

An open-source SNOMED-CT implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace current use of QueryParser

wardle opened this issue · comments

The current use of query parser is probably inappropriate and the query should be generated using the lucene query API. As such, the search should allow greater flexibility in performing queries against the index.

This is now resolved.