views:

37

answers:

0

We are trying to build the categorization tool which should have a keyword match. Each category has it's keywords. Each asset may belongs to many categories.

In order to categorize asset we need to find all categories that match the asset: all keywords defined for a category should match(full text search) the asset.

Is there any way to get all categories that match a single asset with Solr query?
Is there any other more suitable tool for doing this instead of Solr?