Tagged Questions

The DataImportHandler is a Solr contrib that provides a configuration driven way to import this data into Solr in both "full builds" and using incremental delta imports.

learn more… | top users | synonyms

6
votes
2answers
2k views

Solr DIH — How to handle deleted documents?

I'm playing around with a Solr-powered search for my webapp, and I figured it'd be best to use the DataImportHandler to handle syncing with the app via the database. I like the elegance of just ...
3
votes
1answer
61 views

solr clobtransfomer

I am stuck with ClobTransformer in solr from the past 3 days. I want to convert an oracle clob field to text field in solr. I am using multiple cores and I started my config and schema files from ...
3
votes
1answer
501 views

Data Import Handler in Solr

I am trying the Data Import Handler for MySQL Database. I added the DIhandler in solrconfig.xml, created a data-config.xml according to my database scheme and also added a field in the schema.xml ...
2
votes
1answer
69 views

Solr core's numDocs does not equal sum of processed documents

I have an issue while building my Solr index (Lucene & Solr 3.4.0 on an Apache Tomcat 6.0.33). The data for the documents to index comes out of an Oracle database. Since I have to handle loads of ...
2
votes
3answers
862 views

Solr DataImportHandler not found

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 ...
2
votes
2answers
665 views

SOLR dataimport 404 Error

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 ...
2
votes
5answers
646 views

Can't fetch any rows using SOLR DataImportHandler from DB

Have a simple test database setup for my first attempt at indexing DB data using the SOLR DIH. Unfortunately, I get the following result from full import each time: <response> <lst ...
1
vote
1answer
83 views

requestHandler code for multiple core

I created two core and they are showing http://{localhost}:8983/solr/ and which I click on them the admin panel is opened. The solr.xml files has below given code. <?xml version="1.0" ...
1
vote
0answers
106 views

Solr DataImportHandler incorrect Oracle date in index

I use Solr 3.4 to index field retrieved from oracle 10 database by DataImportHandler. Oracle field of type "DATE" has value: 2011-09-20. Solr index field of type "solr.TrieDateField" has value ...
1
vote
2answers
203 views

How to use Solr DataImportHandler with XML Files?

I'm researching using DataImportHandler to import my data files utilizing FileDataSource with FileListEntityProcessor and have a couple questions before I get started that I'm hoping you guys can ...
1
vote
1answer
114 views

What SQL datatype should be used to populate a Solr location (spatial) field when using a DataImportHandler?

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 it ...
1
vote
1answer
117 views

What problems may occur while querying SQL databases with big amount of data over internet

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 ...
1
vote
2answers
203 views

Solr DataImportHandler: Can I get a dynamic field name from xml attribute with XPathEntityProcessor?

I have some XML to ingest into Solr, which sounds like a use case that is intended to be solved by the DataImportHandler. What I want to do is pull the column name from one XML attribute and the ...
1
vote
2answers
543 views

how to index data in solr from database automatically

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 ...
1
vote
1answer
1k views

Solr dataimport skips entities in my data-config.xml

My data-config.xml defines 3 different entities under the document tag (lets call them foo, bar and baz). When I issue a basic full import localhost:8983/solr/dataimport?command=full-import, only 2 ...
1
vote
1answer
895 views

Missing url field using Solr DataImportHandler

I'm new to Solr and having difficulties with the DataImportHandler. I get this message when the server starts: Jan 27, 2010 12:27:22 PM org.apache.solr.handler.dataimport.DataImportHandler ...
1
vote
1answer
269 views

PySolr rss dataimport

I am using PySolr to run my search. I want to index an rss feed and was wondering if this is possible using PySolr and if so how do you do it. I have found instructions on how to do this in Solr ...
0
votes
0answers
14 views

DataImportHandler reports no error but does not complete

I am trying to convince solr to perform a bulk import of a sqlite database. I configured DataImportHandler to open that database through jdbc successfully and I can start the import with a wget ...
0
votes
1answer
22 views

Solr DataImport Hangs

I am trying to load from SQLServer to Solr. Everytime I run the dataimport, the process just hangs after connecting to the database and never finishes. I'm not seeing anything helpful in the logs -- ...
0
votes
2answers
41 views

DataImportHandlerException: Unable to execute query

I have tried to search for my specific problem but have not found solution. I have also read the wiki on the DIH and seem to have everything set up right but my Query still fails. Thank you for your ...
0
votes
0answers
30 views

splitting multivalued field while importing data into solr

I'm having a bit of trouble getting my head around solr 3.4 when it comes to multiple values. I have this DIH: <dataConfig> <dataSource type="JdbcDataSource" name="********" ...
0
votes
1answer
70 views

Solr Data Import Request Handler Exception

I have configured my solr on centos box and configured my solrconfig.xml to use 'dataimporthandler' plugin. My solrconfig contains the following configuration: <lib dir="/path/to/solr/dist" ...
0
votes
1answer
88 views

SOLR delta-import timestamp issue

I'm new to SOLR and was doing some research on this technology. I now have a question regarding the delta-import function so I looked on SO and found this: Solr DataImportHandler delta import. In the ...
0
votes
0answers
25 views

