java.lang.Object
io.ebeanservice.docstore.api.mapping.DocPropertyOptions
Options for mapping a property for document storage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyzer()voidvoidapply(io.ebean.annotation.DocMapping docMapping) Apply override mapping from the document level or embedded property level.voidapply(io.ebean.annotation.DocProperty docMapping) Apply the property level mapping options.boost()voidcode()voidcopy()Create a copy of this such that it can be overridden on a per index basis.copyTo()voidvoidenabled()voidvoidincludeInAll(Boolean includeInAll) booleanisCode()booleanReturn true if the index options is set to a non-default value.booleannorms()voidvoidio.ebean.annotation.DocProperty.Optionoptions()voidoptions(io.ebean.annotation.DocProperty.Option options) voidsearchAnalyzer(String searchAnalyzer) sortable()voidstore()voidtoString()
-
Constructor Details
-
DocPropertyOptions
public DocPropertyOptions()Construct with no values set.
-
-
Method Details
-
toString
-
isCode
-
code
-
code
-
isSortable
-
sortable
-
sortable
-
boost
-
boost
-
nullValue
-
nullValue
-
store
-
store
-
includeInAll
-
includeInAll
-
docValues
-
docValues
-
analyzer
-
analyzer
-
searchAnalyzer
-
searchAnalyzer
-
copyTo
-
copyTo
-
enabled
-
enabled
-
norms
-
norms
-
isOptionsSet
Return true if the index options is set to a non-default value. -
options
-
options
-
copy
Create a copy of this such that it can be overridden on a per index basis. -
apply
Apply override mapping from the document level or embedded property level. -
apply
Apply the property level mapping options.
-