Serialized Form
|
Package net.sf.saxon.tinytree |
|
Class CharSlice extends Object implements Serializable |
array
char[] array
offset
int offset
count
int count
|
Class LargeStringBuffer extends Object implements Serializable |
minAllocation
int minAllocation
maxAllocation
int maxAllocation
segments
List<E> segments
startOffsets
int[] startOffsets
length
int length
|
Package net.sf.saxon.trans |
|
Class DecimalFormatManager extends Object implements Serializable |
defaultDFS
DecimalSymbols defaultDFS
formatTable
HashMap<K,V> formatTable
usingOriginalDefault
boolean usingOriginalDefault
|
Class DecimalSymbols extends Object implements Serializable |
decimalSeparator
int decimalSeparator
groupingSeparator
int groupingSeparator
digit
int digit
minusSign
int minusSign
percent
int percent
permill
int permill
zeroDigit
int zeroDigit
patternSeparator
int patternSeparator
infinity
String infinity
NaN
String NaN
|
Class DynamicError extends XPathException implements Serializable |
|
Class KeyDefinition extends Procedure implements Serializable |
match
PatternFinder match
use
SequenceIterable use
useType
BuiltInAtomicType useType
collation
StringCollator collation
collationName
String collationName
backwardsCompatible
boolean backwardsCompatible
strictComparison
boolean strictComparison
convertUntypedToOther
boolean convertUntypedToOther
|
Class KeyManager extends Object implements Serializable |
keyList
IntHashMap keyList
|
Class Mode extends Object implements Serializable |
ruleDict
Rule[] ruleDict
mostRecentRule
Rule mostRecentRule
isDefault
boolean isDefault
isStripper
boolean isStripper
modeNameCode
int modeNameCode
|
Class Rule extends Object implements Serializable |
pattern
Pattern pattern
action
Object action
precedence
int precedence
priority
double priority
next
Rule next
sequence
int sequence
|
Class RuleManager extends Object implements Serializable |
defaultMode
Mode defaultMode
modes
HashMap<K,V> modes
omniMode
Mode omniMode
|
Class StandardUnparsedTextResolver extends Object implements Serializable |
|
Class StaticError extends XPathException implements Serializable |
|
Class UncheckedXPathException extends RuntimeException implements Serializable |
cause
XPathException cause
|
Class XPathException extends TransformerException implements Serializable |
isTypeError
boolean isTypeError
errorCodeNamespace
String errorCodeNamespace
errorCode
String errorCode
errorObject
Value errorObject
hasBeenReported
boolean hasBeenReported
|
Class XPathException.Circularity extends DynamicError implements Serializable |
|
Package org.apache.lucene.bigram |
stopSet
Set<E> stopSet
stopSet
Set<E> stopSet
|
Package org.apache.lucene.chunk |
include
SpanQuery include
exclude
SpanQuery exclude
slop
int slop
chunkBump
int chunkBump
wrapped
SpanQuery wrapped
docNumMap
DocNumMap docNumMap
|
Package org.apache.lucene.index |
|
Class FieldReaderException extends RuntimeException implements Serializable |
|
Class SegmentInfos extends Vector implements Serializable |
counter
int counter
version
long version
generation
long generation
lastGeneration
long lastGeneration
|
Class Term extends Object implements Serializable |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
field
String field
text
String text
|
Package org.apache.lucene.limit |
|
Package org.apache.lucene.search |
|
Class BooleanClause extends Object implements Serializable |
query
Query query
occur
BooleanClause.Occur occur
|
Class BooleanClause.Occur extends Parameter implements Serializable |
|
Class BooleanQuery extends Query implements Serializable |
clauses
ArrayList<E> clauses
disableCoord
boolean disableCoord
minNrShouldMatch
int minNrShouldMatch
|
Class BooleanQuery.TooManyClauses extends RuntimeException implements Serializable |
|
Class CachingWrapperFilter extends Filter implements Serializable |
filter
Filter filter
|
Class ComplexExplanation extends Explanation implements Serializable |
match
Boolean match
|
Class ConstantScoreQuery extends Query implements Serializable |
filter
Filter filter
|
Class ConstantScoreQuery.ConstantWeight extends Object implements Serializable |
similarity
Similarity similarity
queryNorm
float queryNorm
queryWeight
float queryWeight
|
Class ConstantScoreRangeQuery extends Query implements Serializable |
fieldName
String fieldName
lowerVal
String lowerVal
upperVal
String upperVal
includeLower
boolean includeLower
includeUpper
boolean includeUpper
|
Class DefaultSimilarity extends Similarity implements Serializable |
|
Class DisjunctionMaxQuery extends Query implements Serializable |
disjuncts
ArrayList<E> disjuncts
tieBreakerMultiplier
float tieBreakerMultiplier
|
Class Explanation extends Object implements Serializable |
value
float value
description
String description
details
ArrayList<E> details
|
Class FieldDoc extends ScoreDoc implements Serializable |
fields
Comparable<T>[] fields
|
Class Filter extends Object implements Serializable |
|
Class FilteredQuery extends Query implements Serializable |
query
Query query
filter
Filter filter
|
Class FuzzyQuery extends MultiTermQuery implements Serializable |
minimumSimilarity
float minimumSimilarity
prefixLength
int prefixLength
|
Class Hit extends Object implements Serializable |
doc
Document doc
resolved
boolean resolved
hits
Hits hits
hitNumber
int hitNumber
|
Class MatchAllDocsQuery extends Query implements Serializable |
|
Class MultiPhraseQuery extends Query implements Serializable |
field
String field
termArrays
ArrayList<E> termArrays
positions
Vector<E> positions
slop
int slop
|
Class MultiTermQuery extends Query implements Serializable |
term
Term term
|
Class PhraseQuery extends Query implements Serializable |
field
String field
terms
Vector<E> terms
positions
Vector<E> positions
slop
int slop
|
Class PrefixFilter extends Filter implements Serializable |
prefix
Term prefix
|
Class PrefixQuery extends Query implements Serializable |
prefix
Term prefix
|
Class Query extends Object implements Serializable |
boost
float boost
|
Class QueryFilter extends Filter implements Serializable |
query
Query query
|
Class RangeFilter extends Filter implements Serializable |
fieldName
String fieldName
lowerTerm
String lowerTerm
upperTerm
String upperTerm
includeLower
boolean includeLower
includeUpper
boolean includeUpper
|
Class RangeQuery extends Query implements Serializable |
lowerTerm
Term lowerTerm
upperTerm
Term upperTerm
inclusive
boolean inclusive
|
Class RemoteSearchable extends UnicastRemoteObject implements Serializable |
local
Searchable local
|
Class RemoteSearchable_Stub extends RemoteStub implements Serializable |
serialVersionUID: 2L
|
Class ScoreDoc extends Object implements Serializable |
score
float score
doc
int doc
|
Class Similarity extends Object implements Serializable |
|
Class SimilarityDelegator extends Similarity implements Serializable |
delegee
Similarity delegee
|
Class Sort extends Object implements Serializable |
fields
SortField[] fields
|
Class SortComparator extends Object implements Serializable |
|
Class SortField extends Object implements Serializable |
field
String field
type
int type
locale
Locale locale
reverse
boolean reverse
factory
SortComparatorSource factory
|
Class TermQuery extends Query implements Serializable |
term
Term term
|
Class TopDocs extends Object implements Serializable |
totalHits
int totalHits
scoreDocs
ScoreDoc[] scoreDocs
maxScore
float maxScore
|
Class TopFieldDocs extends TopDocs implements Serializable |
fields
SortField[] fields
|
Class WildcardQuery extends MultiTermQuery implements Serializable |
termContainsWildcard
boolean termContainsWildcard
|
Package org.apache.lucene.search.spans |
match
SpanQuery match
end
int end
clauses
List<E> clauses
slop
int slop
inOrder
boolean inOrder
field
String field
include
SpanQuery include
exclude
SpanQuery exclude
slop
int slop
include
SpanQuery include
exclude
SpanQuery exclude
clauses
SpanQuery[] clauses
slop
int slop
penalizeOutOfOrder
boolean penalizeOutOfOrder
field
String field
clauses
List<E> clauses
field
String field
|
Class SpanQuery extends Query implements Serializable |
spanRecording
int spanRecording
termLimit
int termLimit
lowerTerm
Term lowerTerm
upperTerm
Term upperTerm
inclusive
boolean inclusive
term
Term term
termLength
int termLength
termLimit
int termLimit
- Limit on the total number of terms matched
|
Package org.apache.lucene.util |
|
Class Parameter extends Object implements Serializable |
readResolve
protected Object readResolve()
throws ObjectStreamException
- Throws:
ObjectStreamException
name
String name
|
Package org.cdlib.xtf.crossQuery |
config
CrossQueryConfig config
- Holds global servlet configuration info
profListener
TimeProfilingListener profListener
- Used for stylesheet profiling, if enabled
|
Package org.cdlib.xtf.crossQuery.raw |
|
Package org.cdlib.xtf.crossQuery.test |
baseDir
String baseDir
indexDirOverride
String indexDirOverride
indexWarmer
IndexWarmer indexWarmer
nHits
ThreadLocal<T> nHits
|
Package org.cdlib.xtf.dynaXML |
authenticator
Authenticator authenticator
- Handles authentication
config
DynaXMLConfig config
- Holds global servlet configuration info
docLocator
DocLocator docLocator
- Locator used to find lazy and non-lazy document files
|
Package org.cdlib.xtf.dynaXML.test |
baseDir
String baseDir
indexDirOverride
String indexDirOverride
indexWarmer
IndexWarmer indexWarmer
nHits
ThreadLocal<T> nHits
|
Package org.cdlib.xtf.lazyTree |
nKeysStored
int nKeysStored
- Count of keys actually stored on disk
|
Package org.cdlib.xtf.saxonExt |
name
String name
nameCode
int nameCode
attribs
Map<K,V> attribs
content
Expression content
|
Package org.cdlib.xtf.saxonExt.exec |
|
Package org.cdlib.xtf.saxonExt.sql |
name
String name
evalSql
boolean evalSql
name
String name
|
Package org.cdlib.xtf.servletBase |
|
Class TextServlet extends HttpServlet implements Serializable |
stylesheetCache
StylesheetCache stylesheetCache
- Caches stylesheets (based on their URL)
staticContext
ServletContext staticContext
- Context useful for mapping partial paths to full paths
baseDir
String baseDir
- Base directory specified in servlet config (if any)
isInitted
boolean isInitted
- Flag to discern whether class has been initialized yet
errorGenSheet
ThreadLocal<T> errorGenSheet
- The error generator stylesheet to use
configFileLastModified
long configFileLastModified
- Last modification time of the configuration file, so we can decide
when we need to re-initialize the servlet.
|
Package org.cdlib.xtf.textEngine |
|
Class DocHit extends FieldDoc implements Serializable |
snippetMaker
SnippetMaker snippetMaker
- Used to load and format snippets
fieldSpanSource
FieldSpanSource fieldSpanSource
- Source of spans. Only valid during collection.
fieldSpans
FieldSpans fieldSpans
- Spans per field
snippets
Snippet[] snippets
- Array of pre-built snippets
docKey
String docKey
- Index key for this document
fileDate
long fileDate
- Date the original source XML document was last modified
recordNum
int recordNum
- Record number of this document within the main file
subDocument
String subDocument
- Record the subdocument within the main file, if any
chunkCount
int chunkCount
- Total number of chunks for this document
metaData
AttribList metaData
- Document's meta-data fields (copied from the docInfo chunk)
explanation
Explanation explanation
- Explanation of this document's score
subQuery
Query subQuery
targetDoc
int targetDoc
stopSet
Set<E> stopSet
pluralMap
WordMap pluralMap
accentMap
CharMap accentMap
minTermFreq
int minTermFreq
- Ignore words less freqent that this.
minDocFreq
int minDocFreq
- Ignore words which do not occur in at least this many docs.
maxDocFreq
int maxDocFreq
- Ignore words which occur in at least this many docs.
boost
boolean boost
- Should we apply a boost to the Query based on the scores?
fieldNames
String[] fieldNames
- Field name(s) we'll analyze.
fieldBoosts
float[] fieldBoosts
- Boost value per field.
boostMap
Map<K,V> boostMap
- Boost values for the fields
maxNumTokensParsed
int maxNumTokensParsed
- The maximum number of tokens to parse in each example doc field that is
not stored with TermVector support
minWordLen
int minWordLen
- Ignore words if less than this len.
maxWordLen
int maxWordLen
- Ignore words if greater than this len.
maxQueryTerms
int maxQueryTerms
- Don't return a query longer than this.
similarity
Similarity similarity
- For idf() calculations.
outerQuery
MoreLikeThisQuery outerQuery
outerDescrip
String outerDescrip
innerQuery
Query innerQuery
innerDescrip
String innerDescrip
fieldName
String fieldName
includeLower
boolean includeLower
lowerVal
String lowerVal
includeUpper
boolean includeUpper
upperVal
String upperVal
clauses
SpanQuery[] clauses
textQuery
SpanQuery textQuery
- Text query to filter
typeQuery
SpanQuery typeQuery
- Query on the 'sectionType' field, used to limit text query results
|
Package org.cdlib.xtf.textEngine.facet |
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
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
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 org.cdlib.xtf.textEngine.freeform |
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
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
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 org.cdlib.xtf.textIndexer |
|
Class DocSelCache extends HashMap implements Serializable |
dependencies
String dependencies
map
HashMap<K,V> map
modified
boolean modified
|
Package org.cdlib.xtf.util |
attribs
AttribList attribs
- Attributes that give more info on the exception
|
Package org.cdlib.xtf.zing |