Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: TieredMergePolicy.   Results from 11 to 20 from 174 (0.862s).
Loading phrases to help you
refine your search...
[LUCENE-2701] Factor maxMergeSize into findMergesForOptimize in LogMergePolicy - Lucene - [issue]
...LogMergePolicy allows you to specify a maxMergeSize in MB, which is taken into consideration in regular merges, yet ignored by findMergesForOptimze. I think it'd be good if we take...
... that into consideration even when optimizing. This will allow the caller to specify two constraints: maxNumSegments and maxMergeMB. Obviously both may not be satisfied, and therefore we will guarantee...
http://issues.apache.org/jira/browse/LUCENE-2701    Author: Shai Erera, 2011-03-30, 16:50
LogMergePolicy.setUseCompoundFile/DocStore - Lucene - [mail # dev]
...Hi  I find it very annoying that I need to set true/false on these methods whenever I want to control compound files creation. Is it really necessary to allow writing doc stores in non ...
   Author: Shai Erera, 2010-12-16, 09:04
[LUCENE-2331] Add NoOpMergePolicy - Lucene - [issue]
... to prevent merges, set mergeFactor to a high enough value". I think a NoOpMergePolicy is just as good, and can REALLY allow you disable merges (except for maybe set mergeFactor to Int...
....MAX_VAL). As such, NoOpMergePolicy will be introduced as a singleton, and can be used for convenience purposes only. Also, for Parallel Index it's important, because I'd like the slices to never do any...
[+ show more]
http://issues.apache.org/jira/browse/LUCENE-2331    Author: Shai Erera, 2010-03-22, 19:52
[LUCENE-2320] Add MergePolicy to IndexWriterConfig - Lucene - [issue]
...Now that IndexWriterConfig is in place, I'd like to move MergePolicy to it as well. The change is not straightforward and so I've kept it for a separate issue. MergePolicy requires in its...
http://issues.apache.org/jira/browse/LUCENE-2320    Author: Shai Erera, 2010-03-19, 22:34
MergePolicy and IndexWriter methods argument - Lucene - [mail # dev]
...Hi  While reading LogMergePolicy I noticed that it uses IndexWriter's member and method arg inconsistently: 1) Some methods that receive IW as a parameer, do: this.indexWriter  index...
... not require IW to be passed during construction, they rely on one of the findMerge* methods to set the member instance to the one they got. Is that right? I guess it is possible for the same MergePolicy...
[+ show more]
   Author: Shai Erera, 2009-07-26, 11:30
[LUCENE-2377] Enable the use of NoMergePolicy and NoMergeScheduler by Benchmark - Lucene - [issue]
...Benchmark allows one to set the MP and MS to use, by defining the class name and then use reflection to instantiate them. However NoMP and NoMS are singletons and therefore reflection does n...
http://issues.apache.org/jira/browse/LUCENE-2377    Author: Shai Erera, 2011-03-30, 16:50
Re: MergePolicy and IndexWriter methods argument - Lucene - [mail # dev]
...I'll open an issue and work out a patch. Though this deprecation stuff is what I was worried of - they always tend to expand more than I plan to :).  Shai  On Sun, Jul 26, 2009 at ...
   Author: Shai Erera, 2009-07-27, 04:03
Re: Unnecessary messages creation by LogMergePolicy - Lucene - [mail # dev]
...I'll open an issue and work out a patch.  Basically it means infoStream != null, although in LogMergePolicy I might add a specific method for that, because the messages are output...
   Author: Shai Erera, 2008-12-05, 14:14
Re: Index size and performance degradation - Lucene - [mail # user]
.... TieredMergePolicy, as far as I understand, goes one step further and lets you specify the largest segment size you'd wish to see as a result of a merge.  IO might be more as it needs to skip...
... This can be achieved w/ a single index too. LogMergePolicy allows setting a maxMergeMB and maxMergeMBForOptimize, which are thresholds that define the largest segment size to be merged...
   Author: Shai Erera, 2011-06-16, 05:44
Re: LogMergePolicy.setUseCompoundFile/DocStore - Lucene - [mail # dev]
...Ok perfect !  Shai  On Thu, Dec 16, 2010 at 11:23 AM, Earwin Burrfoot  wrote:  e? ed y gmail.com)...
   Author: Shai Erera, 2010-12-16, 10:08
Sort:
project
Lucene (174)
type
mail # dev (118)
issue (30)
mail # user (25)
mail # general (1)
date
last 7 days (0)
last 30 days (1)
last 90 days (4)
last 6 months (18)
last 9 months (174)
author
Michael McCandless (1045)
Uwe Schindler (314)
Mark Miller (217)
Robert Muir (216)
Yonik Seeley (199)
Shai Erera (174)
Grant Ingersoll (171)
Simon Willnauer (163)
Otis Gospodnetic (157)
Chris Hostetter (134)
Michael Busch (102)
Jason Rutherglen (100)
Doug Cutting (97)
Erick Erickson (84)
Marvin Humphrey (81)