Re: StandardAnalyzer and Email Addresses

2012-02-25 Thread Charlie Hubbard
I am using StandardAnalyzer in 3.1. I'd been previously using 2.4 and from that documentation it states email address are recognized: http://javasourcecode.org/html/open-source/lucene/lucene-2.4.0/org/apache/lucene/analysis/standard/StandardTokenizer.html It looks like this was changed in 3.x ac

RE: Here a merge thread, there a merge thread ...

2012-02-25 Thread Uwe Schindler
Lance, There is no TieredMergeScheduler. You somehow confuse MergeSchedule with MergePolicy. TieredMergePolicy is new, but has nothing to do with the problem here. The MergeScheduler executres the merges serial (SerialMergeScheduler) or parallel (ConcurrentMergeScheduler, the default since long

Re: Here a merge thread, there a merge thread ...

2012-02-25 Thread Lance Norskog
Solr uses TieredMergeScheduler by default now. You might find this works more smoothly. On Fri, Feb 24, 2012 at 10:03 AM, Benson Margulies wrote: > On Fri, Feb 24, 2012 at 10:59 AM, Michael McCandless > wrote: >> This is from ConcurrentMergeScheduler (the default MergeScheduler). >> >> But, are