@Deprecated public class DefaultSearchFieldStatus extends Object implements Serializable
The value of the DefaultSearchField
configured for this search domain and its current status.
Constructor and Description |
---|
DefaultSearchFieldStatus()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Deprecated.
|
String |
getOptions()
Deprecated.
The name of the
IndexField to use as the default search
field. |
OptionStatus |
getStatus()
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
int |
hashCode()
Deprecated.
|
void |
setOptions(String options)
Deprecated.
The name of the
IndexField to use as the default search
field. |
void |
setStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
String |
toString()
Deprecated.
Returns a string representation of this object; useful for testing and
debugging.
|
DefaultSearchFieldStatus |
withOptions(String options)
Deprecated.
The name of the
IndexField to use as the default search
field. |
DefaultSearchFieldStatus |
withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
public String getOptions()
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.public void setOptions(String options)
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
options
- The name of the IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.public DefaultSearchFieldStatus withOptions(String options)
IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-z][a-z0-9_]*
options
- The name of the IndexField
to use as the default search
field. The default is an empty string, which automatically searches
all text fields.public OptionStatus getStatus()
public void setStatus(OptionStatus status)
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.public DefaultSearchFieldStatus withStatus(OptionStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The status of an option, including when it was last updated and
whether it is actively in use for searches.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.