public class SolrIndexerQueryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SOLRINDEXEDTYPE2SOLRINDEXERQUERY
Generated relation code constant for relation
SolrIndexedType2SolrIndexerQuery defining source attribute solrIndexedType in extension solrfacetsearch. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
IDENTIFIER
Generated constant - Attribute key of
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. |
static java.lang.String |
INJECTCURRENTDATE
Generated constant - Attribute key of
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch. |
static java.lang.String |
INJECTCURRENTTIME
Generated constant - Attribute key of
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch. |
static java.lang.String |
INJECTLASTINDEXTIME
Generated constant - Attribute key of
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch. |
static java.lang.String |
PARAMETERPROVIDER
Generated constant - Attribute key of
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
static java.lang.String |
QUERY
Generated constant - Attribute key of
SolrIndexerQuery.query attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRINDEXEDTYPE
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRINDEXEDTYPEPOS
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexedTypePOS attribute defined at extension solrfacetsearch. |
static java.lang.String |
SOLRINDEXERQUERYPARAMETERS
Generated constant - Attribute key of
SolrIndexerQuery.solrIndexerQueryParameters attribute defined at extension solrfacetsearch. |
static java.lang.String |
TYPE
Generated constant - Attribute key of
SolrIndexerQuery.type attribute defined at extension solrfacetsearch. |
static java.lang.String |
USER
Generated constant - Attribute key of
SolrIndexerQuery.user attribute defined at extension solrfacetsearch. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _identifier,
ItemModel _owner,
java.lang.String _query,
IndexerOperationValues _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
SolrIndexerQueryModel(java.lang.String _identifier,
java.lang.String _query,
IndexerOperationValues _type)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Generated method - Getter of the
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch. |
java.lang.String |
getParameterProvider()
Generated method - Getter of the
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
java.lang.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. |
java.util.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(java.lang.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(java.lang.String value)
Generated method - Setter of
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch. |
void |
setQuery(java.lang.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(java.util.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, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _SOLRINDEXEDTYPE2SOLRINDEXERQUERY
SolrIndexedType2SolrIndexerQuery defining source attribute solrIndexedType in extension solrfacetsearch.public static final java.lang.String IDENTIFIER
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch.public static final java.lang.String TYPE
SolrIndexerQuery.type attribute defined at extension solrfacetsearch.public static final java.lang.String QUERY
SolrIndexerQuery.query attribute defined at extension solrfacetsearch.public static final java.lang.String INJECTLASTINDEXTIME
SolrIndexerQuery.injectLastIndexTime attribute defined at extension solrfacetsearch.public static final java.lang.String INJECTCURRENTTIME
SolrIndexerQuery.injectCurrentTime attribute defined at extension solrfacetsearch.public static final java.lang.String INJECTCURRENTDATE
SolrIndexerQuery.injectCurrentDate attribute defined at extension solrfacetsearch.public static final java.lang.String USER
SolrIndexerQuery.user attribute defined at extension solrfacetsearch.public static final java.lang.String PARAMETERPROVIDER
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.public static final java.lang.String SOLRINDEXEDTYPEPOS
SolrIndexerQuery.solrIndexedTypePOS attribute defined at extension solrfacetsearch.public static final java.lang.String SOLRINDEXEDTYPE
SolrIndexerQuery.solrIndexedType attribute defined at extension solrfacetsearch.public static final java.lang.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(java.lang.String _identifier,
java.lang.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(java.lang.String _identifier,
ItemModel _owner,
java.lang.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 java.lang.String getIdentifier()
SolrIndexerQuery.identifier attribute defined at extension solrfacetsearch.@Accessor(qualifier="parameterProvider", type=GETTER) public java.lang.String getParameterProvider()
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.@Accessor(qualifier="query", type=GETTER) public java.lang.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 java.util.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(java.lang.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(java.lang.String value)
SolrIndexerQuery.parameterProvider attribute defined at extension solrfacetsearch.value - the parameterProvider@Accessor(qualifier="query", type=SETTER) public void setQuery(java.lang.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(java.util.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 © 2018 SAP SE. All Rights Reserved.