Searched defs:fragment (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/search/
H A DSummary.java42 /** A fragment of text within a summary. */
46 /** Constructs a fragment for the given text. */
49 /** Returns the text of this fragment. */
52 /** Returns true iff this fragment is to be highlighted. */
55 /** Returns true iff this fragment is an ellipsis. */
58 /** Returns an HTML representation of this fragment. */
62 /** A highlighted fragment of text within a summary. */
64 /** Constructs a highlighted fragment for the given text. */
70 /** Returns an HTML representation of this fragment. */
74 /** An ellipsis fragment withi
91 add(Fragment fragment) argument
[all...]
H A DSummarizer.java111 public void add(Summary.Fragment fragment) { argument
112 passages.add(fragment);
137 // @TODO: check that phrases in the query are matched in the fragment

Completed in 9 milliseconds