|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.AttributeImpl
org.apache.lucene.queryParser.standard.config.FieldBoostMapAttributeImpl
@Deprecated public class FieldBoostMapAttributeImpl
This attribute is used by 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.
BoostAttribute,
Serialized Form| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.util.AttributeImpl |
|---|
enableBackwards |
| Constructor Summary | |
|---|---|
FieldBoostMapAttributeImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
void |
clear()
Deprecated. |
void |
copyTo(org.apache.lucene.util.AttributeImpl target)
Deprecated. |
boolean |
equals(Object other)
Deprecated. |
Map<String,Float> |
getFieldBoostMap()
Deprecated. |
int |
hashCode()
Deprecated. |
void |
setFieldBoostMap(Map<String,Float> boosts)
Deprecated. |
void |
setQueryConfigHandler(AbstractQueryConfig config)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class org.apache.lucene.util.AttributeImpl |
|---|
clone, reflectAsString, reflectWith |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FieldBoostMapAttributeImpl()
| Method Detail |
|---|
public void setFieldBoostMap(Map<String,Float> boosts)
setFieldBoostMap in interface FieldBoostMapAttributeboosts - a mapping from field name to its default boostpublic Map<String,Float> getFieldBoostMap()
getFieldBoostMap in interface FieldBoostMapAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class org.apache.lucene.util.AttributeImplpublic void setQueryConfigHandler(AbstractQueryConfig config)
setQueryConfigHandler in interface ConfigAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||