Re: Solr index lot of pdf, doc, txt

2013-07-19 Thread sodoo
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

Solr index lot of pdf, doc, txt

2013-07-17 Thread sodoo
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

Re: Solr string field stripping new lines & line breaks

2013-06-19 Thread sodoo
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

Re: document indexing

2013-06-12 Thread sodoo
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.

Re: document indexing

2013-06-12 Thread sodoo
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

Re: Multitable import - uniqueKey

2013-06-07 Thread sodoo
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.

Re: Create index on few unrelated table in Solr

2013-06-05 Thread sodoo
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.

Re: Multitable import - uniqueKey

2013-06-05 Thread sodoo
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.

Re: data-import problem

2013-06-05 Thread sodoo
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.

Re: Create index on few unrelated table in Solr

2013-06-05 Thread sodoo
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.

Re: Multitable import - uniqueKey

2013-06-04 Thread sodoo
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

Create index on few unrelated table in Solr

2013-06-04 Thread sodoo
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

Re: Multitable import - uniqueKey

2013-06-04 Thread sodoo
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.