Automatic cross linking

2013-05-30 Thread It-forum

Hello,

I'm looking to use Solr for creating cross linking in text.

For exemple : I'll like to be able to request for a text field, an 
article, in my blog. And that Solr use a script/method, request to parse 
the text, find all matching categories term and caps the results.


Do you have any suggestion, documentation, tutorial, source code :), 
that could help me to realise this optimisation.


Regards.

David


Re: Automatic cross linking

2013-05-30 Thread Alexandre Rafalovitch
Do it outside of solr or look at update request processors. E.g. UIMA
integration as an example.

Regards,
Alex
On 30 May 2013 02:52, It-forum it-fo...@meseo.fr wrote:

 Hello,

 I'm looking to use Solr for creating cross linking in text.

 For exemple : I'll like to be able to request for a text field, an
 article, in my blog. And that Solr use a script/method, request to parse
 the text, find all matching categories term and caps the results.

 Do you have any suggestion, documentation, tutorial, source code :), that
 could help me to realise this optimisation.

 Regards.

 David