Re: Is there any other way to load the index beside using "http" connection?

2009-07-08 Thread Norberto Meijome
On Tue, 7 Jul 2009 13:54:07 -0700 Francis Yakin wrote: [...] > much on our setup. > > Like said we have file name "test.xml" which come from SQL output , we put it > locally on the solr server under "/opt/test.xml" > > So, I need to execute the commands from solr system to add and update this to

RE: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Francis Yakin
009 3:57 AM To: Francis Yakin Cc: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? On Thu, 2 Jul 2009 11:02:28 -0700 Francis Yakin wrote: > Norberto, Thanks for your input. > > What do you mean with "Have

Re: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Yonik Seeley
On Tue, Jul 7, 2009 at 1:50 PM, Francis Yakin wrote: >  yeah, It works now. > > How can I verify if the new CSV file get uploaded? point your browser at http://localhost:8983/solr/admin/stats.jsp Check out the "UPDATE HANDLERS" section -Yonik http://www.lucidimagination.com

RE: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Francis Yakin
: Is there any other way to load the index beside using "http" connection? The double quotes around the ampersand don't belong there. I think that UTF8 should also be the default, so the following should also work: curl 'http://localhost:8983/solr/update/csv?stream.file=/opt/

Re: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Yonik Seeley
27;t work > > Francis > > -Original Message- > From: ysee...@gmail.com [mailto:ysee...@gmail.com] On Behalf Of Yonik Seeley > Sent: Tuesday, July 07, 2009 4:59 AM > To: solr-user@lucene.apache.org > Cc: Norberto Meijome > Subject: Re: Is there any other way to load the i

RE: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Francis Yakin
in [mailto:fya...@liquid.com] Sent: Tuesday, July 07, 2009 10:37 AM To: 'solr-user@lucene.apache.org'; 'yo...@lucidimagination.com' Cc: Norberto Meijome Subject: RE: Is there any other way to load the index beside using "http" connection? I did try: curl 'http:

RE: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Francis Yakin
om] On Behalf Of Yonik Seeley Sent: Tuesday, July 07, 2009 4:59 AM To: solr-user@lucene.apache.org Cc: Norberto Meijome Subject: Re: Is there any other way to load the index beside using "http" connection? Look at the error - it's bash (your command line shell) complaining. The &

Re: Is there any other way to load the index beside using "http" connection?

2009-07-07 Thread Yonik Seeley
e=text/plain: No such file or directory >  undefined field cat > > What did I do wrong? > > Francis > > -Original Message- > From: Norberto Meijome [mailto:numard...@gmail.com] > Sent: Monday, July 06, 2009 11:01 AM > To: Francis Yakin > Cc: solr-user@lucen

Re: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Marcus Herou
gt; > Any suggestions? > > Thanks > > Francis > > -Original Message- > From: NitinMalik [mailto:malik.ni...@yahoo.com] > Sent: Monday, July 06, 2009 11:32 AM > To: solr-user@lucene.apache.org > Subject: RE: Is there any other way to load the index beside using &q

RE: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Francis Yakin
inal Message- > From: Norberto Meijome [mailto:numard...@gmail.com] > Sent: Monday, July 06, 2009 11:01 AM > To: Francis Yakin > Cc: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http" > connection? > >

RE: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread NitinMalik
il.com] > Sent: Monday, July 06, 2009 11:01 AM > To: Francis Yakin > Cc: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http" > connection? > > On Mon, 6 Jul 2009 09:56:03 -0700 > Francis Yakin wrote: > >

RE: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Francis Yakin
Yakin Cc: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? On Mon, 6 Jul 2009 09:56:03 -0700 Francis Yakin wrote: > Norberto, > > Thanks, I think my questions is: > > >>why not generate your SQL outp

Re: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Norberto Meijome
On Mon, 6 Jul 2009 09:56:03 -0700 Francis Yakin wrote: > Norberto, > > Thanks, I think my questions is: > > >>why not generate your SQL output directly into your oracle server as a file > > What type of file is this? > > a file in a format that you can then import into SOLR.

