Java org.apache.solr.search QueryParsing fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.search QueryParsing fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.solr.search QueryParsing.

The text is from its open source code.

Field

StringOP
StringV
StringF
StringDEFTYPE

Method

SolrParamsgetLocalParams(String txt, SolrParams params)
"foo" returns null "{!prefix f=myfield}yes" returns type="prefix",f="myfield",v="yes" "{!prefix f=myfield v=$p}" returns type="prefix",f="myfield",v=params.get("p")
StringtoString(Query query, IndexSchema schema)
Formats a Query for debugging, using the IndexSchema to make complex field types readable.
ListtoString(List queries, IndexSchema schema)
Builds a list of String which are stringified versions of a list of Queries