Example usage for org.apache.solr.search QParserPlugin subclass-usage

List of usage examples for org.apache.solr.search QParserPlugin subclass-usage

Introduction

In this page you can find the example usage for org.apache.solr.search QParserPlugin subclass-usage.

Usage

From source file GeonamesQParserPlugin.java

/**
 * Use the Geonames Webservices API to get geocoding information to create a query.  Each Toponym match is added
 * as a function
 * <p/>
 * Local Params:
 * <ul>

From source file CartesianTierQParserPlugin.java

/**
 * Given a user query, create a Filter based on the proper box ids of the cartesian tiers.
 * <p/>
 * <ul>
 * <li>x - double, The x coordinate of the center point. Required</li>
 * <li>y - double, The y coordinate of the center point. Required</li>

From source file alba.solr.core.DynamicQueryParser.java

public class DynamicQueryParser extends QParserPlugin {

    Map<String, CallableFunction> postFilters;

    Map<String, CallableFunction> functions;

From source file com.alipay.tiansuan.solrplugin.SelectInLocalFileQParserPlugin.java

/**
 * select in file
 * 
 *      <queryParser name="inhdfs" class="com.alipay.tiansuan.solrplugin.SelectInLocalFileQParserPlugin"/>
    
http://hdphadoop:8983/solr/select/?q=user_id%3A2*&version=2.2&start=0&rows=10&indent=on&fq={!inhdfs%20f=user_id}hdfs://hdphadoop.com:9000/data/tiansuan/filein2

From source file com.alipay.tiansuan.solrplugin.StringCotainsQParserPlugin.java

/**
 * select in file
 * 
 *      <queryParser name="inhdfs" class="com.alipay.tiansuan.solrplugin.SelectInLocalFileQParserPlugin"/>
    
http://hdphadoop:8983/solr/select/?q=user_id%3A2*&version=2.2&start=0&rows=10&indent=on&fq={!contains%20f=user_id}hdfs://hdphadoop.com:9000/data/tiansuan/filein2

From source file com.github.healthonnet.search.SynonymExpandingExtendedDismaxQParserPlugin.java

/**
 * Main implementation of the synonym-expanding ExtendedDismaxQParser plugin for Solr. This parser was originally derived from ExtendedDismaxQParser, which itself was derived from the DismaxQParser from Solr.
 * 
 * @see <a href="https://github.com/healthonnet/hon-lucene-synonyms">https://github.com/healthonnet/hon-lucene-synonyms</a>
 */
public class SynonymExpandingExtendedDismaxQParserPlugin extends QParserPlugin implements ResourceLoaderAware {

From source file com.indoqa.solr.spatial.corridor.query.route.RouteQueryParserPlugin.java

public class RouteQueryParserPlugin extends QParserPlugin {

    @Override
    public QParser createParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req) {
        return new RouteQueryParser(qstr, localParams, params, req);
    }

From source file com.kmwllc.search.solr.parser.GraphQueryParserPlugin.java

/**
  * Licensed to KMW Technology.
  * http://www.kmwllc.com/
  * Query parser plugin for solr to wrap the graph query parser.
  * 
  */

From source file com.kmwllc.search.solr.parser.KMWQueryParserPlugin.java

/**
  * Licensed to KMW Technology.
  * http://www.kmwllc.com/
  * Query parser plugin for solr to wrap the graph query parser.
  * 
  */

From source file com.memonews.solr.search.HighlightQParserPlugin.java

/**
 * Excludes the given fields from the query.
 *  
 * Since Solr 4.0
 * 
 */