Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-28 Thread Lance Norskog
f-the-box. > > > > - > Thanks > -K'Rider > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-it-possible-to-have-multiple-threads-write-to-same-index-tp4002544p4003623.html > Sent from the Solr - User mailing list arch

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-27 Thread KnightRider
One other thing i forgot to mention is - multicore setup we have requires us to be able to add cores dynamically and i am not sure if thats supported by http solr out-of-the-box. - Thanks -K'Rider -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Index-Concurren

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-27 Thread KnightRider
27;Rider -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-it-possible-to-have-multiple-threads-write-to-same-index-tp4002544p4003622.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-25 Thread Lance Norskog
gt; I am assuming this depends on the size of the doc and type of >> analyzer/tokenizer/filters being used. Correct? >> Can you please share (or point me to documentation) on how to get this >> speed >> for 1 mil docs. >> >> - one million is a fairly small amount, in average it shou

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-23 Thread Mikhail Khludnev
lters being used. Correct? > Can you please share (or point me to documentation) on how to get this > speed > for 1 mil docs. > >> - one million is a fairly small amount, in average it should be indexed > >> in few mins. I doubt that you really need to distribu

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-22 Thread ksu wildcats
y need to distribute indexing Thanks -K -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-it-possible-to-have-multiple-threads-write-to-same-index-tp4002544p4002776.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-21 Thread Mikhail Khludnev
better > alternatives to speed up indexing time? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-it-possible-to-have-multiple-threads-write-to-same-index-tp4002544.html > Sent from the Solr - User ma

Solr - Index Concurrency - Is it possible to have multiple threads write to same index?

2012-08-21 Thread ksu wildcats
indexing time? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Index-Concurrency-Is-it-possible-to-have-multiple-threads-write-to-same-index-tp4002544.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Index Concurrency

2007-05-11 Thread Yonik Seeley
On 5/10/07, joestelmach <[EMAIL PROTECTED]> wrote: > Yes, coordination between the main index searcher, the index writer, > and the index reader needed to delete other documents. Can you point me to any documentation/code that describes this implementation? Look at SolrCore.getSearcher() and D

Re: Index Concurrency

2007-05-10 Thread joestelmach
threads will serve to cover the latency and keep Solr busy. I agree with your thinking here. My requirement for a large number of threads is somewhat of an artifact of my current system design. I'm trying not to serialize the system's processing at the point of indexing. -- View

Re: Index Concurrency

2007-05-10 Thread Otis Gospodnetic
TED]> To: solr-user@lucene.apache.org Sent: Wednesday, May 9, 2007 6:32:33 PM Subject: Re: Index Concurrency On 5/9/07, joestelmach <[EMAIL PROTECTED]> wrote: > My first intuition is to give each user their own index. My thinking here is > that querying would be faster (since each use

Re: Index Concurrency

2007-05-09 Thread Yonik Seeley
On 5/9/07, joestelmach <[EMAIL PROTECTED]> wrote: Does solr provide any additional concurrency control over what Lucene provides? Yes, coordination between the main index searcher, the index writer, and the index reader needed to delete other documents. In my simple testing of indexing 2,000

Re: Index Concurrency

2007-05-09 Thread joestelmach
sequentially yields no problems at all. Actually, I'm able churn through over 100,000 messages when no threads are involved. Am I missing some concurrency settings? Thanks, Joe -- View this message in context: http://www.nabble.com/Index-Concurrency-tf3718634.html#a10406382 Sent from t

Re: Index Concurrency

2007-05-09 Thread Yonik Seeley
On 5/9/07, joestelmach <[EMAIL PROTECTED]> wrote: My first intuition is to give each user their own index. My thinking here is that querying would be faster (since each user's index would be much smaller than one big index,) and, more importantly, that I would dodge any concurrency issues stemmin

Index Concurrency

2007-05-09 Thread joestelmach
e greatly appreciated. Thanks, Joe -- View this message in context: http://www.nabble.com/Index-Concurrency-tf3718634.html#a10403918 Sent from the Solr - User mailing list archive at Nabble.com.