openculinary / knowledge-graph

The RecipeRadar knowledge graph stores and provides access to recipe and ingredient relationship information.
GNU Affero General Public License v3.0
10 stars 0 forks source link

Add query-time analyzer support #30

Closed jayaddison closed 4 years ago

jayaddison commented 4 years ago

Describe the reason for these changes and the problem that they solve

https://github.com/openculinary/knowledge-graph/pull/29 implemented indexing-time support for synonyms via a new analyzer parameter.

This changeset adds support for a configurable analyzer at query-time.

How have the changes been tested?

  1. Unit tests are provided

List any issues that this change relates to Relates to #29