Example usage for org.apache.solr.request SolrRequestHandler interface-usage

List of usage examples for org.apache.solr.request SolrRequestHandler interface-usage

Introduction

In this page you can find the example usage for org.apache.solr.request SolrRequestHandler interface-usage.

Usage

From source file com.downtree.tourbus.search.TBRequestHandler.java

/**
 * Mostly taken from Solr's StandardRequestHandler.
 * - Added the ability to filter documents by location.
 * - Removed highlighting because we'll never use it.
 *
 */