Index is not refreshing the data in Solr search

I am new to solr search. I have installed it successfully and when I wrote my database query in data-config.xml and run the URL on web browser then it responded the correct result. But now when I make ...
0
votes
0answers
40 views

Index Multiple HttpDataSources to the same SOLR core

I have a standard install of solr, my schema.xml contains a few simple field definitions (source, title, link, description). My solrconfig.xml contains my custom requestHandler mappings (/importNewsA, ...
0
votes
1answer
66 views

cleaning deleted documents from solr index

I'm using solr on my website but I have small problem. Indexing works great. I've deleted a few documents from my database (I had 50 documents now I have 41). I've started dataimport, solr tells that ...
0
votes
1answer
181 views

Data import in solr from multiple entity

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.xml ...
0
votes
1answer
101 views

How do you tie UIMA to SOLR Dataimporthandler?

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, ...
0
votes
1answer
82 views

Solr : file entity processor and delta import

I'm using solr 3.3 and i want to use delta import with file entity processor and tika entity processor. Full import works fine but the delta import parameter doesn't import the new documents. Thanks
0
votes
3answers
94 views

Solr DataImportHandler with optional sub-entities

I'm configuring DataImportHandler to index my db but I run into this problem. I have a table A with a nullable integer field F that is the fk to another table (call it B). I was modeling this way: ...
0
votes
1answer
122 views

Solr Json URLDataSource

Solr DataImportHandler documentation says we could index data from other Solr servers using URLDataSource. Can anyone please guide me how to produce a data config file for that purpose? For instance, ...
0
votes
0answers
107 views

Solr BinURLDataSource, TikaEntityProcessor: need to store some dataimporter.request.XXX params in resulted document

<dataConfig> <dataSource name="bin" type="BinURLDataSource"/> <document> <entity processor="TikaEntityProcessor" url="${dataimporter.request.url}" ...
0
votes
1answer
234 views

Solr : data import handler and solr cell

Is it possible to index rich document (pdf, office)... with data import handler using solr cell. I use solr 3.2. Thanks.
0
votes
0answers
155 views

Solr DataImporthandler duplicate query in debug mode

My Solr dataimport is taking too much time to import and index. When I check that in debug mode, I can see numbers of <str name="query"> keep incrementing with each document node. Is that normal ...
0
votes
0answers
156 views

solr array_to_string(array()) index error

I am getting error when i use array_to_string(array()) for multivalue. My entity like this < entity dataSource="ds-1" name="SolrTable" pk="Item_ID" query="select a.Item_ID as ...
0
votes
1answer
279 views

Start solr-DataImport via linux shell (cron)?

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 http://localhost:8080/solr/dataimport?command=full-import which ...
0
votes
0answers
269 views

Solr: Using custom functions in the Data Import Handler (not working)

I´m using solr 3.1, have written a custom function (SpecialTruncateFunctionEvaluator), however i´m facing many issues passing parameters to that function: The result is always null, the code is ...
0
votes
2answers
265 views

Solr: Using custom functions in the Data Import Handler

I have successfully written a custom function and hooked it into my Solr engine. However, I am having problems passing parameters into that function from within the data-import.xml import definition ...
0
votes
1answer
224 views

SOLR DataImportHandler does not evaluate expressions

I'm trying to use SOLR DataImportHandler to feed data. Configuration was simple and straightforward and everything worked fine, when I was importing only one field from root entity. But when I tried ...
0
votes
1answer
241 views

Solr how to remove physically deleted documents with DataImportHandler

I've read solr wiki and I know it is possible to use deletedPkQuery to remove the documents which deleted logically, but how to remove physically deleted documents with DataImportHandler?
0
votes
1answer
101 views

OOM when using solr DIH

hi all: There is an OOM error when I using DIH to execute a full import command, The database is sql server 2008, and only 30k rows data in db, How do I fix it? Thanks in advance for any ...
0
votes
2answers
488 views

Solr: DIH for multilingual index & multiValued field?

I have a MySQL table: CREATE TABLE documents ( id INT NOT NULL AUTO_INCREMENT, language_code CHAR(2), tags CHAR(30), text TEXT, PRIMARY KEY (id) ); I have 2 questions about Solr ...
0
votes
2answers
471 views

Solr DataImporter config exception

Starting Apache Solr Admin (Win7), after configuring Solr DataImportHandler to connect to SQL Server using JDBC SQLServerDriver, produces following error. MS Sql JDBC Connector sqljdbc4.jar is placed ...
0
votes
1answer
34 views

Solr DatImportHandler, multiple resuls of the same type?

Hey guys, some help here would as always be greatly appreciated. I'm indexing data from a db using Solr. Each row in the first table, event_titles, can have more than one start date associated with ...
-1
votes
1answer
133 views

solr dataimport error: Indexing failed. Rolled back all changes

When I run the "Full import with cleaning" command, error is "Indexing failed. Rolled back all changes" My dataimport config file: <dataConfig> <dataSource type="JdbcDataSource" ...