public class IndexTypeFSQSpec<T extends IndexedTypeFlexibleSearchQuery> extends Object implements FlexibleSearchQuerySpec
| Constructor and Description |
|---|
IndexTypeFSQSpec(T indexedTypeFlexileSearchQueryData) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
createParameters()
Creates a map representation of query parameters:
- injected by query attributes - injected by parameter provider specified by name in solr configuration xml file. |
String |
getQuery()
Returns string representation of query stored in the solr configuration xml file.
|
String |
getUser()
Return user name used in solr configuration xml file to restrict flexible query.
|
public IndexTypeFSQSpec(T indexedTypeFlexileSearchQueryData)
public String getQuery()
FlexibleSearchQuerySpecgetQuery in interface FlexibleSearchQuerySpecpublic Map<String,Object> createParameters()
FlexibleSearchQuerySpeccreateParameters in interface FlexibleSearchQuerySpecpublic String getUser()
FlexibleSearchQuerySpecgetUser in interface FlexibleSearchQuerySpecCopyright © 2017 SAP SE. All Rights Reserved.