org.apache.blur.lucene.serializer
Class MatchAllDocsQueryWritable

java.lang.Object
  extended by org.apache.blur.lucene.serializer.AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>
      extended by org.apache.blur.lucene.serializer.MatchAllDocsQueryWritable
All Implemented Interfaces:
Cloneable, org.apache.hadoop.io.Writable

public class MatchAllDocsQueryWritable
extends AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>


Constructor Summary
MatchAllDocsQueryWritable()
           
 
Method Summary
 org.apache.lucene.search.MatchAllDocsQuery getQuery()
           
 Class<org.apache.lucene.search.MatchAllDocsQuery> getType()
           
 void readFields(DataInput in)
           
 void setQuery(org.apache.lucene.search.MatchAllDocsQuery query)
           
 void write(DataOutput out)
           
 
Methods inherited from class org.apache.blur.lucene.serializer.AbtractQueryWritable
clone
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchAllDocsQueryWritable

public MatchAllDocsQueryWritable()
Method Detail

write

public void write(DataOutput out)
           throws IOException
Throws:
IOException

readFields

public void readFields(DataInput in)
                throws IOException
Throws:
IOException

getQuery

public org.apache.lucene.search.MatchAllDocsQuery getQuery()
Specified by:
getQuery in class AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>

setQuery

public void setQuery(org.apache.lucene.search.MatchAllDocsQuery query)
Specified by:
setQuery in class AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>

getType

public Class<org.apache.lucene.search.MatchAllDocsQuery> getType()
Specified by:
getType in class AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.