Package lumis.search

Class SearchHit


  • @Deprecated
    @StableMinor(version="14.0",
                 sinceVersion="4.0")
    public abstract class SearchHit
    extends Object
    Deprecated.
    Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.
    An item of a SearchResults object. It represents an indexed information that match a query that was executed.

    A SearchHit object returns some of the predefined fields (Title, Subtitle, URL) of the original indexed information, and the following additional fields:

    • Snippet: A snippet of the matched information. For example, a set of sample text intervals that contain the given searched keywords. It can be used to help the user to identify the relevance of the hit in comparison to other search result items;
    • Rank: A float number that indicates the relevante of the matched information. It can be used to compare the relevance of different hits.
    Since:
    4.0.4
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $