Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.document.infos
Class XSearchHitInfo

java.lang.Object
  extended by waggle.core.info.XDTO
      extended by waggle.common.modules.document.infos.XSearchHitInfo


public final class XSearchHitInfo
extends XDTO

Search Hit Information DTO.


Field Summary
 String ConversationName
          The name of the Conversation that contains the hit.
 waggle.common.modules.object.infos.XObjectInfo HitObject
          The object info for the hit.
 int Score
          The score for the hit (0-100).
 String Snippet
          A text snippet for the hit.
 String TrackName
          The name of the Track that contains the hit.

 

Constructor Summary
XSearchHitInfo()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

Score

public int Score
The score for the hit (0-100).

Snippet

public String Snippet
A text snippet for the hit.

HitObject

public waggle.common.modules.object.infos.XObjectInfo HitObject
The object info for the hit.

TrackName

public String TrackName
The name of the Track that contains the hit.

ConversationName

public String ConversationName
The name of the Conversation that contains the hit.

Constructor Detail

XSearchHitInfo

public XSearchHitInfo()

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.