Micah63
Micah63

Reputation: 39

Search Engine that can use SKOS?

I am currently working on project where we want to take SKOS and plug it into a search engine to make the search results better. An example of this would be something like Semaphore Smartlogic (closed, not free, too big to partner with).

Searchblox is a very good, free, configurable, lucene/solr search engine, but it does not have SKOS abilities and is not open source.

Constellio is similar to Searchblox (not quite as good), and claims to be working on accepting SKOS, but I can't get it to function properly.

Before I go and build this: Does anyone know of an existing free search engine that has has the ability to accept SKOS? Or, does any know of an open source Lucene/Solr search engine like Searchblox that I could add this functionality to quickly?

Upvotes: 1

Views: 778

Answers (2)

Paige Cook
Paige Cook

Reputation: 22555

I am not sure if SIREn supports SKOS, but it is a semantic lucene plugin that may be worth checking out.

Upvotes: 1

Okke Klein
Okke Klein

Reputation: 2549

You know Solr is a search engine on it's own? Check http://wiki.apache.org/solr/ for more info.

A Google search led me to http://code.google.com/p/lucene-skos/wiki/HowTo

Not the most active project, but I guess a good start.

Should't have to be too hard to combine the 2 into the solution you need.

Upvotes: 1

Related Questions