org.apache.blur.lucene.serializer
Class MatchAllDocsQueryWritable
java.lang.Object
org.apache.blur.lucene.serializer.AbtractQueryWritable<org.apache.lucene.search.MatchAllDocsQuery>
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>
MatchAllDocsQueryWritable
public MatchAllDocsQueryWritable()
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.