public class SourceGenerator
extends java.lang.Object
Constructor and Description |
---|
SourceGenerator() |
Modifier and Type | Method and Description |
---|---|
void |
build(QueryGenerator query,
int from,
int size) |
void |
build(QueryGenerator query,
int from,
int size,
org.xbib.content.XContentBuilder sort,
org.xbib.content.XContentBuilder facets) |
org.xbib.content.XContentBuilder |
getResult() |
public SourceGenerator() throws java.io.IOException
java.io.IOException
public void build(QueryGenerator query, int from, int size) throws java.io.IOException
java.io.IOException
public void build(QueryGenerator query, int from, int size, org.xbib.content.XContentBuilder sort, org.xbib.content.XContentBuilder facets) throws java.io.IOException
java.io.IOException
public org.xbib.content.XContentBuilder getResult()