public final class FieldInvertState
extends java.lang.Object
WARNING: This API is new and experimental, and may suddenly change.
Constructor and Description |
---|
FieldInvertState() |
FieldInvertState(int position,
int length,
int numOverlap,
int offset,
float boost) |
Modifier and Type | Method and Description |
---|---|
AttributeSource |
getAttributeSource() |
float |
getBoost()
Get boost value.
|
int |
getLength()
Get total number of terms in this field.
|
int |
getNumOverlap()
Get the number of terms with
positionIncrement == 0 . |
int |
getOffset()
Get end offset of the last processed term.
|
int |
getPosition()
Get the last processed term position.
|
public FieldInvertState()
public FieldInvertState(int position, int length, int numOverlap, int offset, float boost)
public int getPosition()
public int getLength()
public int getNumOverlap()
positionIncrement == 0
.public int getOffset()
public float getBoost()
public AttributeSource getAttributeSource()
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.