You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Pedro Cardoso <pm...@gmail.com> on 2014/02/17 15:54:29 UTC

Lucene doubt

Good afternoon,

I am using Lucene in developing a protect, however I was faced with a
doubt.

I wonder if a multi-thread system it is possible to write concurrently?

Cumprimentos/ Best Regards

*Pedro Cardoso*


http://www.linkedin.com/pub/pedro-cardoso/54/243/60<https://mailtrack.io/trace/link/4fd13761742141b952f255d024b0e0fdd3e0fdd1>



Sent with MailTrack<http://mailtrack.io/install?source=signature&referral=pmcardoso.bcl@gmail.com&idSignature=13>

Re: Lucene doubt

Posted by Adrien Grand <jp...@gmail.com>.
Hi Pedro,

Lucene indeed supports indexing data from several threads into a
single IndexWriter instance, and it will make use of all your I/O and
CPU. You can learn more about how it works at
http://blog.trifork.com/2011/05/03/lucene-indexing-gains-concurrency/

On Mon, Feb 17, 2014 at 3:54 PM, Pedro Cardoso <pm...@gmail.com> wrote:
> Good afternoon,
>
> I am using Lucene in developing a protect, however I was faced with a
> doubt.
>
> I wonder if a multi-thread system it is possible to write concurrently?
>
> Cumprimentos/ Best Regards
>
> *Pedro Cardoso*
>
>
> http://www.linkedin.com/pub/pedro-cardoso/54/243/60<https://mailtrack.io/trace/link/4fd13761742141b952f255d024b0e0fdd3e0fdd1>
>
>
>
> Sent with MailTrack<http://mailtrack.io/install?source=signature&referral=pmcardoso.bcl@gmail.com&idSignature=13>



-- 
Adrien

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: Lucene doubt

Posted by Michael McCandless <lu...@mikemccandless.com>.
In general, both indexing and searching are highly concurrent in Lucene.


Mike McCandless

http://blog.mikemccandless.com


On Mon, Feb 17, 2014 at 9:54 AM, Pedro Cardoso <pm...@gmail.com> wrote:
> Good afternoon,
>
> I am using Lucene in developing a protect, however I was faced with a
> doubt.
>
> I wonder if a multi-thread system it is possible to write concurrently?
>
> Cumprimentos/ Best Regards
>
> *Pedro Cardoso*
>
>
> http://www.linkedin.com/pub/pedro-cardoso/54/243/60<https://mailtrack.io/trace/link/4fd13761742141b952f255d024b0e0fdd3e0fdd1>
>
>
>
> Sent with MailTrack<http://mailtrack.io/install?source=signature&referral=pmcardoso.bcl@gmail.com&idSignature=13>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org