Java org.apache.solr.util SolrPluginUtils fields, constructors, methods, implement or subclass

Example usage for Java org.apache.solr.util SolrPluginUtils fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

DocListdoSimpleQuery(String sreq, SolrQueryRequest req, int start, int limit)
Executes a basic query
NamedListdoStandardDebug(SolrQueryRequest req, String userQuery, Query query, DocList results, boolean dbgQuery, boolean dbgResults)

Returns a NamedList containing many "standard" pieces of debugging information.

MapparseFieldBoosts(String in)
Given a string containing fieldNames and boost info, converts it to a Map from field name to boost info.
MapparseFieldBoosts(String[] fieldLists)
Like parseFieldBoosts(String), but parses all the strings in the provided array (which may be null).
voidsetDefaults(SolrQueryRequest req, SolrParams defaults, SolrParams appends, SolrParams invariants)
Set default-ish params on a SolrQueryRequest.