protected static interface SearchParticipantXML.IParsedXMLContent
Modifier and Type | Method and Description |
---|---|
void |
addText(String text)
Adds the text to the content buffer for indexing.
|
void |
addToSummary(String summary)
Sets the optional summary of the parsed document that can be later rendered for the
search hits.
|
String |
getLocale()
Returns the locale of the index.
|
void |
setTitle(String title)
Sets the title of the parsed document for indexing.
|
String getLocale()
void setTitle(String title)
title
- the document titlevoid addToSummary(String summary)
summary
- the short document summaryvoid addText(String text)
text
- the text to add to the document content buffer
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.