org.apache.lucene.util.Attribute
BoostAttributeImpl
@Deprecated public interface BoostAttribute extends org.apache.lucene.util.Attribute
MultiFieldQueryNodeProcessor
processor and
it should be defined in a FieldConfig
. This processor uses this
attribute to define which boost a specific field should have when none is
defined to it. Modifier and Type | Method | Description |
---|---|---|
float |
getBoost() |
Deprecated.
|
void |
setBoost(float boost) |
Deprecated.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.