|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IndexWriter without committing
any of the changes that have occurred since it was
opened.
IndexWriter.getAnalyzer().
Field that is
tokenized,
not stored,
termVectorStored with positions (or
termVectorStored with positions and offsets),
addField(fieldName, stream, 1.0f).
Field.
TermVectorEntry.
*)
don't get removed from the search terms.BitSet.and(java.util.BitSet).
BitSet.andNot(java.util.BitSet).
(x <= min) ? base : sqrt(x+(base**2)-min)
...but with a special case check for 0.
Filter.bits(org.apache.lucene.index.IndexReader).
FilterManager to keep the cache for a filter on the
searcher side of a remote connection.
n bits.
name in Directory
d, as written by the BitVector.write(org.apache.lucene.store.Directory, java.lang.String) method.
BooleanQuery.getMaxClauseCount() clauses.SpanTermQuery except
that it factors in the value of the payload located at each of the positions where the
Term occurs.BrazilianAnalyzer.BRAZILIAN_STOP_WORDS).
IndexInput.IndexOutput.FieldCache
using getBytes() and makes those values
available as other numeric types, casting as needed.FieldCacheSource, already knowing that cache and field are equal.
FieldCacheSource, without the hash-codes of the field
and the cache (those are taken care of elsewhere).
Filters to be chained.CJKAnalyzer.STOP_WORDS.
bit to zero.
RegexTermEnum allowing
implementations to cache a compiled version of the regular
expression pattern.
MergeScheduler that runs each merge using a
separate thread, up until a maximum number of threads
(ConcurrentMergeScheduler.setMaxThreadCount(int)) at which points merges are
run in the foreground, serially.len chars of text starting at off
are in the set
CharSequence is in the set
overlap / maxOverlap.
query
ValueSourceQuery.
ValueSourceQuery.
CzechAnalyzer.CZECH_STOP_WORDS).
DateTools instead. This class is included for use with existing
indices and will be removed in a future release.Token.termBuffer() as a Date using a DateFormat.DateFormat.getDateInstance() as the DateFormat object.
DateFormat.getDateInstance() as the DateFormat object.
Directory.Lock is
trivial as DbDirectory operations are managed by the Berkeley DB
locking system.PayloadHelper.encodeFloat(float).
doc.add.log.step - indicating how often
an "added N docs" message should be logged.
- DEFAULT_ANALYZER -
Static variable in class org.apache.lucene.index.memory.PatternAnalyzer
- A lower-casing word analyzer with English stop words (can be shared
freely across threads without harm); global per class loader.
- DEFAULT_ANALYZER -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default analyzer to parse source doc with.
- DEFAULT_AUTO_COMMIT -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_BOOST -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Boost terms in query based on score.
- DEFAULT_CACHE_CLEAN_SIZE -
Static variable in class org.apache.lucene.search.FilterManager
- The default maximum number of Filters in the cache
- DEFAULT_CACHE_SLEEP_TIME -
Static variable in class org.apache.lucene.search.FilterManager
- The default frequency of cache clenup
- DEFAULT_DELETE_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
- Default value for property
doc.delete.log.step - indicating how often
an "deleted N docs" message should be logged.
- DEFAULT_DOC_DELETE_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
- Gap between ids of deleted docs, applies when no docid param is provided.
- DEFAULT_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
- Default value for property
doc.tokenize.log.step - indicating how often
an "added N docs / M tokens" message should be logged.
- DEFAULT_FIELD_NAMES -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default field names.
- DEFAULT_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_MAX_BUFFERED -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MAX_BUFFERED_DELETE_TERMS -
Static variable in class org.apache.lucene.index.IndexWriter
- Disabled by default (because IndexWriter flushes by RAM usage
by default).
- DEFAULT_MAX_BUFFERED_DOCS -
Static variable in class org.apache.lucene.index.IndexWriter
- Disabled by default (because IndexWriter flushes by RAM usage
by default).
- DEFAULT_MAX_DOC_BYTES_TO_ANALYZE -
Static variable in class org.apache.lucene.search.highlight.Highlighter
-
- DEFAULT_MAX_FIELD_LENGTH -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MAX_FIELD_LENGTH -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 10,000.
- DEFAULT_MAX_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_MAX_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_MAX_MERGE_DOCS -
Static variable in class org.apache.lucene.index.IndexWriter
- Deprecated.
- DEFAULT_MAX_MERGE_DOCS -
Static variable in class org.apache.lucene.index.LogMergePolicy
- Default maximum segment size.
- DEFAULT_MAX_MERGE_MB -
Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
- Default maximum segment size.
- DEFAULT_MAX_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-
- DEFAULT_MAX_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-
- DEFAULT_MAX_NUM_TOKENS_PARSED -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default maximum number of tokens to parse in each example doc field that is not stored with TermVector support.
- DEFAULT_MAX_QUERY_TERMS -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Return a Query with no more than this many terms.
- DEFAULT_MAX_TOKEN_LENGTH -
Static variable in class org.apache.lucene.analysis.standard.StandardAnalyzer
- Default maximum allowed token length
- DEFAULT_MAX_WORD_LENGTH -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words greater than this length or if 0 then this has no effect.
- DEFAULT_MAXIMUM_DOCUMENTS -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_MERGE_FACTOR -
Static variable in class org.apache.lucene.index.IndexWriter
- Deprecated.
- DEFAULT_MERGE_FACTOR -
Static variable in class org.apache.lucene.index.LogMergePolicy
- Default merge factor, which is how many segments are
merged at a time
- DEFAULT_MERGE_PFACTOR -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_MIN_DOC_FREQ -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words which do not occur in at least this many docs.
- DEFAULT_MIN_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_MIN_GRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_MIN_MERGE_DOCS -
Static variable in class org.apache.lucene.index.LogDocMergePolicy
- Default minimum segment size.
- DEFAULT_MIN_MERGE_MB -
Static variable in class org.apache.lucene.index.LogByteSizeMergePolicy
- Default minimum segment size.
- DEFAULT_MIN_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenFilter
-
- DEFAULT_MIN_NGRAM_SIZE -
Static variable in class org.apache.lucene.analysis.ngram.NGramTokenizer
-
- DEFAULT_MIN_TERM_FREQ -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore terms with less than this frequency in the source doc.
- DEFAULT_MIN_WORD_LENGTH -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Ignore words less than this length or if 0 then this has no effect.
- DEFAULT_RAM_BUFFER_SIZE_MB -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 16 MB (which means flush when buffered
docs consume 16 MB RAM).
- DEFAULT_RAM_FLUSH_MB -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- DEFAULT_RUN_COUNT -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_SCALE_UP -
Static variable in class org.apache.lucene.benchmark.Constants
-
- DEFAULT_SIDE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenFilter
-
- DEFAULT_SIDE -
Static variable in class org.apache.lucene.analysis.ngram.EdgeNGramTokenizer
-
- DEFAULT_STOP_WORDS -
Static variable in class org.apache.lucene.search.similar.MoreLikeThis
- Default set of stopwords.
- DEFAULT_TERM_INDEX_INTERVAL -
Static variable in class org.apache.lucene.index.IndexWriter
- Default value is 128.
- DEFAULT_TYPE -
Static variable in class org.apache.lucene.analysis.Token
-
- DEFAULT_WRITELINE_DOC_LOG_STEP -
Static variable in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
- Default value for property
doc.add.log.step - indicating how often
an "added N docs" message should be logged.
- DefaultEncoder - Class in org.apache.lucene.search.highlight
- Simple
Encoder implementation that does not modify the output - DefaultEncoder() -
Constructor for class org.apache.lucene.search.highlight.DefaultEncoder
-
- defaultMinSimilarity -
Static variable in class org.apache.lucene.search.FuzzyQuery
-
- defaultPrefixLength -
Static variable in class org.apache.lucene.search.FuzzyQuery
-
- DefaultSimilarity - Class in org.apache.lucene.search
- Expert: Default scoring implementation.
- DefaultSimilarity() -
Constructor for class org.apache.lucene.search.DefaultSimilarity
-
- delete() -
Method in interface org.apache.lucene.index.IndexCommitPoint
- Delete this commit point.
- delete(DbDirectory) -
Method in class org.apache.lucene.store.db.File
-
- delete(JEDirectory) -
Method in class org.apache.lucene.store.je.File
-
- DeleteDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
- Delete a document by docid.
- DeleteDocTask(PerfRunData) -
Constructor for class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
-
- deleteDocument(int) -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Deletes the document numbered
docNum.
- deleteDocument(int) -
Method in class org.apache.lucene.index.IndexReader
- Deletes the document numbered
docNum.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Deletes all documents containing
term.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexReader
- Deletes all documents that have a given
term indexed.
- deleteDocuments(Term) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) containing
term.
- deleteDocuments(Term[]) -
Method in class org.apache.lucene.index.IndexWriter
- Deletes the document(s) containing any of the
terms.
- deleteFile(String) -
Method in class org.apache.lucene.store.db.DbDirectory
-
- deleteFile(String) -
Method in class org.apache.lucene.store.Directory
- Removes an existing file in the directory.
- deleteFile(String) -
Method in class org.apache.lucene.store.FSDirectory
- Removes an existing file in the directory.
- deleteFile(String) -
Method in class org.apache.lucene.store.je.JEDirectory
-
- deleteFile(String) -
Method in class org.apache.lucene.store.RAMDirectory
- Removes an existing file in the directory.
- DeleteFiles - Class in org.apache.lucene.demo
- Deletes documents from an index that do not contain a term.
- DemoHTMLParser - Class in org.apache.lucene.benchmark.byTask.feeds
- HTML Parser that is based on Lucene's demo HTML parser.
- DemoHTMLParser() -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
-
- describeParams() -
Method in class org.apache.lucene.search.similar.MoreLikeThis
- Describe the parameters that control how the "more like this" query is formed.
- description() -
Method in class org.apache.lucene.search.function.ByteFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.FieldCacheSource
-
- description() -
Method in class org.apache.lucene.search.function.FloatFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.IntFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.OrdFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ReverseOrdFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ShortFieldSource
-
- description() -
Method in class org.apache.lucene.search.function.ValueSource
- description of field, used in explain()
- Dictionary - Interface in org.apache.lucene.search.spell
- A simple interface representing a Dictionary.
- difference() -
Method in class org.apache.lucene.search.FilteredTermEnum
- Equality measure on the term
- difference() -
Method in class org.apache.lucene.search.FuzzyTermEnum
-
- difference() -
Method in class org.apache.lucene.search.regex.RegexTermEnum
-
- difference() -
Method in class org.apache.lucene.search.WildcardTermEnum
-
- DirDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
- A DocMaker using the Dir collection for its input.
- DirDocMaker() -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
-
- DirDocMaker.Iterator - Class in org.apache.lucene.benchmark.byTask.feeds
-
- DirDocMaker.Iterator(File) -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker.Iterator
-
- directory(int, File) -
Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia.Parser
-
- directory() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- directory -
Variable in class org.apache.lucene.index.IndexModifier
- Deprecated.
- directory() -
Method in class org.apache.lucene.index.IndexReader
- Returns the directory associated with this index.
- directory -
Variable in class org.apache.lucene.store.db.DbIndexInput
-
- directory -
Variable in class org.apache.lucene.store.db.DbIndexOutput
-
- Directory - Class in org.apache.lucene.store
- A Directory is a flat list of files.
- Directory() -
Constructor for class org.apache.lucene.store.Directory
-
- directory -
Variable in class org.apache.lucene.store.je.JEIndexInput
-
- directory -
Variable in class org.apache.lucene.store.je.JEIndexOutput
-
- DISABLE_AUTO_FLUSH -
Static variable in class org.apache.lucene.index.IndexWriter
- Value to denote a flush trigger is disabled
- disable_tracing() -
Method in class org.apache.lucene.demo.html.HTMLParser
-
- disable_tracing() -
Method in class org.apache.lucene.queryParser.precedence.PrecedenceQueryParser
-
- disable_tracing() -
Method in class org.apache.lucene.queryParser.QueryParser
-
- disable_tracing() -
Method in class org.apache.lucene.queryParser.surround.parser.QueryParser
-
- DisjunctionMaxQuery - Class in org.apache.lucene.search
- A query that generates the union of documents produced by its subqueries, and that scores each document with the maximum
score for that document as produced by any subquery, plus a tie breaking increment for any additional matching subqueries.
- DisjunctionMaxQuery(float) -
Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
- Creates a new empty DisjunctionMaxQuery.
- DisjunctionMaxQuery(Collection, float) -
Constructor for class org.apache.lucene.search.DisjunctionMaxQuery
- Creates a new DisjunctionMaxQuery
- DistanceQuery - Class in org.apache.lucene.queryParser.surround.query
-
- DistanceQuery(List, boolean, int, String, boolean) -
Constructor for class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- DistanceSubQuery - Interface in org.apache.lucene.queryParser.surround.query
-
- distanceSubQueryNotAllowed() -
Method in class org.apache.lucene.queryParser.surround.query.DistanceQuery
-
- distanceSubQueryNotAllowed() -
Method in interface org.apache.lucene.queryParser.surround.query.DistanceSubQuery
- When distanceSubQueryNotAllowed() returns non null, the reason why the subquery
is not allowed as a distance subquery is returned.
- distanceSubQueryNotAllowed() -
Method in class org.apache.lucene.queryParser.surround.query.OrQuery
-
- distanceSubQueryNotAllowed() -
Method in class org.apache.lucene.queryParser.surround.query.SimpleTerm
-
- doBody() -
Method in class org.apache.lucene.store.Lock.With
- Code to execute with exclusive access.
- doc() -
Method in class org.apache.lucene.index.FilterIndexReader.FilterTermDocs
-
- doc() -
Method in class org.apache.lucene.index.MultipleTermPositions
-
- doc() -
Method in interface org.apache.lucene.index.TermDocs
- Returns the current document number.
- doc() -
Method in class org.apache.lucene.search.ConstantScoreQuery.ConstantScorer
-
- doc(int) -
Method in class org.apache.lucene.search.Hits
- Returns the stored fields of the nth document in this set.
- doc(int) -
Method in class org.apache.lucene.search.IndexSearcher
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.IndexSearcher
-
- doc(int) -
Method in class org.apache.lucene.search.MultiSearcher
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.MultiSearcher
-
- doc(int) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- doc(int, FieldSelector) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- doc() -
Method in class org.apache.lucene.search.ReqExclScorer
-
- doc() -
Method in class org.apache.lucene.search.ReqOptSumScorer
-
- doc -
Variable in class org.apache.lucene.search.ScoreDoc
- Expert: A hit document's number.
- doc() -
Method in class org.apache.lucene.search.Scorer
- Returns the current document number matching the query.
- doc(int) -
Method in interface org.apache.lucene.search.Searchable
- Expert: Returns the stored fields of document
i.
- doc(int, FieldSelector) -
Method in interface org.apache.lucene.search.Searchable
- Get the
Document at the nth position.
- doc(int) -
Method in class org.apache.lucene.search.Searcher
-
- DOC -
Static variable in class org.apache.lucene.search.SortField
- Sort by document number (index order).
- doc() -
Method in interface org.apache.lucene.search.spans.Spans
- Returns the document number of the current match.
- doc -
Variable in class org.apache.lucene.search.spans.SpanScorer
-
- doc() -
Method in class org.apache.lucene.search.spans.SpanScorer
-
- doc -
Variable in class org.apache.lucene.search.spans.TermSpans
-
- doc() -
Method in class org.apache.lucene.search.spans.TermSpans
-
- docCount() -
Method in class org.apache.lucene.index.IndexModifier
- Deprecated. Returns the number of documents currently in this
index.
- docCount() -
Method in class org.apache.lucene.index.IndexWriter
- Returns the number of documents currently in this index.
- DocData - Class in org.apache.lucene.benchmark.byTask.feeds
- Output of parsing (e.g.
- DocData(String, String, String, Properties, Date) -
Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocData
-
- docFreq(Term) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- docFreq() -
Method in class org.apache.lucene.index.FilterIndexReader.FilterTermEnum
-
- docFreq(Term) -
Method in class org.apache.lucene.index.IndexReader
- Returns the number of documents containing the term
t.
- docFreq(Term) -
Method in class org.apache.lucene.index.MultiReader
-
- docFreq(Term) -
Method in class org.apache.lucene.index.ParallelReader
-
- docFreq() -
Method in class org.apache.lucene.index.TermEnum
- Returns the docFreq of the current Term in the enumeration.
- docFreq() -
Method in class org.apache.lucene.search.FilteredTermEnum
- Returns the docFreq of the current Term in the enumeration.
- docFreq(Term) -
Method in class org.apache.lucene.search.IndexSearcher
-
- docFreq(Term) -
Method in class org.apache.lucene.search.MultiSearcher
-
- docFreq(Term) -
Method in class org.apache.lucene.search.ParallelMultiSearcher
- TODO: parallelize this one too
- docFreq(Term) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreq(Term) -
Method in interface org.apache.lucene.search.Searchable
- Expert: Returns the number of documents containing
term.
- docFreq(Term) -
Method in class org.apache.lucene.search.Searcher
-
- docFreqs(Term[]) -
Method in class org.apache.lucene.search.RemoteSearchable
-
- docFreqs(Term[]) -
Method in interface org.apache.lucene.search.Searchable
- Expert: For each term in the terms array, calculates the number of
documents containing
term.
- docFreqs(Term[]) -
Method in class org.apache.lucene.search.Searcher
-
- doClose() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doClose() -
Method in class org.apache.lucene.index.IndexReader
- Implements close.
- doClose() -
Method in class org.apache.lucene.index.MultiReader
-
- doClose() -
Method in class org.apache.lucene.index.ParallelReader
-
- DocMaker - Interface in org.apache.lucene.benchmark.byTask.feeds
- Create documents for the test.
- docName(Searcher, int) -
Method in class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
- Extract the name of the input doc from the index.
- DocNameExtractor - Class in org.apache.lucene.benchmark.quality.utils
- Utility: extract doc names from an index
- DocNameExtractor(String) -
Constructor for class org.apache.lucene.benchmark.quality.utils.DocNameExtractor
- Constructor for DocNameExtractor.
- docNameField -
Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
- index field to extract doc name for each search result; used for judging the results.
- doCommit() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doCommit() -
Method in class org.apache.lucene.index.IndexReader
- Implements commit.
- doCommit() -
Method in class org.apache.lucene.index.MultiReader
-
- doCommit() -
Method in class org.apache.lucene.index.ParallelReader
-
- Document(File) -
Static method in class org.apache.lucene.ant.HtmlDocument
- Creates a Lucene
Document from a File.
- Document(File) -
Static method in class org.apache.lucene.ant.TextDocument
- Makes a document for a File.
- Document(File) -
Static method in class org.apache.lucene.demo.FileDocument
- Makes a document for a File.
- Document(File) -
Static method in class org.apache.lucene.demo.HTMLDocument
-
- Document - Class in org.apache.lucene.document
- Documents are the unit of indexing and search.
- Document() -
Constructor for class org.apache.lucene.document.Document
- Constructs a new document with no fields.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- document(int) -
Method in class org.apache.lucene.index.IndexReader
- Returns the stored fields of the
nth
Document in this index.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.IndexReader
- Get the
Document at the nth position.
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.MultiReader
-
- document(int, FieldSelector) -
Method in class org.apache.lucene.index.ParallelReader
-
- DocumentHandler - Interface in org.apache.lucene.ant
- Allows a class to act as a Lucene document handler
- DocumentHandlerException - Exception in org.apache.lucene.ant
-
- DocumentHandlerException() -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Default constructor.
- DocumentHandlerException(String) -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Constructs with message.
- DocumentHandlerException(Throwable) -
Constructor for exception org.apache.lucene.ant.DocumentHandlerException
- Constructs with chained exception.
- DocValues - Class in org.apache.lucene.search.function
- Expert: represents field values as different types.
- DocValues() -
Constructor for class org.apache.lucene.search.function.DocValues
-
- doDelete(int) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doDelete(int) -
Method in class org.apache.lucene.index.IndexReader
- Implements deletion of the document numbered
docNum.
- doDelete(int) -
Method in class org.apache.lucene.index.MultiReader
-
- doDelete(int) -
Method in class org.apache.lucene.index.ParallelReader
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CloseReaderTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
- Perform the task once (ignoring repetions specification)
Return number of work items done by this task.
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemEraseTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.ResetSystemSoftTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
-
- doLogic() -
Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
-
- DOMUtils - Class in org.apache.lucene.xmlparser
- Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements.
- DOMUtils() -
Constructor for class org.apache.lucene.xmlparser.DOMUtils
-
- Done() -
Method in class org.apache.lucene.demo.html.SimpleCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.FastCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.precedence.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.precedence.FastCharStream
-
- Done() -
Method in interface org.apache.lucene.queryParser.surround.parser.CharStream
- The lexer calls this function to indicate that it is done with the stream
and hence implementations can free any resources held by this class.
- Done() -
Method in class org.apache.lucene.queryParser.surround.parser.FastCharStream
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.IndexReader
- Implements setNorm in subclass.
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.MultiReader
-
- doSetNorm(int, String, byte) -
Method in class org.apache.lucene.index.ParallelReader
-
- DOUBLE -
Static variable in class org.apache.lucene.search.SortField
- Sort using term values as encoded Doubles.
- doubleVal(int) -
Method in class org.apache.lucene.search.function.DocValues
- Return doc value as a double.
- doUndeleteAll() -
Method in class org.apache.lucene.index.FilterIndexReader
-
- doUndeleteAll() -
Method in class org.apache.lucene.index.IndexReader
- Implements actual undeleteAll() in subclass.
- doUndeleteAll() -
Method in class org.apache.lucene.index.MultiReader
-
- doUndeleteAll() -
Method in class org.apache.lucene.index.ParallelReader
-
- Driver - Class in org.apache.lucene.benchmark
- Sets up the benchmark driver.
- Driver() -
Constructor for class org.apache.lucene.benchmark.Driver
-
- Driver(Benchmarker, BenchmarkOptions) -
Constructor for class org.apache.lucene.benchmark.Driver
-
- Driver(File, InputSource) -
Constructor for class org.apache.lucene.benchmark.Driver
- Creates a Driver using Digester
- DuplicateFilter - Class in org.apache.lucene.search
-
- DuplicateFilter(String) -
Constructor for class org.apache.lucene.search.DuplicateFilter
-
- DuplicateFilter(String, int, int) -
Constructor for class org.apache.lucene.search.DuplicateFilter
-
- DuplicateFilterBuilder - Class in org.apache.lucene.xmlparser.builders
-
- DuplicateFilterBuilder() -
Constructor for class org.apache.lucene.xmlparser.builders.DuplicateFilterBuilder
-
- DUTCH_STOP_WORDS -
Static variable in class org.apache.lucene.analysis.nl.DutchAnalyzer
- List of typical Dutch stopwords.
- DutchAnalyzer - Class in org.apache.lucene.analysis.nl
- Analyzer for Dutch language.
- DutchAnalyzer() -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- Builds an analyzer with the default stop words (
DutchAnalyzer.DUTCH_STOP_WORDS)
and a few default entries for the stem exclusion table.
- DutchAnalyzer(String[]) -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- Builds an analyzer with the given stop words.
- DutchAnalyzer(HashSet) -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- Builds an analyzer with the given stop words.
- DutchAnalyzer(File) -
Constructor for class org.apache.lucene.analysis.nl.DutchAnalyzer
- Builds an analyzer with the given stop words.
- DutchStemFilter - Class in org.apache.lucene.analysis.nl
- A filter that stems Dutch words.
- DutchStemFilter(TokenStream) -
Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
- DutchStemFilter(TokenStream, Set) -
Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
- Builds a DutchStemFilter that uses an exclusiontable.
- DutchStemFilter(TokenStream, Set, Map) -
Constructor for class org.apache.lucene.analysis.nl.DutchStemFilter
-
- DutchStemmer - Class in net.sf.snowball.ext
- Generated class implementing code defined by a snowball script.
- DutchStemmer() -
Constructor for class net.sf.snowball.ext.DutchStemmer
-
- DutchStemmer - Class in org.apache.lucene.analysis.nl
- A stemmer for Dutch words.
- DutchStemmer() -
Constructor for class org.apache.lucene.analysis.nl.DutchStemmer
-
TermPositionVector that stores only position information.
AlreadyClosedException if this IndexWriter has been
closed.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
ValueSourceQuery.equals(Object).
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
o is equal to this.
\.
\.
doc scored against
weight.
doc scored against
query.
Field.FieldCache.null as its
detail message.
Document.getFields() instead
FileFilter, the FieldSelector allows one to make decisions about
what Fields get loaded on a Document by IndexReader.document(int,org.apache.lucene.document.FieldSelector)TermVectorEntrys
This is not thread-safe.FilterIndexReader contains another IndexReader, which it
uses as its basic source of data, possibly transforming the data along the
way or providing additional functionality.TermDocs implementations.TermEnum implementations.TermPositions implementations.MergePolicy.MergeSpecification if so.
FieldCache
using getFloats() and makes those values
available as other numeric types, casting as needed.Highlighter class.FrenchAnalyzer.FRENCH_STOP_WORDS).
Directory as a directory of files.minimumSimilarity to term.
FuzzyQuery(term, minimumSimilarity, 0).
FuzzyQuery(term, 0.5f, 0).
reader which share a prefix of
length prefixLength with term and which have a fuzzy similarity >
minSimilarity.
GERMAN_STOP_WORDS).
true if bit is one and
false if it is zero.
field to see if it contains integers, floats
or strings, and then calls one of the other methods in this class to get the
values.
HtmlDocument object.
Document.setBoost(float).
field as a single byte and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as bytes and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
field and calls the given SortComparator
to get the sort values.
Document from an InputStream.
field as integers and returns an array
of size reader.maxDoc() of the value each document
has in the given field.
field as doubles and returns an array of
size reader.maxDoc() of the value each document has in the
given field.
Fieldable name.