dataimporthandler Questions
4
Solved
The latest documentation (8.8) for Apache Solr says that the Data Import Handler is deprecated is going to be removed in future versions. It only lists a third-party plugin maintained on Github, an...
Greensboro asked 10/2, 2021 at 4:46
1
I'm using regular Solr 8.10.1 (no Solr Cloud)
I created a new core by cd into solr bin directory and ran solr create -c "mytest"
I start it like C:\solr-8.10.1\bin\solr start -p 8983
My f...
Propjet asked 2/11, 2021 at 16:45
3
I am new to SOLR and MONGODB.
I am trying to index data from mongodb into SOLR using DataImportHandler but I could not find the exact steps that I need to follow.
Could you please help me in get...
Raffaello asked 30/1, 2014 at 7:46
4
The files I want to do indexing is stored on the server(I don't need to crawl). /path/to/files/
the sample HTML file is
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
&...
Bivins asked 5/2, 2013 at 15:50
2
When performing a data import from mongodb, Solr throws the following error:
org.apache.solr.common.SolrException: TransactionLog doesn't know how to serialize class org.bson.types.ObjectId; try i...
Chubb asked 25/7, 2017 at 2:26
1
I am trying to upgrade a Solr 6.2.1 single node instance to a SolrCloud setup using the Solr version 6.6. The issue I am facing is that while performing data import from mongodb using the solr-mong...
Rennin asked 27/7, 2017 at 10:30
5
My current task on hand is to figure out the best approach to load millions of documents in solr.
The data file is an export from DB in csv format.
Currently, I am thinking about splitting the fil...
Interfluent asked 25/2, 2012 at 23:47
4
Solved
I am new for solr. I have installed apache tomcat 7.0 on my server and I have solr 3.6.1 on server.
I have solr-home folder set by network guys on my D:\ drive. The folders in that are:
bin,etc,l...
Neptune asked 17/12, 2012 at 12:10
4
I have MySql database for my application. i implemented solr search and used dataimporthandler(DIH)to index data from database into solr. my question is: is there any way that if database gets upda...
Eng asked 24/6, 2011 at 5:37
11
Solved
I am using Solr 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.
Now i want to use its datai...
Florinda asked 3/8, 2011 at 23:12
4
when I run /solr/dataimport?command=full-import it processes all the documents. However, when I run a delta import (/solr/dataimport?command=delta-import) it correctly identifies the updated data (...
Carmelocarmen asked 1/5, 2012 at 20:17
1
Solved
I've got Solr 5.0.0 on Windows Server 2012. I would like to load all data from my table into solr engine.
My data-config.xml looks like this:
<?xml version="1.0" encoding="UTF-8" ?>
<!--...
Conjugal asked 7/4, 2015 at 13:12
6
Solved
I have been trying to setup Data Import Handler (Solr 4.1) following this tutorial and tried solutions suggested in previous posts such as Configure DIH in multicore solr and added the dataimport j...
Bewilder asked 12/2, 2013 at 7:17
2
Solved
I want to index and search two different entity.
File name: db-data-config.xml
<dataConfig>
<dataSource name="myindex" driver="com.microsoft.sqlserver.jdbc.SQLServerDriver" url="jdbc:sq...
Viridescent asked 20/3, 2014 at 13:13
2
Solved
I have a mysql database with over 400,000,000 records in one table.
The Solr import runs fine when I set a limit. My last test was 10,000,000 and it ran successfully in about 5 minutes. Having th...
Trainband asked 16/6, 2013 at 20:56
6
I m facing Problem with Dataimport in Solr. if i call this Link
http://localhost:8983/solr/dataimport?command=full-import&clean=false
showing Error
HTTP ERROR 404
Problem accessing /solr/d...
Leela asked 16/5, 2011 at 12:28
3
Solved
I want to get data from mysql database with the help of DataImportHandler so i can create indexes. Now I've configured my Solr instance so that it works on Tomcat (the example admin page), but if I...
Revis asked 19/6, 2012 at 9:14
2
Solved
Our solr indexes are refreshed according to a schedule, as well as arbitrarily as needed by means of a DataImportHandler full import. We've had several occasions where the import fails for various ...
Anthesis asked 1/2, 2012 at 14:29
2
Solved
Configuration files for SolR DataImportHandler contain the SQL queries to run against the database, how to map the resulting columns to SolR document fields and, of course, the parameters needed to...
Zinn asked 28/6, 2012 at 10:53
1
Solved
We are trying to upgrade from Solr 3.6.2 to Solr 4.2.1 and are having problems with using properties in solrcore.properties in data-config.xml.
With Solr 3.6.2, we were able to directly use prope...
Ardatharde asked 26/4, 2013 at 18:19
2
Solved
Hello fellow technicians,
Let's assume we have a (PHP) website with millions of visitors a month and we running a SolR index on the website with 4 million documents hosted. Solr is running on 4 se...
As asked 27/2, 2012 at 8:32
3
Solved
I am trying to use TikaEntityProcessor to index the .html file content. Somehow I am not able to get it correctly. I have checked the error log and I got the following error.
SEVERE: Full Import f...
Pandean asked 11/2, 2013 at 15:55
2
Solved
I have a Solr schema which contains a location field (using the default solr.LatLonType ):
<field name="latlng" type="location" indexed="true" stored="true"/>
And I am trying to populate i...
Opportina asked 13/9, 2011 at 21:15
1
I am trying the Data Import Handler for SQLServer Database.
I added the DIhandler in solrconfig.xml, created a data-config.xml according to my database schema and also added a field in the schema....
Superscribe asked 21/10, 2011 at 7:1
1
Solved
Is it possible to index rich document (pdf, office)... with data import handler using solr cell.
I use solr 3.2.
Thanks.
Sherylsheryle asked 13/7, 2011 at 8:38
1 Next >
© 2022 - 2024 — McMap. All rights reserved.