Regain 2.1.0-STABLE API

net.sf.regain.search
Interface SearchConstants

All Known Implementing Classes:
AbstractHitTag, CachedTag, CachedTag, CheckTag, ContentTag, ContentTag, ContenttypeTag, FieldlistTag, FieldTag, FieldTag, FilenameTag, FilenameTag, FromTag, FromTag, HiddenparamTag, LastModifiedTag, LastModifiedTag, LinkTag, LinkTag, ListTag, ListTag, MaxresultsTag, MaxresultsTag, MessageTag, MsgTag, NavigationTag, NavigationTag, NumdocsTag, OrderTag, ParamTag, PathTag, PathTag, QueryTag, QueryTag, ScoreTag, ScoreTag, SearchtimeTag, SharedTagWrapperTag, SizeTag, SizeTag, SortContentTag, SortContentTag, StacktraceTag, SubmitTag, ToTag, ToTag, TotalTag, TypeiconTag, TypeiconTag, UrlTag, UrlTag

public interface SearchConstants

Some constants used in several search classes.

Author:
Til Schneider, www.murfman.de

Field Summary
static String ATTR_CURRENT_HIT
          The name of the attribute containing the current hit Document within the list tag.
static String ATTR_CURRENT_HIT_INDEX
          The name of the attribute containing the index of the current hit within the list tag.
static String ATTR_CURRENT_HIT_SCORE
          The name of the attribute containing the current hit score within the list tag.
static String ATTR_CURRENT_HIT_SORT_CONTENT
          The name of the attribute containing the current hit sort content within the list tag.
static int DEFAULT_MAX_RESULTS
          The default maximum number of results to show on one page.
static String PARAM_FROM_RESULT
          The name of the parameter containing the index of the first result to show.
static String PARAM_MAX_RESULTS
          The name of the parameter containing the maximum number of results to show.
 

Field Detail

DEFAULT_MAX_RESULTS

static final int DEFAULT_MAX_RESULTS
The default maximum number of results to show on one page.

See Also:
Constant Field Values

ATTR_CURRENT_HIT

static final String ATTR_CURRENT_HIT
The name of the attribute containing the current hit Document within the list tag.

See Also:
Constant Field Values

ATTR_CURRENT_HIT_SCORE

static final String ATTR_CURRENT_HIT_SCORE
The name of the attribute containing the current hit score within the list tag.

See Also:
Constant Field Values

ATTR_CURRENT_HIT_SORT_CONTENT

static final String ATTR_CURRENT_HIT_SORT_CONTENT
The name of the attribute containing the current hit sort content within the list tag.

See Also:
Constant Field Values

ATTR_CURRENT_HIT_INDEX

static final String ATTR_CURRENT_HIT_INDEX
The name of the attribute containing the index of the current hit within the list tag.

See Also:
Constant Field Values

PARAM_FROM_RESULT

static final String PARAM_FROM_RESULT
The name of the parameter containing the index of the first result to show.

See Also:
Constant Field Values

PARAM_MAX_RESULTS

static final String PARAM_MAX_RESULTS
The name of the parameter containing the maximum number of results to show.

See Also:
Constant Field Values

Regain 2.1.0-STABLE API

Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info