| clear query|facets|time |
Search criteria: policy.
Results from 41 to 50 from
2572 (0.411s).
|
|
|
Loading phrases to help you refine your search...
|
|
SnapshotDeletionPolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
SnapshotDeletionPolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next...
|
|
... Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class SnapshotDeletionPolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.SnapshotDeletionPolicy
All Implemented Interfaces:
IndexDeletionPolicy
Direct Known Subclasses:
PersistentSnapshotDeletionPolicy... |
| ...
public class SnapshotDeletionPolicy
extends Object
implements IndexDeletionPolicy
An IndexDeletionPolicy that wraps around any other
IndexDeletionPolicy and adds the ability to hold and later... |
| ... we wrap another arbitrary
IndexDeletionPolicy, this gives you the freedom to continue using
whatever IndexDeletionPolicy you would normally want to use with your
index.
This class... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apa.../SnapshotDeletionPolicy.html
2013-03-11, 05:47
|
|
|
AlcoholicMergePolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
AlcoholicMergePolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class AlcoholicMergePolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.MergePolicy
org.apache.lucene.index.LogMergePolicy
org.apache.lucene.index.AlcoholicMergePolicy
All Implemented Interfaces... |
| ...:
Closeable, Cloneable
public class AlcoholicMergePolicy
extends LogMergePolicy
Merge policy for testing, it is like an alcoholic.
It drinks (merges) at night, and randomly decides what... |
| ... to drink.
During the daytime it sleeps.
if tests pass with this, then they are likely to pass with any
bizarro merge policy users might write.
It is a fine bottle of champagne... |
|
|
http://lucene.apache.org/java/4_2_0/test-framework.../AlcoholicMergePolicy.html
2013-03-11, 05:47
|
|
|
NoDeletionPolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
NoDeletionPolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class NoDeletionPolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.NoDeletionPolicy
All Implemented Interfaces:
IndexDeletionPolicy
public final class NoDeletionPolicy
extends Object
implements IndexDeletionPolicy... |
| ...
An IndexDeletionPolicy which keeps all index commits around, never
deleting them. This class is a singleton and can be accessed by referencing
INSTANCE.
Field Summary
Fields... |
| ... Modifier and Type Field and Description
static IndexDeletionPolicy INSTANCE
The single instance of this class.
Method Summary
Methods Modifier and Type Method and Description
void... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache/lu.../NoDeletionPolicy.html
2013-03-11, 05:47
|
|
|
TieredMergePolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
TieredMergePolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class TieredMergePolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.MergePolicy
org.apache.lucene.index.TieredMergePolicy
All Implemented Interfaces:
Closeable, Cloneable
public class TieredMergePolicy... |
| ...
extends MergePolicy
Merges segments of approximately equal size, subject to
an allowed number of segments per tier. This is similar
to LogByteSizeMergePolicy, except this merge
policy... |
| ...SegmentsPerTier(double)). This merge
policy also does not over-merge (i.e. cascade merges).
For normal merging, this policy first computes a
"budget" of how many segments are allowed to be in the
index... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache/l.../TieredMergePolicy.html
2013-03-11, 05:47
|
|
|
IndexDeletionPolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
IndexDeletionPolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Interface IndexDeletionPolicy...
|
[+ show more]
[- hide]
| ...
All Known Implementing Classes:
KeepOnlyLastCommitDeletionPolicy, NoDeletionPolicy, PersistentSnapshotDeletionPolicy, SnapshotDeletionPolicy
public interface IndexDeletionPolicy
Expert... |
| ...: policy for deletion of stale index commits.
Implement this interface, and pass it to one
of the IndexWriter or IndexReader
constructors, to customize when older
point-in-time commits... |
| ...
are deleted from the index directory. The default deletion policy
is KeepOnlyLastCommitDeletionPolicy, which always
removes old commits as soon as a new commit is done (this
matches the behavior... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache.../IndexDeletionPolicy.html
2013-03-11, 05:47
|
|
|
LogMergePolicy (Lucene 4.2.0 API) - Lucene - [web site]
|
|
...
LogMergePolicy (Lucene 4.2.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class LogMergePolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.MergePolicy
org.apache.lucene.index.LogMergePolicy
All Implemented Interfaces:
Closeable, Cloneable
Direct Known Subclasses:
LogByteSizeMergePolicy... |
| ..., LogDocMergePolicy
public abstract class LogMergePolicy
extends MergePolicy
This class implements a MergePolicy that tries
to merge segments into levels of exponentially
increasing... |
| ...(org.apache.lucene.index.SegmentInfoPerCommit) method which specifies how a
segment's size is determined. LogDocMergePolicy
is one subclass that measures size by document count in
the segment. LogByteSizeMergePolicy is another
subclass... |
|
|
http://lucene.apache.org/java/4_2_0/core/org/apache/luce.../LogMergePolicy.html
2013-03-11, 05:47
|
|
|
NoMergePolicy (Lucene 4.1.0 API) - Lucene - [web site]
|
|
...
NoMergePolicy (Lucene 4.1.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
...
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class NoMergePolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.MergePolicy
org.apache.lucene.index.NoMergePolicy
All Implemented Interfaces:
Closeable, Cloneable
public final class NoMergePolicy... |
| ...
extends MergePolicy
A MergePolicy which never returns merges to execute (hence it's
name). It is also a singleton and can be accessed through
NO_COMPOUND_FILES if you want to indicate the index... |
| ...
policy's settings to achieve that, such as changing its merge factor.
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.lucene.index.MergePolicy... |
|
|
http://lucene.apache.org/java/4_1_0/core/org/apache/lucen.../NoMergePolicy.html
2013-01-22, 06:26
|
|
|
OrdinalPolicy (Lucene 4.1.0 API) - Lucene - [web site]
|
|
...
OrdinalPolicy (Lucene 4.1.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class...
|
|
....apache.lucene.facet.index.categorypolicy
Interface OrdinalPolicy
All Superinterfaces:
Serializable
All Known Implementing Classes:
NonTopLevelOrdinalPolicy
public interface OrdinalPolicy
extends Serializable
A policy...
|
[+ show more]
[- hide]
| ... for adding category parent ordinals to the list of ordinals that are
encoded for a given document. The default ALL_PARENTS policy always
adds all parents, where NO_PARENTS never adds any parents... |
| ....
WARNING: This API is experimental and might change in incompatible ways in the next release.
Field Summary
Fields Modifier and Type Field and Description
static OrdinalPolicy... |
| ... ALL_PARENTS
An OrdinalPolicy which stores all parent ordinals, except
TaxonomyReader.ROOT_ORDINAL.
static OrdinalPolicy NO_PARENTS
An OrdinalPolicy which never stores parent ordinals... |
|
|
http://lucene.apache.org/java/4_1_0/facet/org/apache/luce.../OrdinalPolicy.html
2013-01-22, 06:26
|
|
|
MergePolicy (Lucene 4.1.0 API) - Lucene - [web site]
|
|
...
MergePolicy (Lucene 4.1.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames...
|
|
...
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class MergePolicy
java...
|
[+ show more]
[- hide]
| ....lang.Object
org.apache.lucene.index.MergePolicy
All Implemented Interfaces:
Closeable, Cloneable
Direct Known Subclasses:
LogMergePolicy, NoMergePolicy, TieredMergePolicy, UpgradeIndexMergePolicy... |
| ...
public abstract class MergePolicy
extends Object
implements Closeable, Cloneable
Expert: a MergePolicy determines the sequence of
primitive merge operations.
Whenever the segments... |
| ..., IndexWriter invokes findMerges(org.apache.lucene.index.MergePolicy.MergeTrigger, org.apache.lucene.index.SegmentInfos) to give the MergePolicy a chance to pick
merges that are now required... |
|
|
http://lucene.apache.org/java/4_1_0/core/org/apache/lucene/.../MergePolicy.html
2013-01-22, 06:26
|
|
|
SnapshotDeletionPolicy (Lucene 4.1.0 API) - Lucene - [web site]
|
|
...
SnapshotDeletionPolicy (Lucene 4.1.0 API)
JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next...
|
|
... Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.lucene.index
Class SnapshotDeletionPolicy...
|
[+ show more]
[- hide]
| ...
java.lang.Object
org.apache.lucene.index.SnapshotDeletionPolicy
All Implemented Interfaces:
IndexDeletionPolicy
Direct Known Subclasses:
PersistentSnapshotDeletionPolicy... |
| ...
public class SnapshotDeletionPolicy
extends Object
implements IndexDeletionPolicy
An IndexDeletionPolicy that wraps around any other
IndexDeletionPolicy and adds the ability to hold and later... |
| ... we wrap another arbitrary
IndexDeletionPolicy, this gives you the freedom to continue using
whatever IndexDeletionPolicy you would normally want to use with your
index.
This class... |
|
|
http://lucene.apache.org/java/4_1_0/core/org/apa.../SnapshotDeletionPolicy.html
2013-01-22, 06:26
|
|
|
|