public interface FormulaQueryResult extends DbQueryResult<FormulaQueryResult>
| Modifier and Type | Method and Description |
|---|---|
List<Database.SearchMatch> |
getDeletions()
Returns detail infos about documents that got deleted
since the specified
since date/time. |
List<Database.SearchMatch> |
getMatches()
Returns detail infos about search matches like
modified dates, document classes and the UNID.
|
List<Database.SearchMatch> |
getNonMatches()
Returns detail infos about documents not matching
the search formula, if a
since date/time
has been specified. |
Optional<IDTable> |
getNoteIds()
Returns an
IDTable of documents matching the search. |
DominoDateTime |
getUntil()
Same as
IDTable.getDateTime() of the IDTable returned by
getNoteIds(). |
build, collectEntries, collectEntries, collectEntries, collectIds, collectIds, computeValues, computeValues, forEachDocument, getDocuments, getParentDatabase, size, sortOptional<IDTable> getNoteIds()
DbQueryResultIDTable of documents matching the search.getNoteIds in interface DbQueryResult<FormulaQueryResult>Optional describing the documents matched by the search, or
an empty one if the search did not request a document collectionList<Database.SearchMatch> getMatches()
List<Database.SearchMatch> getNonMatches()
since date/time
has been specified. Can be used to update external
indexes, e.g. remove a document from an external index
when it has matched the search formula before, but the
last doc change made it a no-match.List<Database.SearchMatch> getDeletions()
since date/time.
Can be used to update external
indexes, e.g. remove a document from an external index
when it got deleted in Domino.DominoDateTime getUntil()
IDTable.getDateTime() of the IDTable returned by
getNoteIds(). Can be used for incremental database searches
if set as since value in the next search.Copyright © 2019–2021 HCL. All rights reserved.