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

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummary.java26 /** A fragment of text within a summary. */
30 /** Constructs a fragment for the given text.
31 * @param text text for this fragment
35 /** Get the text of this fragment.
36 * @return the text of this fragment */
39 /** Check whether this fragment is to be highlighted.
44 /** Check, whether this fragment is an ellipsis.
49 /** Get an HTML representation of this fragment.
50 * @return the htmlized text of this fragment */
55 /** A highlighted fragment o
99 add(Fragment fragment) argument
[all...]
H A DSummarizer.java106 public void add(Summary.Fragment fragment) { argument
107 passages.add(fragment);
126 // @TODO: check that phrases in the query are matched in the fragment

Completed in 8 milliseconds