Uses of Interface
org.apache.lucene.queryparser.flexible.core.config.FieldConfigListener
-
Packages that use FieldConfigListener Package Description org.apache.lucene.queryparser.flexible.core.config Base classes used to configure the query processing.org.apache.lucene.queryparser.flexible.standard.config Standard Lucene Query Configuration. -
-
Uses of FieldConfigListener in org.apache.lucene.queryparser.flexible.core.config
Fields in org.apache.lucene.queryparser.flexible.core.config with type parameters of type FieldConfigListener Modifier and Type Field Description private java.util.LinkedList<FieldConfigListener>QueryConfigHandler. listenersMethods in org.apache.lucene.queryparser.flexible.core.config with parameters of type FieldConfigListener Modifier and Type Method Description voidQueryConfigHandler. addFieldConfigListener(FieldConfigListener listener)Adds a listener. -
Uses of FieldConfigListener in org.apache.lucene.queryparser.flexible.standard.config
-