true
and an index does not exist, the index will be created. If the setting is set to false
and an index does exist the index will be dropped.true
or false
to turn indexing on forthis field
true
if field is indexed, false
otherwise.
null
if it doesn't exist.
@throws IllegalArgumentException When the given property path can't beresolved or does not map to an indexed property.
The default is false
.
@see #setIndexed(boolean)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|