Re: Re: Sending Tika parse result to Solr

2009-11-26 Thread Daniel Knapp
>> Hello, >> >> >> i want to send the Tika parse results of my data to my Solr-Server. >> My File-Server is not my Solr-Server, so Solr Cell is no option for me. >> >> In Lucene i can pass my Reader Object (as an result of the parsing) to a >> Lucene Document for indexing. >> >> Is this also p

Re: Sending Tika parse result to Solr

2009-11-25 Thread Grant Ingersoll
On Nov 25, 2009, at 5:32 AM, Daniel Knapp wrote: > Hello, > > > i want to send the Tika parse results of my data to my Solr-Server. > My File-Server is not my Solr-Server, so Solr Cell is no option for me. > > In Lucene i can pass my Reader Object (as an result of the parsing) to a > Lucene D

Sending Tika parse result to Solr

2009-11-25 Thread Daniel Knapp
Hello, i want to send the Tika parse results of my data to my Solr-Server. My File-Server is not my Solr-Server, so Solr Cell is no option for me. In Lucene i can pass my Reader Object (as an result of the parsing) to a Lucene Document for indexing. Is this also possible with Solr? Or is there