org.apache.solr.search.join
Class BlockJoinChildQParserPlugin

java.lang.Object
  extended by org.apache.solr.search.QParserPlugin
      extended by org.apache.solr.search.join.BlockJoinParentQParserPlugin
          extended by org.apache.solr.search.join.BlockJoinChildQParserPlugin
All Implemented Interfaces:
SolrInfoMBean, NamedListInitializedPlugin

public class BlockJoinChildQParserPlugin
extends BlockJoinParentQParserPlugin

Usage: {!child of="PARENT:true"}PARENT_PRICE:10


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean
SolrInfoMBean.Category
 
Field Summary
static String NAME
           
 
Fields inherited from class org.apache.solr.search.QParserPlugin
DEFAULT_QTYPE, standardPlugins
 
Constructor Summary
BlockJoinChildQParserPlugin()
           
 
Method Summary
protected  QParser createBJQParser(String qstr, SolrParams localParams, SolrParams params, SolrQueryRequest req)
           
 
Methods inherited from class org.apache.solr.search.join.BlockJoinParentQParserPlugin
createParser, init
 
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 Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

BlockJoinChildQParserPlugin

public BlockJoinChildQParserPlugin()
Method Detail

createBJQParser

protected QParser createBJQParser(String qstr,
                                  SolrParams localParams,
                                  SolrParams params,
                                  SolrQueryRequest req)
Overrides:
createBJQParser in class BlockJoinParentQParserPlugin


Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.