Serialized Form


Package org.apache.lucene.facet

Class org.apache.lucene.facet.FacetException extends IOException implements Serializable


Package org.apache.lucene.facet.enhancements.association

Class org.apache.lucene.facet.enhancements.association.AssociationFloatProperty extends AssociationProperty implements Serializable

Class org.apache.lucene.facet.enhancements.association.AssociationIntProperty extends AssociationProperty implements Serializable

Class org.apache.lucene.facet.enhancements.association.AssociationProperty extends Object implements Serializable

Serialized Fields

association

long association

Package org.apache.lucene.facet.enhancements.params

Class org.apache.lucene.facet.enhancements.params.DefaultEnhancementsIndexingParams extends PerDimensionIndexingParams implements Serializable

Serialized Fields

enhancedCategories

List<E> enhancedCategories

Package org.apache.lucene.facet.index

Class org.apache.lucene.facet.index.CategoryContainer extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Deserialize object from given ObjectInputStream

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialize object content to given ObjectOutputStream

Throws:
IOException

Package org.apache.lucene.facet.index.attributes

Class org.apache.lucene.facet.index.attributes.CategoryAttributeImpl extends org.apache.lucene.util.AttributeImpl implements Serializable

Serialized Fields

categoryPath

CategoryPath categoryPath
The category path instance.


properties

HashMap<K,V> properties
A map of properties associated to the current category path.

Class org.apache.lucene.facet.index.attributes.OrdinalProperty extends Object implements Serializable

Serialized Fields

ordinal

int ordinal

Package org.apache.lucene.facet.index.categorypolicy

Class org.apache.lucene.facet.index.categorypolicy.DefaultOrdinalPolicy extends Object implements Serializable

Class org.apache.lucene.facet.index.categorypolicy.DefaultPathPolicy extends Object implements Serializable

Class org.apache.lucene.facet.index.categorypolicy.NonTopLevelOrdinalPolicy extends Object implements Serializable

Serialized Fields

taxonomyWriter

TaxonomyWriter taxonomyWriter
The taxonomyWriter with which the given ordinals' parent is determined.

Class org.apache.lucene.facet.index.categorypolicy.NonTopLevelPathPolicy extends Object implements Serializable

Serialized Fields

DEFAULT_MINIMAL_SUBPATH_LENGTH

int DEFAULT_MINIMAL_SUBPATH_LENGTH
The shortest path length delivered is two components (root + one child).


Package org.apache.lucene.facet.index.params

Class org.apache.lucene.facet.index.params.CategoryListParams extends Object implements Serializable

Serialized Fields

term

org.apache.lucene.index.Term term

hashCode

int hashCode

Class org.apache.lucene.facet.index.params.DefaultFacetIndexingParams extends Object implements Serializable

Serialized Fields

clpParams

CategoryListParams clpParams

ordinalPolicy

OrdinalPolicy ordinalPolicy

pathPolicy

PathPolicy pathPolicy

partitionSize

int partitionSize

Class org.apache.lucene.facet.index.params.FacetParamsMissingPropertyException extends FacetException implements Serializable

Class org.apache.lucene.facet.index.params.PerDimensionIndexingParams extends DefaultFacetIndexingParams implements Serializable

Serialized Fields

clParamsMap

Map<K,V> clParamsMap

Package org.apache.lucene.facet.taxonomy

Class org.apache.lucene.facet.taxonomy.CategoryPath extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

chars

char[] chars

ends

short[] ends

ncomponents

short ncomponents

Class org.apache.lucene.facet.taxonomy.InconsistentTaxonomyException extends Exception implements Serializable


Package org.apache.lucene.util

Class org.apache.lucene.util.AttributeImpl extends Object implements Serializable

Serialized Fields

enableBackwards

boolean enableBackwards
Deprecated. 

Class org.apache.lucene.util.BytesRefHash.MaxBytesLengthExceededException extends RuntimeException implements Serializable

Class org.apache.lucene.util.MapBackedSet extends AbstractSet<E> implements Serializable

serialVersionUID: -6761513279741915432L

Serialized Fields

map

Map<K,V> map

Class org.apache.lucene.util.OpenBitSet extends org.apache.lucene.search.DocIdSet implements Serializable

Serialized Fields

bits

long[] bits

wlen

int wlen

numBits

long numBits

Class org.apache.lucene.util.OpenBitSetDISI extends org.apache.lucene.util.OpenBitSet implements Serializable

Class org.apache.lucene.util.Parameter extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Deprecated. 
Throws:
ObjectStreamException
Serialized Fields

name

String name
Deprecated. 

Class org.apache.lucene.util.SetOnce.AlreadySetException extends RuntimeException implements Serializable

Class org.apache.lucene.util.ThreadInterruptedException extends RuntimeException implements Serializable

Class org.apache.lucene.util.TwoPhaseCommitTool.CommitFailException extends IOException implements Serializable

Class org.apache.lucene.util.TwoPhaseCommitTool.PrepareCommitFailException extends IOException implements Serializable


Package org.apache.lucene.util.collections

Class org.apache.lucene.util.collections.LRUHashMap extends LinkedHashMap<K,V> implements Serializable

Serialized Fields

maxSize

int maxSize



Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.