Field Summary |
|
final protected static String | ANALYZER_PARAM Setup parameter name of analyzer name, ie analyzer . |
final protected static String | ANALYZER_PARAM_DEFAULT Default value of analyzer parameter analyzer , ie org.apache.lucene.analysis.standard.StandardAnalyzer . |
final protected static String | CDATA |
final protected static String | COUNT_OF_PAGES_ATTRIBUTE Attribute count-of-pages of hits element. |
final protected static String | DATE_ATTRIBUTE Attribute date of results element. |
final protected static String | FIELD_ELEMENT Child element field of the hit element. |
final protected static String | HAS_NEXT_ATTRIBUTE Attribute has-next of navigation-page element. |
final protected static String | HAS_PREVIOUS_ATTRIBUTE Attribute has-next of navigation-page element. |
final protected static String | HITS_ELEMENT Child element of generated xml content, ie hits . |
final protected static String | HIT_ELEMENT Child element of generated xml content, ie hit . |
final protected static String | INDEX_PARAM Setup parameter name of index directory, ie index . |
final protected static String | INDEX_PARAM_DEFAULT Default value of setup parameter index , ie index . |
final protected static String | NAMESPACE The XML namespace for the output document. |
final protected static String | NAME_ATTRIBUTE Attribute name of hit element. |
final protected static String | NAVIGATION_ELEMENT Child element of generated xml content, ie navigation . |
final protected static String | NAVIGATION_PAGE_ELEMENT Child element of generated xml content, ie navigation-page . |
final protected static String | NEXT_INDEX_ATTRIBUTE Attribute next-index of navigation-page element. |
final protected static String | PAGE_LENGTH_ATTRIBUTE Attribute page-length of results element. |
final protected static int | PAGE_LENGTH_DEFAULT |
final protected static String | PAGE_LENGTH_PARAM Setup parameter name specifying the name of page-length query parameter,
ie page-length . |
final protected static String | PAGE_LENGTH_PARAM_DEFAULT |
final protected static String | PREFIX The XML namespace prefix for the output document. |
final protected static String | PREVIOUS_INDEX_ATTRIBUTE Attribute previous-index of navigation-page element. |
final protected static String | QUERY_PARAM Setup the actual query from generator parameter,
ie query . |
final protected static String | QUERY_STRING_ATTRIBUTE Attribute query-string of results element. |
final protected static String | QUERY_STRING_PARAM Setup parameter name specifying the name of query-string query parameter,
ie query-string . |
final protected static String | QUERY_STRING_PARAM_DEFAULT Default value of setup parameter query-string , ie queryString . |
final protected static String | Q_FIELD_ELEMENT QName of child element search:field of the hit element. |
final protected static String | Q_HITS_ELEMENT QName of child element of generated xml content, ie search:hits . |
final protected static String | Q_HIT_ELEMENT QName of child element of generated xml content, ie search:hit . |
final protected static String | Q_NAVIGATION_ELEMENT QName of child element of generated xml content, ie search:navigation . |
final protected static String | Q_NAVIGATION_PAGE_ELEMENT QName of child element of generated xml content, ie search:navigation-page . |
final protected static String | Q_RESULTS_ELEMENT Qualified name of root element of generated xml content, ie search:results . |
final protected static String | RANK_ATTRIBUTE Attribute rank of hit element. |
final protected static String | RESULTS_ELEMENT Name of root element of generated xml content, ie results . |
final protected static String | SCORE_ATTRIBUTE Attribute score of hit element. |
final protected static String | START_INDEX_ATTRIBUTE Attribute start-index of results element. |
final protected static int | START_INDEX_DEFAULT |
final protected static String | START_INDEX_NEXT_PARAM Setup parameter name specifying the name of start-next-index query parameter,
ie start-next-index . |
final protected static String | START_INDEX_NEXT_PARAM_DEFAULT Default value of setup parameter start-next-index , ie startNextIndex . |
final protected static String | START_INDEX_PARAM Setup parameter name specifying the name of start-index query parameter,
ie start-index . |
final protected static String | START_INDEX_PARAM_DEFAULT Default value of setup parameter start-index , ie startIndex . |
final protected static String | START_INDEX_PREVIOUS_PARAM Setup parameter name specifying the name of start-previous-index query parameter,
ie start-previous-index . |
final protected static String | START_INDEX_PREVIOUS_PARAM_DEFAULT Default value of setup parameter start-previous-index , ie startPreviousIndex . |
final protected static String | TOTAL_COUNT_ATTRIBUTE Attribute total-count of hits element. |
final protected static String | URI_ATTRIBUTE Attribute uri of hit element. |
final protected static String | XLINK_NAMESPACE |