Hi all guys,
I'm working on a search service that uses solr as search engine and
the results are provided in the Atom form, containing some OpenSearch
tags.

What I'm interested to understand is if it is possible, via solr,
having in the response some suggestions to other queries in order to
enrich our opensearch info, i.e. a user submits `General Motors annual
report` and solr answers the results with information to form a
`General Motors annual report 2005` subset or a `General Motors`
superset, so the replu can be transformed to:

   <opensearch:Query role="request" searchTerms="General Motors annual
report" />
   <opensearch:Query role="subset" searchTerms="General Motors annual
report 2005"
   <opensearch:Query role="superset" searchTerms="General Motors" />

So my question is: is this possible? And if yes... how? :)

Many thanks in advance, every suggestion would be really appreciated!
Have a nice day, all the best,
Simo

http://people.apache.org/~simonetripodi/
http://simonetripodi.livejournal.com/
http://twitter.com/simonetripodi
http://www.99soft.org/

Reply via email to