Serialized Form
Package fr.gouv.culture.sdx.application |
agg
org.apache.excalibur.source.impl.validity.AggregatedValidity agg
- An aggregated source validity object for keeping track of all document bases
Package fr.gouv.culture.sdx.documentbase |
timestamp
long timestamp
- The timestamp of the document base
Package fr.gouv.culture.sdx.exception |
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.
originalMessage
java.lang.String originalMessage
arguments
java.lang.String[] arguments
- The error arguments.
logger
org.apache.avalon.framework.logger.Logger logger
- The super.getLog() 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 |
field
java.lang.String field
start
java.lang.String start
end
java.lang.String end
analyzer
Analyzer analyzer
- The analyzer for this field.
name
java.lang.String name
- The field name
inBrief
boolean inBrief
- Indique s'il doit etre retourne dans la liste des resultats.
store
org.apache.lucene.document.Field.Store store
storeTermVector
boolean storeTermVector
- Indique si les termVectors doivent etre stockes pour ce champs
termVector
org.apache.lucene.document.Field.TermVector termVector
fieldType
int fieldType
- Le type de champ dont il s'agit.
isDefault
boolean isDefault
- S'il s'agit du champ par defaut.
locale
java.util.Locale locale
- The field's locale.
ATTRIBUTE_TYPE
java.lang.String ATTRIBUTE_TYPE
- String representation of the 'field' attribute named 'type'.
ATTRIBUTE_DEFAULT
java.lang.String ATTRIBUTE_DEFAULT
- String representation of the 'field' attribute named 'default'.
ATTRIBUTE_BRIEF
java.lang.String ATTRIBUTE_BRIEF
- String representation of the 'field' attribute named 'brief'.
ATTRIBUTE_TERMVECTOR
java.lang.String ATTRIBUTE_TERMVECTOR
- String representation of the 'field' attribute named 'storeTermVector'.
ATTRIBUTE_ANALYZER_CONF
java.lang.String ATTRIBUTE_ANALYZER_CONF
- String representation of the 'field' attribute named 'analyzerConf'.
ATTRIBUTE_ANALYZER_CLASS
java.lang.String ATTRIBUTE_ANALYZER_CLASS
- String representation of the 'field' attribute named 'analyzerClass'.
analyzerClassName
java.lang.String analyzerClassName
analyzerConfFilePath
java.lang.String analyzerConfFilePath
Package fr.gouv.culture.sdx.search.lucene.analysis |
germanAnalyzer
org.apache.lucene.analysis.de.GermanAnalyzer germanAnalyzer
keepAccents
boolean keepAccents
- If true, we keep the accents.
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
stopTable
java.util.Set<E> stopTable
- The list of stop words used.
excludeTable
java.util.Set<E> 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
EXCLUDE_STEM_ELEMENT
java.lang.String EXCLUDE_STEM_ELEMENT
- String representation of the element name in the analyzer config file
fields
FieldList fields
- The fields definition object.
defaultAnalyzer
Analyzer defaultAnalyzer
- The default analzyer to use.
Package fr.gouv.culture.sdx.search.lucene.filter |
logger
org.apache.avalon.framework.logger.Logger logger
- Avalon super.getLog() to write information.
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
operator
int operator
- The operator connecting the criterion
children
java.util.Vector<E> children
- The children nodes of this filter
bits
java.util.BitSet bits
- Documents respecting the filter
Package fr.gouv.culture.sdx.search.lucene.query |
originalQuery
org.apache.lucene.search.Query originalQuery
rewrittenQueries
java.util.ArrayList<E> rewrittenQueries
lIndex
LuceneIndex lIndex
- Constructs and exports a remote index.
sdxterm
org.apache.lucene.index.Term sdxterm
Package fr.gouv.culture.sdx.search.lucene.queryparser |
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.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package fr.gouv.culture.sdx.utils.save |
_storePath
java.lang.String _storePath
_storeBasePath
java.lang.String _storeBasePath
_unique_ID
long _unique_ID
Package fr.gouv.culture.util.apache.cocoon.xml |
Package org.apache.lucene.search |
Class org.apache.lucene.search.BooleanClause extends java.lang.Object implements Serializable |
query
org.apache.lucene.search.Query query
occur
org.apache.lucene.search.BooleanClause.Occur occur
Class org.apache.lucene.search.BooleanClause.Occur extends org.apache.lucene.util.Parameter implements Serializable |
Class org.apache.lucene.search.BooleanQuery extends org.apache.lucene.search.Query implements Serializable |
clauses
java.util.ArrayList<E> clauses
disableCoord
boolean disableCoord
minNrShouldMatch
int minNrShouldMatch
Class org.apache.lucene.search.BooleanQuery.TooManyClauses extends java.lang.RuntimeException implements Serializable |
Class org.apache.lucene.search.CachingWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.ComplexExplanation extends org.apache.lucene.search.Explanation implements Serializable |
match
java.lang.Boolean match
Class org.apache.lucene.search.ConstantScoreQuery extends org.apache.lucene.search.Query implements Serializable |
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.ConstantScoreQuery.ConstantWeight extends java.lang.Object implements Serializable |
similarity
org.apache.lucene.search.Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
Class org.apache.lucene.search.ConstantScoreRangeQuery extends org.apache.lucene.search.Query implements Serializable |
fieldName
java.lang.String fieldName
lowerVal
java.lang.String lowerVal
upperVal
java.lang.String upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
Class org.apache.lucene.search.DefaultSimilarity extends org.apache.lucene.search.Similarity implements Serializable |
Class org.apache.lucene.search.DisjunctionMaxQuery extends org.apache.lucene.search.Query implements Serializable |
disjuncts
java.util.ArrayList<E> disjuncts
tieBreakerMultiplier
float tieBreakerMultiplier
Class org.apache.lucene.search.Explanation extends java.lang.Object implements Serializable |
value
float value
description
java.lang.String description
details
java.util.ArrayList<E> details
Class org.apache.lucene.search.FieldDoc extends org.apache.lucene.search.ScoreDoc implements Serializable |
fields
java.lang.Comparable<T>[] fields
Class org.apache.lucene.search.Filter extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.FilteredQuery extends org.apache.lucene.search.Query implements Serializable |
query
org.apache.lucene.search.Query query
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.FuzzyQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
minimumSimilarity
float minimumSimilarity
prefixLength
int prefixLength
Class org.apache.lucene.search.Hit extends java.lang.Object implements Serializable |
doc
org.apache.lucene.document.Document doc
resolved
boolean resolved
hits
org.apache.lucene.search.Hits hits
hitNumber
int hitNumber
Class org.apache.lucene.search.MatchAllDocsQuery extends org.apache.lucene.search.Query implements Serializable |
Class org.apache.lucene.search.MultiPhraseQuery extends org.apache.lucene.search.Query implements Serializable |
field
java.lang.String field
termArrays
java.util.ArrayList<E> termArrays
positions
java.util.Vector<E> positions
slop
int slop
Class org.apache.lucene.search.MultiTermQuery extends org.apache.lucene.search.Query implements Serializable |
term
org.apache.lucene.index.Term term
Class org.apache.lucene.search.PhraseQuery extends org.apache.lucene.search.Query implements Serializable |
field
java.lang.String field
terms
java.util.Vector<E> terms
positions
java.util.Vector<E> positions
slop
int slop
Class org.apache.lucene.search.PrefixFilter extends org.apache.lucene.search.Filter implements Serializable |
prefix
org.apache.lucene.index.Term prefix
Class org.apache.lucene.search.PrefixQuery extends org.apache.lucene.search.Query implements Serializable |
prefix
org.apache.lucene.index.Term prefix
Class org.apache.lucene.search.Query extends java.lang.Object implements Serializable |
boost
float boost
Class org.apache.lucene.search.QueryFilter extends org.apache.lucene.search.CachingWrapperFilter implements Serializable |
Class org.apache.lucene.search.QueryWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
query
org.apache.lucene.search.Query query
Class org.apache.lucene.search.RangeFilter extends org.apache.lucene.search.Filter implements Serializable |
fieldName
java.lang.String fieldName
lowerTerm
java.lang.String lowerTerm
upperTerm
java.lang.String upperTerm
includeLower
boolean includeLower
includeUpper
boolean includeUpper
Class org.apache.lucene.search.RangeQuery extends org.apache.lucene.search.Query implements Serializable |
lowerTerm
org.apache.lucene.index.Term lowerTerm
upperTerm
org.apache.lucene.index.Term upperTerm
inclusive
boolean inclusive
Class org.apache.lucene.search.RemoteCachingWrapperFilter extends org.apache.lucene.search.Filter implements Serializable |
filter
org.apache.lucene.search.Filter filter
Class org.apache.lucene.search.RemoteSearchable extends java.rmi.server.UnicastRemoteObject implements Serializable |
local
org.apache.lucene.search.Searchable local
Class org.apache.lucene.search.RemoteSearchable_Stub extends java.rmi.server.RemoteStub implements Serializable |
serialVersionUID: 2L
Class org.apache.lucene.search.ScoreDoc extends java.lang.Object implements Serializable |
score
float score
doc
int doc
Class org.apache.lucene.search.Similarity extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.SimilarityDelegator extends org.apache.lucene.search.Similarity implements Serializable |
delegee
org.apache.lucene.search.Similarity delegee
Class org.apache.lucene.search.Sort extends java.lang.Object implements Serializable |
fields
org.apache.lucene.search.SortField[] fields
Class org.apache.lucene.search.SortComparator extends java.lang.Object implements Serializable |
Class org.apache.lucene.search.SortField extends java.lang.Object implements Serializable |
field
java.lang.String field
type
int type
locale
java.util.Locale locale
reverse
boolean reverse
factory
org.apache.lucene.search.SortComparatorSource factory
Class org.apache.lucene.search.TermQuery extends org.apache.lucene.search.Query implements Serializable |
term
org.apache.lucene.index.Term term
Class org.apache.lucene.search.TopDocs extends java.lang.Object implements Serializable |
totalHits
int totalHits
scoreDocs
org.apache.lucene.search.ScoreDoc[] scoreDocs
maxScore
float maxScore
Class org.apache.lucene.search.TopFieldDocs extends org.apache.lucene.search.TopDocs implements Serializable |
fields
org.apache.lucene.search.SortField[] fields
tq
org.apache.lucene.search.TermQuery tq
Class org.apache.lucene.search.WildcardQuery extends org.apache.lucene.search.MultiTermQuery implements Serializable |
termContainsWildcard
boolean termContainsWildcard
Copyright © 2000-2010 Ministere de la culture et de la communication / AJLSM. All Rights Reserved.