RE: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Francis Yakin
uly 06, 2009 4:33 AM To: Francis Yakin Cc: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? On Sun, 5 Jul 2009 10:28:16 -0700 Francis Yakin wrote: [...]> > >upload the file to your SOLR server? Then the data f

Re: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Marcus Herou
Yes exactly just being friendly sharing a working routine. Took me some hours to figure out DIH myself at the time. //Marcus On Mon, Jul 6, 2009 at 1:32 PM, Norberto Meijome wrote: > On Sun, 5 Jul 2009 21:36:35 +0200 > Marcus Herou wrote: > > > Sharing some of our exports from DB to solr. Note:

Re: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Norberto Meijome
On Sun, 5 Jul 2009 10:28:16 -0700 Francis Yakin wrote: [...]> > >upload the file to your SOLR server? Then the data file is local to your SOLR > >server , you will bypass any WAN and firewall you may be having. (or some > >variation of it, sql -> SOLR server as file, etc..) > > How we upload th

Re: Is there any other way to load the index beside using "http" connection?

2009-07-06 Thread Norberto Meijome
On Sun, 5 Jul 2009 21:36:35 +0200 Marcus Herou wrote: > Sharing some of our exports from DB to solr. Note: many of the statements > below might not work due to clip-clip. thx Marcus - but that's a DIH config right? :) b _ {Beto|Norberto|Numard} Meijome "I respect faith,

RE: Is there any other way to load the index beside using "http" connection?

2009-07-05 Thread Francis Yakin
your current setup. > > > -----Original Message----- > From: Norberto Meijome [mailto:numard...@gmail.com] > Sent: Sunday, July 05, 2009 3:57 AM > To: Francis Yakin > Cc: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http&q

Re: Is there any other way to load the index beside using "http" connection?

2009-07-05 Thread Marcus Herou
al Message- > From: Norberto Meijome [mailto:numard...@gmail.com] > Sent: Sunday, July 05, 2009 3:57 AM > To: Francis Yakin > Cc: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http" > connection? > > On Thu, 2 J

RE: Is there any other way to load the index beside using "http" connection?

2009-07-05 Thread Francis Yakin
y, July 05, 2009 3:57 AM To: Francis Yakin Cc: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? On Thu, 2 Jul 2009 11:02:28 -0700 Francis Yakin wrote: > Norberto, Thanks for your input. > > What do you mean with &

Re: Is there any other way to load the index beside using "http" connection?

2009-07-05 Thread Norberto Meijome
On Thu, 2 Jul 2009 11:02:28 -0700 Francis Yakin wrote: > Norberto, Thanks for your input. > > What do you mean with "Have you tried connecting to SOLR over HTTP from > localhost, therefore avoiding any firewall issues and network latency ? it > should work a LOT faster than from a remote site."

Re: Is there any other way to load the index beside using "http" connection?

2009-07-05 Thread Norberto Meijome
On Thu, 2 Jul 2009 11:28:51 -0700 Francis Yakin wrote: > Norberto, > Hi Francis, Please reply to the list, or keep it in CC. > You saying: > > "Other alternatives are to transform the XML into csv and import it that way" > > How do you transfer that CSV file to Solr? > http://wiki.apache

Re: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Glen Newton
.blogspot.com/search?q=lucene > > > Thanks > > Francis > > > -Original Message- > From: Glen Newton [mailto:glen.new...@gmail.com] > Sent: Thursday, July 02, 2009 8:22 AM > To: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index be

RE: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Francis Yakin
to Lucene index, and how solr master will get that data? Thanks Francis -Original Message- From: Glen Newton [mailto:glen.new...@gmail.com] Sent: Thursday, July 02, 2009 8:22 AM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "ht

RE: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Francis Yakin
Sent: Thursday, July 02, 2009 3:01 AM To: solr-user@lucene.apache.org Cc: Francis Yakin Subject: Re: Is there any other way to load the index beside using "http" connection? On Wed, 1 Jul 2009 15:07:12 -0700 Francis Yakin wrote: > > We have several thousands of xml files in d

