Serialized Form


Package fr.gouv.culture.sdx.exception

Class fr.gouv.culture.sdx.exception.SDXException implements Serializable

Serialized Fields

locale

java.util.Locale locale
The current locale (system's locale by default).


errorCode

int errorCode
The error code.


errorKey

java.lang.String errorKey
The error key for the properties files.


arguments

java.lang.String[] arguments
The error arguments.


logger

org.apache.avalon.framework.logger.Logger logger
The logger to use.


originalError

java.lang.Throwable originalError
The original exception.


defaultLocale

java.util.Locale defaultLocale
Our default locale for resource loading if the error_locale.properties file doesn't exist for the current system locale


Package fr.gouv.culture.sdx.search.lucene

Class fr.gouv.culture.sdx.search.lucene.DateFilter implements Serializable

Serialized Fields

field

java.lang.String field

start

java.lang.String start

end

java.lang.String end

Class fr.gouv.culture.sdx.search.lucene.Field implements Serializable

Serialized Fields

analyzer

Analyzer analyzer
The analyzer for this field.


name

java.lang.String name
The field name


inBrief

boolean inBrief
Indique s'il doit �tre retourn� dans la liste des r�sultats.


fieldType

int fieldType
Le type de champ dont il s'agit.


isDefault

boolean isDefault
S'il s'agit du champ par d�faut.


locale

java.util.Locale locale
The field's locale.


ATTRIBUTE_TYPE

java.lang.String ATTRIBUTE_TYPE
String representation of the 'field' attribute named 'type'.

See Also:
Constant Field Values

ATTRIBUTE_DEFAULT

java.lang.String ATTRIBUTE_DEFAULT
String representation of the 'field' attribute named 'default'.

See Also:
Constant Field Values

ATTRIBUTE_BRIEF

java.lang.String ATTRIBUTE_BRIEF
String representation of the 'field' attribute named 'brief'.

See Also:
Constant Field Values

ATTRIBUTE_ANALYZER_CONF

java.lang.String ATTRIBUTE_ANALYZER_CONF
String representation of the 'field' attribute named 'analyzerConf'.

See Also:
Constant Field Values

ATTRIBUTE_ANALYZER_CLASS

java.lang.String ATTRIBUTE_ANALYZER_CLASS
String representation of the 'field' attribute named 'analyzerClass'.

See Also:
Constant Field Values

analyzerClassName

java.lang.String analyzerClassName

analyzerConfFilePath

java.lang.String analyzerConfFilePath


Package fr.gouv.culture.sdx.search.lucene.analysis

Class fr.gouv.culture.sdx.search.lucene.analysis.AbstractAnalyzer implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_ar implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_br implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_cn implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_cz implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_de implements Serializable

Serialized Fields

germanAnalyzer

org.apache.lucene.analysis.de.GermanAnalyzer germanAnalyzer

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_en implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_fr implements Serializable

Serialized Fields

keepAccents

boolean keepAccents
If true, we keep the accents.

Class fr.gouv.culture.sdx.search.lucene.analysis.Analyzer_ru implements Serializable

Serialized Fields

ATTRIBUTE_CHARSET

java.lang.String ATTRIBUTE_CHARSET

russianAnalyzer

org.apache.lucene.analysis.ru.RussianAnalyzer russianAnalyzer

charset

char[] charset
Charset for Russian letters. Represents encoding for 32 lowercase Russian letters. Predefined charsets can be taken from RussianCharSets class


CHARSET_UNICODE_RUSSIAN

java.lang.String CHARSET_UNICODE_RUSSIAN

CHARSET_CP1251

java.lang.String CHARSET_CP1251

CHARSET_KOI8

java.lang.String CHARSET_KOI8

DEFAULT_CHARSET

java.lang.String DEFAULT_CHARSET

Class fr.gouv.culture.sdx.search.lucene.analysis.DefaultAnalyzer implements Serializable

Serialized Fields

stopTable

java.util.Hashtable stopTable
The list of stop words used.


excludeTable

java.util.Hashtable excludeTable
The table for stemming exclusions


EXCLUDE_STEMS_ELEMENT

java.lang.String EXCLUDE_STEMS_ELEMENT
String representation of the element name in the analyzer config file

See Also:
Constant Field Values

EXCLUDE_STEM_ELEMENT

java.lang.String EXCLUDE_STEM_ELEMENT
String representation of the element name in the analyzer config file

See Also:
Constant Field Values

Class fr.gouv.culture.sdx.search.lucene.analysis.Glosser_ar_en implements Serializable

Class fr.gouv.culture.sdx.search.lucene.analysis.MetaAnalyzer implements Serializable

Serialized Fields

fields

FieldsDefinition fields
The fields definition object.


defaultAnalyzer

Analyzer defaultAnalyzer
The default analzyer to use.


Package fr.gouv.culture.sdx.search.lucene.filter

Class fr.gouv.culture.sdx.search.lucene.filter.AbstractFilter implements Serializable

Serialized Fields

logger

org.apache.avalon.framework.logger.Logger logger
Avalon logger to write information.

Class fr.gouv.culture.sdx.search.lucene.filter.Criteria implements Serializable

Serialized Fields

bits

java.util.BitSet bits
Un bitset pour stocker les documents pertinents.


field

Field field
The field for the search


pattern

java.lang.String pattern
The search pattern


luceneFilter

org.apache.lucene.search.Filter luceneFilter
The Lucene filter, if necessary

Class fr.gouv.culture.sdx.search.lucene.filter.Filter implements Serializable

Serialized Fields

operator

int operator
The operator connecting the criterion


children

java.util.Vector children
The children nodes of this filter


bits

java.util.BitSet bits
Documents respecting the filter


Package fr.gouv.culture.sdx.search.lucene.query

Class fr.gouv.culture.sdx.search.lucene.query.RemoteIndex implements Serializable

Serialized Fields

lIndex

LuceneIndex lIndex
Constructs and exports a remote index.


Package fr.gouv.culture.sdx.search.lucene.queryparser

Class fr.gouv.culture.sdx.search.lucene.queryparser.ParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class fr.gouv.culture.sdx.search.lucene.queryparser.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.



Copyright © 2000-2004 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.