Re: A DB dataSource and a URL Data source for Solr

2011-05-09 Thread Gora Mohanty
On Tue, May 10, 2011 at 7:24 AM, deniz  wrote:
> well second time i have fixed the issue on my own after posting here
>
> but i dont understand why indexing time increased to 16 mins, while it was
> only 2 mins with only db source... confused
[...]

Try timing just the URLDataSource. We had the same experience,
and for us it had to do with the need to read many small files from
the filesystem, something which was slower than a SELECT from a
database.

Regards,
Gora


Re: A DB dataSource and a URL Data source for Solr

2011-05-09 Thread deniz
well second time i have fixed the issue on my own after posting here 

but i dont understand why indexing time increased to 16 mins, while it was
only 2 mins with only db source... confused 

--
View this message in context: 
http://lucene.472066.n3.nabble.com/A-DB-dataSource-and-a-URL-Data-source-for-Solr-tp2921328p2921444.html
Sent from the Solr - User mailing list archive at Nabble.com.


A DB dataSource and a URL Data source for Solr

2011-05-09 Thread deniz
I am trying to use two different data sources as in the title. The problem is
that it fails each time i try... I tried the stuff on SolrWiki but it
failed. 

anyone knows how to configure solr for using two different types of sources,
DB and URL?

--
View this message in context: 
http://lucene.472066.n3.nabble.com/A-DB-dataSource-and-a-URL-Data-source-for-Solr-tp2921328p2921328.html
Sent from the Solr - User mailing list archive at Nabble.com.