Hi Antonio and all, My requirement is not extracting entities from the external Solr instance. It contains indexed content imported from a mysql database periodically using a Solr DataImportHandler. I need to enhance those content using Stanbol to identify Person and Organization entities, so that they can be used as facets<http://searchhub.org/2009/09/02/faceted-search-with-solr/> for Solr search.
So I was thinking, this will be easier if I can configure Stanbol contenthub to use the external Solr instance as a contenthub-store. Another option is to import data straight from the mysql database to the Solr index in Stanbol contenthub store..Since Solr has the data import handler functionality does Stanbol support it by default? Open for ideas. Thanks, Dileepa On Fri, Oct 25, 2013 at 2:31 PM, Antonio David Perez Morales < [email protected]> wrote: > Hi Dileepa. > > I don't know if you can change the Solr instance of the ContentHub (I think > it is not possible) but thinking in your problem, you could do the > following: > > - Create a new SolrYard pointing to your Solr instance (instead of creating > a new core in the the Embedded Solr instance by default) > - Create a new Site for your entities using this SolrYard > - Create an Enhancement Chain configuring the linking engine pointing to > your site and the specific field of your site to perform the linking > - Create a new ContentHub using this EnhancementChain and defining a LDPath > program to extract the properties of the extracted entities you want to > store in the Solr Content Hub. > - Use the ContentHub to perform queries over the content and the extracted > entities of it (only the fields extracted by the LDPath program) > > I would do so but I hope Rupert or another Stanbol guy can give more > information about this problem. > > Regards > > > On Thu, Oct 24, 2013 at 8:03 PM, Dileepa Jayakody < > [email protected] > > wrote: > > > Hi All, > > > > Is $subject possible? > > I have a Solr server which imports data from a mysql database and index > the > > content periodically. I need to identify Person and Organization mentions > > in those content and make them searchable in the Solr index. > > > > > > Can I configure Stanbol contenthub to use my existing Solr core and > enhance > > content by adding Person and Organization metadata to it? > > > > Thanks, > > Dileepa > > > > -- > > ------------------------------ > This message should be regarded as confidential. If you have received this > email in error please notify the sender and destroy it immediately. > Statements of intent shall only become binding when confirmed in hard copy > by an authorised signatory. > > Zaizi Ltd is registered in England and Wales with the registration number > 6440931. The Registered Office is Brook House, 229 Shepherds Bush Road, > London W6 7AN. >
