You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Furkan KAMACI <fu...@gmail.com> on 2017/04/19 17:27:36 UTC

Solr Stream Content from URL

Hi,

Is it possible to stream a CSV content from URL to Solr?

I've tried URLDataSource but could not figure out about what to use as
document.

Kind Regards,
Furkan KAMACI

Re: Solr Stream Content from URL

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
Not that I know of.
----
http://www.solr-start.com/ - Resources for Solr users, new and experienced


On 19 April 2017 at 14:30, Furkan KAMACI <fu...@gmail.com> wrote:
> Hi Alexandre,
>
> My content is protected via Basic Authentication. Is it possible to use
> Basic Authentication with Solr Content Streams?
>
> Kind Regards,
> Furkan KAMACI
>
> On Wed, Apr 19, 2017 at 9:13 PM, Alexandre Rafalovitch <ar...@gmail.com>
> wrote:
>
>> Have you tried stream.url parameter after enabling the
>> enableRemoteStreaming flag?
>> https://cwiki.apache.org/confluence/display/solr/Content+Streams
>>
>> Regards,
>>    Alex.
>> ----
>> http://www.solr-start.com/ - Resources for Solr users, new and experienced
>>
>>
>> On 19 April 2017 at 13:27, Furkan KAMACI <fu...@gmail.com> wrote:
>> > Hi,
>> >
>> > Is it possible to stream a CSV content from URL to Solr?
>> >
>> > I've tried URLDataSource but could not figure out about what to use as
>> > document.
>> >
>> > Kind Regards,
>> > Furkan KAMACI
>>

Re: Solr Stream Content from URL

Posted by Furkan KAMACI <fu...@gmail.com>.
Hi Alexandre,

My content is protected via Basic Authentication. Is it possible to use
Basic Authentication with Solr Content Streams?

Kind Regards,
Furkan KAMACI

On Wed, Apr 19, 2017 at 9:13 PM, Alexandre Rafalovitch <ar...@gmail.com>
wrote:

> Have you tried stream.url parameter after enabling the
> enableRemoteStreaming flag?
> https://cwiki.apache.org/confluence/display/solr/Content+Streams
>
> Regards,
>    Alex.
> ----
> http://www.solr-start.com/ - Resources for Solr users, new and experienced
>
>
> On 19 April 2017 at 13:27, Furkan KAMACI <fu...@gmail.com> wrote:
> > Hi,
> >
> > Is it possible to stream a CSV content from URL to Solr?
> >
> > I've tried URLDataSource but could not figure out about what to use as
> > document.
> >
> > Kind Regards,
> > Furkan KAMACI
>

Re: Solr Stream Content from URL

Posted by Alexandre Rafalovitch <ar...@gmail.com>.
Have you tried stream.url parameter after enabling the
enableRemoteStreaming flag?
https://cwiki.apache.org/confluence/display/solr/Content+Streams

Regards,
   Alex.
----
http://www.solr-start.com/ - Resources for Solr users, new and experienced


On 19 April 2017 at 13:27, Furkan KAMACI <fu...@gmail.com> wrote:
> Hi,
>
> Is it possible to stream a CSV content from URL to Solr?
>
> I've tried URLDataSource but could not figure out about what to use as
> document.
>
> Kind Regards,
> Furkan KAMACI