Re: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Glen Newton
cis > > -Original Message- > From: Glen Newton [mailto:glen.new...@gmail.com] > Sent: Wednesday, July 01, 2009 8:06 PM > To: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http" > connection? > > You can

Re: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Glen Newton
nks > > Francis > > -Original Message- > From: Glen Newton [mailto:glen.new...@gmail.com] > Sent: Wednesday, July 01, 2009 8:06 PM > To: solr-user@lucene.apache.org > Subject: Re: Is there any other way to load the index beside using "http" > connection? >

Re: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Otis Gospodnetic
- Original Message > From: Francis Yakin > To: "solr-user@lucene.apache.org" > Sent: Thursday, July 2, 2009 12:26:14 AM > Subject: RE: Is there any other way to load the index beside using "http" > connection? > > > How you import the documents

Re: Is there any other way to load the index beside using "http" connection?

2009-07-02 Thread Norberto Meijome
On Wed, 1 Jul 2009 15:07:12 -0700 Francis Yakin wrote: > > We have several thousands of xml files in database that we load it to solr > master The Database uses "http" connection and transfer those files to solr > master. Solr then translate xml files to their lindex. > > We are experiencing

Re: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Shalin Shekhar Mangar
On Thu, Jul 2, 2009 at 10:24 AM, Francis Yakin wrote: > > This is only for version 1.3.0? We are running 1.2.0 currently. > Yes, DIH is available since 1.3 only. -- Regards, Shalin Shekhar Mangar.

RE: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
: Is there any other way to load the index beside using "http" connection? did you explore DIH http://wiki.apache.org/solr/DataImportHandler it has features to import from Db, xml files etc On Thu, Jul 2, 2009 at 3:37 AM, Francis Yakin wrote: > > We have several thousands

Re: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Noble Paul നോബിള്‍ नोब्ळ्
did you explore DIH http://wiki.apache.org/solr/DataImportHandler it has features to import from Db, xml files etc On Thu, Jul 2, 2009 at 3:37 AM, Francis Yakin wrote: > > We have several thousands of  xml files in database that we load it to solr > master > The Database uses "http"  connection

RE: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
, July 01, 2009 8:01 PM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? Francis, There are a number of things you can do to make indexing over HTTP faster. You can also import documents as csv data/file. Finally, y

RE: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
Glen, Are you saying that we have to use LuSql replacing our Solr? Francis -Original Message- From: Glen Newton [mailto:glen.new...@gmail.com] Sent: Wednesday, July 01, 2009 8:06 PM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "

RE: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
hanks Francis -Original Message- From: Glen Newton [mailto:glen.new...@gmail.com] Sent: Wednesday, July 01, 2009 8:06 PM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? You can directly load to the backend Lucen

RE: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
netic [mailto:otis_gospodne...@yahoo.com] Sent: Wednesday, July 01, 2009 8:01 PM To: solr-user@lucene.apache.org Subject: Re: Is there any other way to load the index beside using "http" connection? Francis, There are a number of things you can do to make indexing over HTTP faster. You

Re: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Glen Newton
You can directly load to the backend Lucene using LuSql[1]. It is faster than Solr, sometimes as much as an order of magnitude faster. Disclosure: I am the author of LuSql -Glen http://zzzoot.blogspot.com/ [1]http://lab.cisti-icist.nrc-cnrc.gc.ca/cistilabswiki/index.php/LuSql 2009/7/1 Francis Y

Re: Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Otis Gospodnetic
kin > To: "solr-user@lucene.apache.org" > Sent: Wednesday, July 1, 2009 6:07:12 PM > Subject: Is there any other way to load the index beside using "http" > connection? > > > We have several thousands of xml files in database that we load it to solr >

Is there any other way to load the index beside using "http" connection?

2009-07-01 Thread Francis Yakin
We have several thousands of xml files in database that we load it to solr master The Database uses "http" connection and transfer those files to solr master. Solr then translate xml files to their lindex. We are experiencing issue with close/open connection in the firewall and very very sl