@Deprecated public class AbstractFlexibleSearchQuerySpec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFlexibleSearchQuerySpec.Builder
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ANONYMOUS
Deprecated.
|
protected FacetSearchConfigService |
configurationService
Deprecated.
|
static String |
CURRENTDATE
Deprecated.
|
static String |
CURRENTTIME
Deprecated.
|
protected String |
indexTypeCode
Deprecated.
|
protected boolean |
injectCurrentDate
Deprecated.
|
protected boolean |
injectCurrentTime
Deprecated.
|
protected boolean |
injectLastIndexTime
Deprecated.
|
static String |
LASTINDEXTIME
Deprecated.
|
protected Object |
parameterProvider
Deprecated.
|
protected String |
query
Deprecated.
|
protected IndexedType |
stagedIndexedType
Deprecated.
|
protected String |
user
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFlexibleSearchQuerySpec(AbstractFlexibleSearchQuerySpec.Builder builder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractFlexibleSearchQuerySpec.Builder |
builder()
Deprecated.
|
protected Map<String,Object> |
createParametersFromProvider(Object provider)
Deprecated.
|
protected FacetSearchConfigService |
getConfigurationService()
Deprecated.
|
protected Date |
getCurrentDate()
Deprecated.
|
protected IndexConfig |
getIndexConfig(String facetSearchConfigName)
Deprecated.
|
protected IndexedType |
getIndexType(String indexTypeCode)
Deprecated.
|
protected Date |
getLastIndexTime()
Deprecated.
|
void |
setStagedIndexedType(IndexedType stagedIndexedType)
Deprecated.
|
public static final String CURRENTDATE
public static final String CURRENTTIME
public static final String LASTINDEXTIME
protected static final String ANONYMOUS
protected String query
protected String indexTypeCode
protected boolean injectCurrentDate
protected boolean injectCurrentTime
protected boolean injectLastIndexTime
protected String user
protected Object parameterProvider
protected FacetSearchConfigService configurationService
protected IndexedType stagedIndexedType
protected AbstractFlexibleSearchQuerySpec(AbstractFlexibleSearchQuerySpec.Builder builder)
protected Date getCurrentDate()
protected IndexConfig getIndexConfig(String facetSearchConfigName) throws ParameterProviderException
ParameterProviderExceptionprotected FacetSearchConfigService getConfigurationService()
protected Map<String,Object> createParametersFromProvider(Object provider) throws ParameterProviderException
ParameterProviderExceptionprotected IndexedType getIndexType(String indexTypeCode)
protected Date getLastIndexTime() throws SolrServiceException
SolrServiceExceptionpublic void setStagedIndexedType(IndexedType stagedIndexedType)
stagedIndexedType - the stagedIndexedType to setpublic static AbstractFlexibleSearchQuerySpec.Builder builder()
Copyright © 2017 SAP SE. All Rights Reserved.