We\'ve been doing some tests with Apache UIMA. The results are amazing! Our ideal set up would be a tight integration of UIMA with SOLR. Ideally, we like to pass all the content we index past UIMA,
I\'m researching using DataImportHan开发者_StackOverflow中文版dler to import my data files utilizing
I\'m using solr 3.3 and i want to use delta import with file entity pro开发者_开发百科cessor and tika entity processor. Full import works fine but the delta import parameter doesn\'t import the new do
Solr DataImportHandler documentation says we could index data from other Solr servers using URLDat开发者_如何学CaSource. Can anyone please guide me how to produce a data config file for that purpose?
I have a Solr schema which contains a location field (using the default solr.LatLonType ): <field name=\"latlng\" type=\"location\" indexed=\"true\" stored=\"true\"/>
I am having this big database on one MSSQL server that contains data indexed by a web crawler. Every day I want to update SOLR SearchEngine Index using DataImportHandler which is situated in another
I am usingSolr 3.3.0 with Tomcat 6.0.26. I was able to successfully install Solr and i was even able to access its web interface using http:/localhost:8084/solr/admin.
Is it possible to index rich document (pdf, office)... with data import handler using solr cell. 开发者_StackOverflowI use solr 3.2.
Currently im running solr 3.1 on a tomcat 6 on a ubuntu 10.04 machine. Everything works, i can start indexing from my mysql-database via
When I ru开发者_如何转开发nfull_import command it is working fine. The updated dates are written to dataimport.properties file. When I run delta-import it is giving Indexing failed. Rolled back all ch