Migrating from JdbcDataSource to ContentStreamDataSource

2019-06-26 Thread Reinharn
-config.xml (partial) I would really like to be able to just stream my indexing and ditch the jdbc one. I have a couple questions. 1. Does the ContentStreamDataSource post out to an api or does it wait for something to post to it? 2. Does ContentStreamDataSource has a JSON processor? I only see

Does ContentStreamDataSource support delta import?

2012-06-28 Thread jueljust
ContentStreamDataSource works fine with full-import command but i can't make it work with delta-import command, i have to use full-import and no clean instead Does ContentStreamDataSource support delta import? -- View this message in context: http://lucene.472066.n3.nabble.com

SV: ContentStreamDataSource

2010-11-08 Thread Theodor Tolstoy
ot necessary to put the commands in the config. -Ursprungligt meddelande- Från: Lance Norskog [mailto:goks...@gmail.com] Skickat: den 6 november 2010 05:09 Till: solr-user@lucene.apache.org Ämne: Re: ContentStreamDataSource What program do you use to POST? How do you give parameters

Re: ContentStreamDataSource

2010-11-05 Thread Lance Norskog
Tolstoy wrote: > Hi! > I am trying to get the ContentStreamDataSource to work properly , but there > are not many examples out there. > > What I have done is that  I have made a copy of my HttpDataSource config and > replaced the > If understand everything correctly I should be

Re: ContentStreamDataSource

2010-11-04 Thread Noble Paul നോബിള്‍ नोब्ळ्
for contentstreamdatasource to work you must post the stream in the request On Thu, Nov 4, 2010 at 8:13 AM, Theodor Tolstoy wrote: > Hi! > I am trying to get the ContentStreamDataSource to work properly , but there > are not many examples out there. > > What I have done is that

ContentStreamDataSource

2010-11-04 Thread Theodor Tolstoy
Hi! I am trying to get the ContentStreamDataSource to work properly , but there are not many examples out there. What I have done is that I have made a copy of my HttpDataSource config and replaced the