Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: policy.   Results from 11 to 20 from 2589 (0.453s).
Loading phrases to help you
refine your search...
MergePolicy - Lucene - [javadoc] - [see source code]
...Expert: a MergePolicy determines the sequence of primitive merge operations. Whenever the segments in an index have been altered by {@link IndexWriter}, either the addition of a newly...
... flushed segment, addition of many segments from addIndexes* calls, or a previous merge that may now need to cascade, {@link IndexWriter} invokes {@link #findMerges} to give the MergePolicy...
[+ show more]
http://search-lucene.com/jd/lucene/core/org/apache/lucene/i.../MergePolicy.html   
NoDeletionPolicy - Lucene - [javadoc] - [see source code]
...An {@link IndexDeletionPolicy} which keeps all index commits around, never deleting them. This class is a singleton and can be accessed by referencing {@link #INSTANCE}. ...
http://search-lucene.com/jd/lucene/core/org/apache/luc.../NoDeletionPolicy.html   
OrdinalPolicy.java - Lucene - [source code]
... for the specific language governing permissions and  * limitations under the License.  */ /**  * A policy for adding category parent ordinals to the list of ordinals that are  * encoded for a given...
... document. The default {@link #ALL_PARENTS} policy always  * adds all parents, where {@link #NO_PARENTS} never adds any parents.  *  * @lucene.experimental  */ public interface OrdinalPolicy...
[+ show more]
  
LogMergePolicy - Lucene - [javadoc] - [see source code]
...This class implements a {@link MergePolicy} that tries to merge segments into levels of exponentially increasing size, where each level has fewer segments than the value of the merge factor...
...MergeFactor()} and {@link #setMergeFactor(int)} respectively. This class is abstract and requires a subclass to define the {@link #size} method which specifies how a segment's size is determined.  {@link LogDocMergePolicy...
[+ show more]
http://search-lucene.com/jd/lucene/core/org/apache/lucen.../LogMergePolicy.html   
IndexDeletionPolicy - Lucene - [javadoc] - [see source code]
...Expert: policy for deletion of stale {@link IndexCommit index commits}. Implement this interface, and pass it to one of the {@link IndexWriter} or {@link IndexReader} constructors...
..., to customize when older {@link IndexCommit point-in-time commits} are deleted from the index directory.  The default deletion policy is {@link KeepOnlyLastCommitDeletionPolicy}, which always removes...
[+ show more]
http://search-lucene.com/jd/lucene/core/org/apache/.../IndexDeletionPolicy.html   
PathPolicy.java - Lucene - [source code]
..._CATEGORIES}.  *  * @lucene.experimental  */ public interface PathPolicy extends Serializable {   /**    * A {@link PathPolicy} which adds all {@link CategoryPath} that have at least    * one component (i.e. {@link...
... CategoryPath#length} > 0) to the categories    * stream.    */   public static final PathPolicy ALL_CATEGORIES = new PathPolicy() {     @Override     public boolean should...
  
FlushPolicy.java - Lucene - [source code]
....apache.lucene.store.Directory; import org.apache.lucene.util.SetOnce; /**  * {@link FlushPolicy} controls when segments are flushed from a RAM resident  * internal data-structure to the {@link IndexWriter}s {@link Directory...
...Writer} consults a provided {@link FlushPolicy} to control the  * flushing process. The policy is informed for each added or  * updated document as well as for each delete term. Based on the  * {@link...
[+ show more]
  
MergePolicy.java - Lucene - [source code]
....apache.lucene.store.Directory; import org.apache.lucene.store.MergeInfo; import org.apache.lucene.util.SetOnce.AlreadySetException; import org.apache.lucene.util.SetOnce; /**  * Expert: a MergePolicy determines the sequence...
...  * addIndexes* calls, or a previous merge that may now need  * to cascade, {@link IndexWriter} invokes {@link  * #findMerges} to give the MergePolicy a chance to pick  * merges that are now...
[+ show more]
  
PathPolicy - Lucene - [javadoc] - [see source code]
...Determines which {@link CategoryPath categories} should be added as terms tothe {@link DrillDownStream}. The default approach is implemented by{@link #ALL_CATEGORIES}. @lucene.experimental...
http://search-lucene.com/jd/lucene/facet/org/apache/lucene/f.../PathPolicy.html   
MergePolicy # clone() - Lucene - [javadoc] - [see source code]
http://search-lucene.com/jd/lucene/core/org/apache/.../MergePolicy.html#clone()   
Sort:
project
Lucene (2585)
ElasticSearch (842)
Solr (727)
Mahout (154)
ManifoldCF (122)
Lucene.Net (98)
Nutch (83)
Tika (32)
Lucy (23)
PyLucene (19)
Droids (6)
OpenRelevance (4)
type
mail # dev (929)
web site (623)
mail # user (581)
javadoc (202)
issue (139)
source code (63)
mail # general (44)
Sematext # blog (4)
wiki (4)
date
last 7 days (8)
last 30 days (20)
last 90 days (341)
last 6 months (666)
last 9 months (2263)
author
Michael McCandless (357)
Shai Erera (97)
Uwe Schindler (88)
Robert Muir (80)
Mark Miller (79)
Simon Willnauer (53)
Michael Busch (44)
Chris Hostetter (37)
Yonik Seeley (35)
Grant Ingersoll (34)
Jason Rutherglen (33)
Earwin Burrfoot (32)
Steven A Rowe (27)
Marvin Humphrey (24)
Steven Parkes (22)