|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.queryParser.standard.config.FieldBoostMapFCListener
public class FieldBoostMapFCListener
This listener listens for every field configuration request and assign a
BoostAttribute
to the equivalent FieldConfig
based on a
defined map: fieldName -> boostValue store in FieldBoostMapAttribute
in the FieldBoostMapAttribute
.
BoostAttribute
,
FieldBoostMapAttribute
,
FieldConfig
,
FieldConfigListener
Constructor Summary | |
---|---|
FieldBoostMapFCListener(QueryConfigHandler config)
|
Method Summary | |
---|---|
void |
buildFieldConfig(FieldConfig fieldConfig)
This method is called ever time a field configuration is requested. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldBoostMapFCListener(QueryConfigHandler config)
Method Detail |
---|
public void buildFieldConfig(FieldConfig fieldConfig)
FieldConfigListener
buildFieldConfig
in interface FieldConfigListener
fieldConfig
- the field configuration requested, should never be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |