Example usage for org.apache.solr.handler.component SearchHandler subclass-usage

List of usage examples for org.apache.solr.handler.component SearchHandler subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.handler.component SearchHandler subclass-usage.

Usage

From source file at.newmedialab.lmf.util.solr.SuggestionRequestHandler.java

/**
 * https://svn.apache.org/repos/asf/lucene/solr/branches/branch-1.4/src/java/org/apache/solr/handler/
 *
 * <p/>
 * Author: Thomas Kurz (tkurz@apache.org)
 */

From source file com.tsgrp.solr.handler.NYPhilGetTagsHandler.java

/**
 * @author Phil MacCart, Technology Services Group
 * @version 1.0
 *
 * <h2>Modification History</h2>
 * <ul>

From source file com.tsgrp.solr.handler.NYPhilSearchHandler.java

/**
 * By including the {!tag=test} at the start of a FILTER QUERY, the filter query will not affect facets that are prefixed with the {!ex=test} attribute.
 * The {!tag=test} is PURPOSELY left off the filter query that is applied with the date ranges (document type used when no date query exists), and specific type restrictions so the counts are properly updated.
 * 
 * @author gamin, Technology Services Group
 * @version 1.0

From source file com.tsgrp.solr.handler.NYPhilTagAutoCompleteHandler.java

/**
 * @author Phil MacCart, Technology Services Group
 * @version 1.0
 *
 * <h2>Modification History</h2>
 * <ul>

From source file de.qaware.chronix.solr.query.analysis.AnalysisHandler.java

/**
 * Aggregation search handler
 *
 * @author f.lautenschlager
 */
public class AnalysisHandler extends SearchHandler {

From source file edu.harvard.gis.hhypermap.bop.solrplugins.DateShardRoutingSearchHandler.java

public class DateShardRoutingSearchHandler extends SearchHandler {
    private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());

    private static final String SHARD_NAME_PREFIX = "shard-";
    private static final String SHARD_RT_NAME = "RT";
    public static final String START_PARAM = "hcga.start";

From source file opennlp.tools.similarity.apps.solr.ContentGeneratorRequestHandler.java

public class ContentGeneratorRequestHandler extends SearchHandler {
    private static Logger LOG = Logger
            .getLogger("com.become.search.requestHandlers.SearchResultsReRankerRequestHandler");
    private ParserChunker2MatcherProcessor sm = null;
    WordDocBuilderEndNotes docBuilder = new WordDocBuilderEndNotes();

From source file opennlp.tools.similarity.apps.solr.IterativeSearchRequestHandler.java

public class IterativeSearchRequestHandler extends SearchHandler {

    private ParseTreeChunkListScorer parseTreeChunkListScorer = new ParseTreeChunkListScorer();

    public SolrQueryResponse runSearchIteration(SolrQueryRequest req, SolrQueryResponse rsp, String fieldToTry) {
        try {

From source file opennlp.tools.similarity.apps.solr.NLProgram2CodeRequestHandler.java

public class NLProgram2CodeRequestHandler extends SearchHandler {
    private static Logger LOG = Logger.getLogger("opennlp.tools.similarity.apps.solr.NLProgram2CodeRequestHandler");
    private final static int MAX_SEARCH_RESULTS = 100;
    private ParseTreeChunkListScorer parseTreeChunkListScorer = new ParseTreeChunkListScorer();
    private ParserChunker2MatcherProcessor sm = null;
    private int MAX_QUERY_LENGTH_NOT_TO_RERANK = 3;

From source file opennlp.tools.similarity.apps.solr.QueryExpansionRequestHandler.java

public class QueryExpansionRequestHandler extends SearchHandler {

    public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) {
        try {
            //System.out.println("request before ="+req);
            SolrQueryRequest req1 = substituteField(req);