| java.lang.Object org.apache.cocoon.components.search.IndexHelperField
IndexHelperField | class IndexHelperField (Code) | | A helper class for generating a lucene document in a SAX ContentHandler.
author: Bernhard Huber version: CVS $Id: IndexHelperField.java 433543 2006-08-22 06:22:54Z crossley $ |
IndexHelperField | IndexHelperField(String lfn, String qfn, Attributes atts)(Code) | | Constructor for the IndexHelperField object
Parameters: lfn - Description of Parameter Parameters: qfn - Description of Parameter Parameters: atts - Description of Parameter |
appendText | public void appendText(String text)(Code) | | Description of the Method
Parameters: text - Description of Parameter |
appendText | public void appendText(char[] str, int offset, int length)(Code) | | Description of the Method
Parameters: str - Description of Parameter Parameters: offset - Description of Parameter Parameters: length - Description of Parameter |
getAttributes | public Attributes getAttributes()(Code) | | Gets the attributes attribute of the IndexHelperField object
The attributes value |
getLocalFieldName | public String getLocalFieldName()(Code) | | Gets the localFieldName attribute of the IndexHelperField object
The localFieldName value |
getQualifiedFieldName | public String getQualifiedFieldName()(Code) | | Gets the qualifiedFieldName attribute of the IndexHelperField object
The qualifiedFieldName value |
getText | public StringBuffer getText()(Code) | | Gets the text attribute of the IndexHelperField object
The text value |
|
|