Re: How to skip current document to index data from DIP

2011-10-03 Thread scorpking
Hi Erick Erickson Thank you for reply for me, In my config, i indexed successful data from HTTP using Tika. I combined a field and url in Tika to get file by that http. But during indexing, i have seen some URL which is not exist or notice: *Caused by: java.io.FileNotFoundException: http://media.g

Re: How to skip current document to index data from DIP

2011-10-02 Thread scorpking
Hi, thanks for your reply. But, when i set attribute onError="skip", There is no data which import. This is my config. *

How to skip current document to index data from DIP

2011-09-30 Thread scorpking
hi, can anyone help me this problem? I'm using tika to index data from rich documents and index by http request. I queried from database to get fields and then combined with Tika. everything is ok, but i face to face with this error "FileNotFoundException". I known this error, but I want skip docu

Re: indexing data from rich documents - Tika with solr3.1

2011-09-20 Thread scorpking
Hi all, thanks everyone who help me very much, i indexed form http using DIH. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-data-from-rich-documents-Tika-with-solr3-1-tp3322555p3351278.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: indexing data from rich documents - Tika with solr3.1

2011-09-19 Thread scorpking
yeah, i want to use DIH and i tried config my file dataconfig. but it is wrong. This is my config: *

Re: indexing data from rich documents - Tika with solr3.1

2011-09-18 Thread scorpking
Hi Erik Hatcher-4 I tried index from your url. But i have a problem. In your case, you knew a files absolute path (Dir.new("/Users/erikhatcher/apache-solr-3.3.0/docs"). So you can indexed it. In my case, i don't know a files absolute path. I only know http's address where have files (ex: you can se

Re: indexing data from rich documents - Tika with solr3.1

2011-09-14 Thread scorpking
Hi Erick Erickson, Now, we have many files format(doc, ppt, pdf, ...), File's purpose serve to search details content of education in that files. Because i am new solr, so maybe i understand not enough depth about Apache Tika. At the moment i can't index pdf files from http, with one file is ok. T

Re: indexing data from rich documents - Tika with solr3.1

2011-09-12 Thread scorpking
Hi, Can you explain me this problem? I have indexed data from multi file which use tika libs. And i have indexed data from http. But only one file (ex: http://myweb/filename.pdf). Now i have many file formats in a http path (ex:http://myweb/files/). I tried index data from a http path but it's not

Re: indexing data from rich documents - Tika with solr3.1

2011-09-11 Thread scorpking
oh, it is good for me. Thank Erik Hatcher-4 very much. I have done to index from https. -- View this message in context: http://lucene.472066.n3.nabble.com/indexing-data-from-rich-documents-Tika-with-solr3-1-tp3322555p3326971.html Sent from the Solr - User mailing list archive at Nabble.com.

indexing data from rich documents - Tika with solr3.1

2011-09-09 Thread scorpking
Hi everyone, Now i have had a problem with tika and solr. I successed in index data from various file formats (pdf, doc...) with a file absolute path. but now I have a link from internet (ex: http://myweb/filename.pdf). I want to index from this link, But it's not ok. I don't why? This is my file

Re: Autocomplete with Solr 3.1

2011-07-28 Thread scorpking
Nobody can help me -- View this message in context: http://lucene.472066.n3.nabble.com/Autocomplete-with-Solr-3-1-tp3202214p3206095.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Autocomplete with Solr 3.1

2011-07-27 Thread scorpking
Hi Klein, Thanks for your reply. But i tried some suggestion with solr, and results return is good. But i want to using search component with solr 3.1. Now i have had some problems with Suggester. i think my problem perhaps about in schema file. This is schema file:

Re: Different options for autocomplete/autosuggestion

2011-07-27 Thread scorpking
HI Bell, i used autocomplete in solr 3.1. same this: autocomplete org.apache.solr.spelling.suggest.Suggester org.apache.solr.spelling.suggest.jaspell.JaspellLookup autocomplete true and i make following URL* http://solr.pl/en/2010/11/15/solr-and-autocomp

Autocomplete with Solr 3.1

2011-07-26 Thread scorpking
Hi all, when i use autocomplete to suggest like google: http://www.google.com/webhp?complete=1&hl=en and follow this url http://solr.pl/en/2010/11/15/solr-and-autocomplete-part-2/ to config my project, but when i tested with more two terms in my query, it's not right, i don't know why? Can anyone