Class AlfrescoFTSQParserPlugin

java.lang.Object
org.apache.solr.search.QParserPlugin
org.alfresco.solr.query.AlfrescoFTSQParserPlugin
All Implemented Interfaces:
org.apache.solr.core.SolrInfoMBean, org.apache.solr.util.plugin.NamedListInitializedPlugin

public class AlfrescoFTSQParserPlugin extends org.apache.solr.search.QParserPlugin
Author:
Andy
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean

    org.apache.solr.core.SolrInfoMBean.Category, org.apache.solr.core.SolrInfoMBean.Group
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.slf4j.Logger
     

    Fields inherited from class org.apache.solr.search.QParserPlugin

    DEFAULT_QTYPE, standardPlugins
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.solr.search.QParser
    createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, org.apache.solr.request.SolrQueryRequest req)
     
    void
    init(org.apache.solr.common.util.NamedList args)
     

    Methods inherited from class org.apache.solr.search.QParserPlugin

    getCategory, getDescription, getDocs, getName, getSource, getStatistics, getVersion

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • log

      protected static final org.slf4j.Logger log
  • Constructor Details

    • AlfrescoFTSQParserPlugin

      public AlfrescoFTSQParserPlugin()
  • Method Details

    • createParser

      public org.apache.solr.search.QParser createParser(String qstr, org.apache.solr.common.params.SolrParams localParams, org.apache.solr.common.params.SolrParams params, org.apache.solr.request.SolrQueryRequest req)
      Specified by:
      createParser in class org.apache.solr.search.QParserPlugin
    • init

      public void init(org.apache.solr.common.util.NamedList args)
      Specified by:
      init in interface org.apache.solr.util.plugin.NamedListInitializedPlugin
      Overrides:
      init in class org.apache.solr.search.QParserPlugin