public static class SearchOptions.Builder extends Object
| Constructor and Description |
|---|
SearchOptions.Builder() |
| Modifier and Type | Method and Description |
|---|---|
static SearchOptions |
query(String query) |
static SearchOptions |
rows(int rows) |
static SearchOptions |
start(int start) |
static SearchOptions |
start(String start) |
public static SearchOptions query(String query)
SearchOptions.query(String)public static SearchOptions start(String start)
SearchOptions.sort(String)public static SearchOptions rows(int rows)
SearchOptions.rows(int)public static SearchOptions start(int start)
SearchOptions.start(int)Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.