I'm using Solr 4.2 but I don't understand well this post recursive way.
Maybe I think write a bash script. But bash script is not good solution.
Another way & solution ?
Please advice me.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Solr-index-lot-of-pdf-doc-txt-tp4078
Hi guys.
I need a lot of pdf, doc, txt files.
Now I index manually below command.
# PDF INDEX
curl
"http://localhost:8983/solr/update/extract?stream.file=/opt/solr/documents/test.pdf&literal.doc_id=pdf_1&commit=true";
# TXT INDEX
curl
"http://localhost:8983/solr/update/extract
Dears,
My english is bad. But I will try to explain.
I have indexed databases and files. The files included : docx, pdf, txt.
Then I have indexed all of data.
But my indexed document & pdf files text all of through continued.
I try to appear line break text.
Document files text line breaks to
Thank you for quick reply. I have solve the problem.
--
View this message in context:
http://lucene.472066.n3.nabble.com/document-indexing-tp3241832p4070116.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi all,
I am beginner and i try to index pdf, docx, txt files.
How I can I index these format files?
I have installed solr server in /opt/solr
Also I have created "documents" directory. Then I copied index files in
/opt/solr/documents.
I tried to index below command. Originally almost indexed. I
Thank you for all reply members. Solve the issue.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Multitable-import-uniqueKey-tp4067796p4069007.html
Sent from the Solr - User mailing list archive at Nabble.com.
Okey. I'm so sorry. I will not create same task in separate topic next time.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Create-index-on-few-unrelated-table-in-Solr-tp4068054p4068405.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hehe.
Yes my all tables ID field names are different.
For example:
I have 5 table. These names are 'admin, account, group, checklist'
admin=>id ->uniquekey
account=>account_id ->uniquekey
group=>group_id ->uniquekey
checklist=>id->uniquekey
Also I thought last entity overwrite other entities.
Maybe problem is two document declare in data-config.xml.
You will try change this one.
--
View this message in context:
http://lucene.472066.n3.nabble.com/data-import-problem-tp4068306p4068373.html
Sent from the Solr - User mailing list archive at Nabble.com.
Yes. My ID field is uniquekey. How can I don't override each other?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Create-index-on-few-unrelated-table-in-Solr-tp4068054p4068371.html
Sent from the Solr - User mailing list archive at Nabble.com.
Thank you. Solve the issue.
Also I one problem.
I want to create index few tables. All tables not related.
In data-config.xml, that I created to create index
I want to create index few tables. All tables not related.
In data-config.xml, that I created to create index
And I have register schem
Hi,
My english is bad. But I try to explain do this.
I have a 5 table in MySQL db. I try make data-config.xml. Then my
data-config.xml is below.
13 matches
Mail list logo