| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.iterators |
| Modifier and Type | Method | Description |
|---|---|---|
Index<?> |
APIClient.initIndex(String name) |
Get the index object initialized (no server call needed for initialization)
|
<T> Index<T> |
APIClient.initIndex(String name,
Class<T> klass) |
Get the index object initialized (no server call needed for initialization)
|
| Constructor | Description |
|---|---|
RulesIterable(Index<?> index) |
|
RulesIterable(Index<?> index,
Integer hitsPerPage) |
|
RulesIterator(Index<?> index) |
|
RulesIterator(Index<?> index,
Integer hitsPerPage) |
|
SynonymsIterable(Index<?> index) |
|
SynonymsIterable(Index<?> index,
Integer hitsPerPage) |
Copyright © 2018. All rights reserved.