public class SolrIndexerQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_SOLRINDEXEDTYPE2SOLRINDEXERQUERY
Generated relation code constant for relation
SolrIndexedType2SolrIndexerQuery defining source attribute solrIndexedType in extension solrfacetsearch. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
IDENTIFIER
Generated constant - Attribute key of
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. |
static String |
INJECTCURRENTDATE
Generated constant - Attribute key of
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch. |
static String |
INJECTCURRENTTIME
Generated constant - Attribute key of
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch. |
static String |
INJECTLASTINDEXTIME
Generated constant - Attribute key of
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch. |
static String |
PARAMETERPROVIDER
Generated constant - Attribute key of
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
static String |
QUERY
Generated constant - Attribute key of
SolrIndexerQuery.query attribute defined at extension solrfacetsearch. |
static String |
SOLRINDEXEDTYPE
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch. |
static String |
SOLRINDEXEDTYPEPOS
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexedTypePOS attribute defined at extension solrfacetsearch. |
static String |
SOLRINDEXERQUERYPARAMETERS
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch. |
static String |
TYPE
Generated constant - Attribute key of
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
static String |
USER
Generated constant - Attribute key of
SolrIndexerQuery.user attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
SolrIndexerQueryModel()
Generated constructor - Default constructor for generic creation.
|
SolrIndexerQueryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
SolrIndexerQueryModel(String _identifier,
ItemModel _owner,
String _query,
IndexerOperationValues _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerQueryModel(String _identifier,
String _query,
IndexerOperationValues _type)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier()
Generated method - Getter of the
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. |
String |
getParameterProvider()
Generated method - Getter of the
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
String |
getQuery()
Generated method - Getter of the
SolrIndexerQuery.query attribute defined at extension solrfacetsearch. |
SolrIndexedTypeModel |
getSolrIndexedType()
Generated method - Getter of the
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch. |
List<SolrIndexerQueryParameterModel> |
getSolrIndexerQueryParameters()
Generated method - Getter of the
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch. |
IndexerOperationValues |
getType()
Generated method - Getter of the
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
UserModel |
getUser()
Generated method - Getter of the
SolrIndexerQuery.user attribute defined at extension solrfacetsearch. |
boolean |
isInjectCurrentDate()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch. |
boolean |
isInjectCurrentTime()
Generated method - Getter of the
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch. |
boolean |
isInjectLastIndexTime()
Generated method - Getter of the
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch. |
void |
setIdentifier(String value)
Generated method - Initial setter of
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. |
void |
setInjectCurrentDate(boolean value)
Generated method - Setter of
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch. |
void |
setInjectCurrentTime(boolean value)
Generated method - Setter of
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch. |
void |
setInjectLastIndexTime(boolean value)
Generated method - Setter of
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch. |
void |
setParameterProvider(String value)
Generated method - Setter of
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
void |
setQuery(String value)
Generated method - Setter of
SolrIndexerQuery.query attribute defined at extension solrfacetsearch. |
void |
setSolrIndexedType(SolrIndexedTypeModel value)
Generated method - Setter of
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch. |
void |
setSolrIndexerQueryParameters(List<SolrIndexerQueryParameterModel> value)
Generated method - Setter of
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch. |
void |
setType(IndexerOperationValues value)
Generated method - Initial setter of
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
void |
setUser(UserModel value)
Generated method - Setter of
SolrIndexerQuery.user attribute defined at extension solrfacetsearch. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final String _TYPECODE
public static final String _SOLRINDEXEDTYPE2SOLRINDEXERQUERY
SolrIndexedType2SolrIndexerQuery defining source attribute solrIndexedType in extension solrfacetsearch.public static final String IDENTIFIER
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch.public static final String TYPE
SolrIndexerQuery.type attribute defined at extension solrfacetsearch.public static final String QUERY
SolrIndexerQuery.query attribute defined at extension solrfacetsearch.public static final String INJECTLASTINDEXTIME
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch.public static final String INJECTCURRENTTIME
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch.public static final String INJECTCURRENTDATE
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch.public static final String USER
SolrIndexerQuery.user attribute defined at extension solrfacetsearch.public static final String PARAMETERPROVIDER
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.public static final String SOLRINDEXEDTYPEPOS
SolrIndexerQuery.solrIndexedTypePOS attribute defined at extension solrfacetsearch.public static final String SOLRINDEXEDTYPE
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch.public static final String SOLRINDEXERQUERYPARAMETERS
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch.public SolrIndexerQueryModel()
public SolrIndexerQueryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public SolrIndexerQueryModel(String _identifier, String _query, IndexerOperationValues _type)
_identifier - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch_query - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch_type - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch@Deprecated public SolrIndexerQueryModel(String _identifier, ItemModel _owner, String _query, IndexerOperationValues _type)
_identifier - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch_owner - initial attribute declared by type Item at extension core_query - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch_type - initial attribute declared by type SolrIndexerQuery at extension solrfacetsearch@Accessor(qualifier="identifier", type=GETTER) public String getIdentifier()
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch.@Accessor(qualifier="parameterProvider", type=GETTER) public String getParameterProvider()
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.@Accessor(qualifier="query", type=GETTER) public String getQuery()
SolrIndexerQuery.query attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrIndexedType", type=GETTER) public SolrIndexedTypeModel getSolrIndexedType()
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch.@Accessor(qualifier="solrIndexerQueryParameters", type=GETTER) public List<SolrIndexerQueryParameterModel> getSolrIndexerQueryParameters()
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="type", type=GETTER) public IndexerOperationValues getType()
SolrIndexerQuery.type attribute defined at extension solrfacetsearch.@Accessor(qualifier="user", type=GETTER) public UserModel getUser()
SolrIndexerQuery.user attribute defined at extension solrfacetsearch.@Accessor(qualifier="injectCurrentDate", type=GETTER) public boolean isInjectCurrentDate()
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch.@Accessor(qualifier="injectCurrentTime", type=GETTER) public boolean isInjectCurrentTime()
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="injectLastIndexTime", type=GETTER) public boolean isInjectLastIndexTime()
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch.@Accessor(qualifier="identifier", type=SETTER) public void setIdentifier(String value)
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the identifier - id of the query@Accessor(qualifier="injectCurrentDate", type=SETTER) public void setInjectCurrentDate(boolean value)
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch.value - the injectCurrentDate@Accessor(qualifier="injectCurrentTime", type=SETTER) public void setInjectCurrentTime(boolean value)
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch.value - the injectCurrentTime@Accessor(qualifier="injectLastIndexTime", type=SETTER) public void setInjectLastIndexTime(boolean value)
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch.value - the injectLastIndexTime@Accessor(qualifier="parameterProvider", type=SETTER) public void setParameterProvider(String value)
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.value - the parameterProvider@Accessor(qualifier="query", type=SETTER) public void setQuery(String value)
SolrIndexerQuery.query attribute defined at extension solrfacetsearch.value - the query@Accessor(qualifier="solrIndexedType", type=SETTER) public void setSolrIndexedType(SolrIndexedTypeModel value)
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch.value - the solrIndexedType@Accessor(qualifier="solrIndexerQueryParameters", type=SETTER) public void setSolrIndexerQueryParameters(List<SolrIndexerQueryParameterModel> value)
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch.value - the solrIndexerQueryParameters@Accessor(qualifier="type", type=SETTER) public void setType(IndexerOperationValues value)
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.value - the type - type of operation: full, update or deleteCopyright © 2017 SAP SE. All Rights Reserved.