Hi I'm new to Solr. I want to index pdf files usng the Data Import Handler.
Im using Solr-4.3.0. I followed the steps given in this post
http://lucene.472066.n3.nabble.com/indexing-with-DIH-and-with-problems-td3731129.html
However, I get the following error -
Full Import failed:java.lang.NoClass
Hi
Thanks a lot. I did what you said. Now I'm getting the following error.
Full Import failed:java.lang.RuntimeException: java.lang.RuntimeException:
java.util.regex.PatternSyntaxException: Dangling meta character '*' near
index 0
--
View this message in context:
http://lucene.472066.n3.nabb
I figured it out. It was a problem with the regular expression i used in
data-config.xml .
--
View this message in context:
http://lucene.472066.n3.nabble.com/Index-pdf-files-tp4074278p4074304.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi
Im trying to index pdf files in solr 4.3.0 using the data import handler.
*My request handler - *
data-config1.xml
*My data-config1.xml *
Now When i try and index the files i get the following error -
org.apache.solr.common.SolrException: Do
Im new to solr. Im just trying to understand and explore various features
offered by solr and their implementations. I would be very grateful if you
could solve my problem with any example of your choice. I just want to learn
how i can index pdf documents using data import handler.
--
View this
Can you please suggest a way (with example) of assigning this unique key to a
pdf file?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Unique-key-error-while-indexing-pdf-files-tp4074314p4074588.html
Sent from the Solr - User mailing list archive at Nabble.com.
Okay. Can you please suggest a way (with an example) of assigning this unique
key to a pdf file. Say, a unique number to each pdf file. How do i achieve
this?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Unique-key-error-while-indexing-pdf-files-tp4074314p4074592.html
Sen
Yes. The absolute path is unique.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Unique-key-error-while-indexing-pdf-files-tp4074314p4074620.html
Sent from the Solr - User mailing list archive at Nabble.com.
I want to index pdf files in solr 4.3.0 using the data import handler.
I have done the following:
My request handler -
data-config.xml
My data-config.xml
Now when i tried to index the documents i got the following error
org.apache.
Thanks! The author_s issue has been resolved.
Why are the other fields not getting indexed ?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Removal-of-unique-key-Query-Elevation-Component-tp4074624p4074636.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yes. The absolute path is unique. How do i implement it? can you please
explain?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Unique-key-error-while-indexing-pdf-files-tp4074314p4074638.html
Sent from the Solr - User mailing list archive at Nabble.com.
Im successfully able to index pdf,doc,ppt,etc files using the Data Import
Handler in solr 4.3.0 .
My data-config.xml looks like this -
Im trying to index MySql database using Data Import Handler in solr.
I have made two tables. The first table holds the metadata of a file.
create table filemetadata (
id varchar(20) primary key ,
filename varchar(50),
path varchar(200),
size varchar(10),
author varchar(50)
) ;
The second table
I want to index mysql database in solr using the Data Import Handler.
I have made two tables. The first table holds the metadata of a file.
create table filemetadata (
id varchar(20) primary key ,
filename varchar(50),
path varchar(200),
size varchar(10),
author va
Im trying to Index oracle database 10g XE using Solr's Data Import Handler.
My data-config.xml looks like this
My schema.xml looks like this -
Now when I try to index it, Solr is not able to read the columns of the
table and
Im new to solr.I have successfully indexed oracle 10g xe database. Im trying
to perform delta import on the same.
The Delta query required a comparison of last_modified column of the table
with ${dih.last_index_time}.
However in my application I do not have such a column . Also, i cannot add
this c
Hi Im using Solr 4's Data Import Utility to index Oracle 10g XE database. Im
using full imports as well as delta imports. I want these processes to be
automatic. (Eg: The import processes can be timed or should be executed as
soon any data in the database is modified). I searched for the same onlin
I have to execute this command for full-import
http://localhost:8983/solr/dataimport?command=full-import
Can you explain how do i use the java timer to fire this HTTP request.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Auto-Indexing-in-Solr-tp4080233p4080278.html
Sent
18 matches
Mail list logo