Tagged Questions

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 ...
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 ...
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 ...
0
votes
1answer
180 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
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
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
132 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" ...