>> 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
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
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