Class PrefixQParserPlugin

java.lang.Object
org.apache.solr.search.QParserPlugin
org.apache.solr.search.PrefixQParserPlugin
All Implemented Interfaces:
NamedListInitializedPlugin

public class PrefixQParserPlugin extends QParserPlugin
Create a prefix query from the input value. Currently no analysis or value transformation is done to create this prefix query (subject to change).
Other parameters: f, the field
Example: {!prefix f=myfield}foo is generally equivalent to the Lucene query parser expression myfield:foo*