| Package | Description |
|---|---|
| com.neurosys.products.service |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ProductIndexSearch<T>> |
ProductServiceImpl.searchMap
Map of Index Name to the
ProductIndexSearch
Default ProductIndexSearch is mapped to null key |
| Modifier and Type | Method and Description |
|---|---|
ProductIndexSearch<T> |
ProductServiceImpl.getSearchService(String indexName) |
ProductIndexSearch<T> |
ProductService.getSearchService(String indexName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProductIndexSearch<T>> |
ProductServiceImpl.getSearchMap()
Map of Index Name to the
ProductIndexSearch
Default ProductIndexSearch is mapped to null key |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductServiceImpl.setSearchMap(Map<String,ProductIndexSearch<T>> searchMap)
Map of Index Name to the
ProductIndexSearch
Default ProductIndexSearch is mapped to null key |
Copyright © 2018. All rights reserved.