public class SearchInput extends Object implements MapReduceInput
| Constructor and Description |
|---|
SearchInput(String index,
String search)
Construct a SearchInput using the provided index name and search query.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex()
Gets the index supplied for the search.
|
String |
getSearch()
Gets the search query supplied for the search.
|
Copyright © 2016. All rights reserved.