org.apache.solr.search.join
Class IgnoreAcceptDocsQuery

java.lang.Object
  extended by org.apache.lucene.search.Query
      extended by org.apache.solr.search.join.IgnoreAcceptDocsQuery
All Implemented Interfaces:
Cloneable

public class IgnoreAcceptDocsQuery
extends Query


Constructor Summary
IgnoreAcceptDocsQuery(Query q)
           
 
Method Summary
 Weight createWeight(IndexSearcher searcher)
           
 boolean equals(Object o)
           
 void extractTerms(Set<Term> terms)
           
 float getBoost()
           
 int hashCode()
           
 Query rewrite(IndexReader reader)
           
 void setBoost(float b)
           
 String toString()
           
 String toString(String field)
           
 
Methods inherited from class org.apache.lucene.search.Query
clone
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IgnoreAcceptDocsQuery

public IgnoreAcceptDocsQuery(Query q)
Method Detail

setBoost

public void setBoost(float b)
Overrides:
setBoost in class Query

getBoost

public float getBoost()
Overrides:
getBoost in class Query

toString

public String toString()
Overrides:
toString in class Query

createWeight

public Weight createWeight(IndexSearcher searcher)
                    throws IOException
Overrides:
createWeight in class Query
Throws:
IOException

rewrite

public Query rewrite(IndexReader reader)
              throws IOException
Overrides:
rewrite in class Query
Throws:
IOException

extractTerms

public void extractTerms(Set<Term> terms)
Overrides:
extractTerms in class Query

hashCode

public int hashCode()
Overrides:
hashCode in class Query

equals

public boolean equals(Object o)
Overrides:
equals in class Query

toString

public String toString(String field)
Specified by:
toString in class Query


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