The version of the hit resource whose content has been indexed.
If the value you get back from this call and from getVersion()
are different, the indexing has not yet caught-up with the
updates in the database.
A PropertyNameList containing a PropertyName for each property of
the resource whose value is reported in this hit item. This list
is determined by the database administrator and cannot be changed
by any method in this API. The ordering of this list matches the
ordering of the values returned by getPropertyValues().
A List containing a value for each property of the
resource reported in this hit. The number and ordering of these
values matches the number and ordering of the PropertyNames
returned by getPropertyNames().
true if the version of the resource that generated this
hit in the indexed content of the database is different from the
version that currently exists in the database. Use this
information to let the user know that this hit item may change
when indexing catches up with the database. For example, its
possible this hit item will not show up as a hit for the same
search when rerun.