The ESearchReport type exposes the following members.

Fields

  NameDescription
Public fieldStatic memberMODE_ALL
Match all user search terms (i.e., perform a conjunctive search). This is the default mode.
Public fieldStatic memberMODE_ALL_ANY
Match all user search terms if possible, otherwise match at least one.
Public fieldStatic memberMODE_ALL_PARTIAL
Match all user search terms if possible, otherwise match some.
Public fieldStatic memberMODE_ANY
Match at least one user search term.
Public fieldStatic memberMODE_BOOLEAN
Match using a Boolean query.
Public fieldStatic memberMODE_PARTIAL
Match some user search terms.
Public fieldStatic memberMODE_PARTIAL_MAX
Match a maximal subset of user search terms.
Public fieldStatic memberMODE_UNKNOWN
The mode is unknown.

See Also