A B C D E F G H I J L M N O P Q R S T U V W

A

AbstractQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Abstract base query maker.
AbstractQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
add(TaskStats) - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
Add data from another stat, for aggregation
addBytes(long) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
addData(TimeData) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Add a data point.
addDoc() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
AddDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
Add a document, optionally with of a certain size.
AddDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
addResult(int, boolean, long) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Add a (possibly relevant) doc.
addTask(PerfTask) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
Algorithm - Class in org.apache.lucene.benchmark.byTask.utils
Test algorithm, as read from file
Algorithm(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Algorithm
Read algorithm from file
average(QualityStats[]) - Static method in class org.apache.lucene.benchmark.quality.QualityStats
Create a QualityStats object that is the average of the input QualityStats objects.
avgFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
avgTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 

B

Benchmark - Class in org.apache.lucene.benchmark.byTask
Run the benchmark algorithm.
Benchmark(Reader) - Constructor for class org.apache.lucene.benchmark.byTask.Benchmark
 
BenchmarkHighlighter - Class in org.apache.lucene.benchmark.byTask.tasks
 
BenchmarkHighlighter() - Constructor for class org.apache.lucene.benchmark.byTask.tasks.BenchmarkHighlighter
 
BODY_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
bodyIndexVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
bodyStoreVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
BOOLEANS - Static variable in class org.apache.lucene.benchmark.Constants
 
BUFFER_SIZE - Static variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
BYTES_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 

C

clear() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
clearData() - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Clear all data, prepare for more tests.
ClearStatsTask - Class in org.apache.lucene.benchmark.byTask.tasks
Clear statistics data.
ClearStatsTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
 
clone() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
clone() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
clone() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
clone() - Method in class org.apache.lucene.benchmark.stats.TestData
 
clone() - Method in class org.apache.lucene.benchmark.stats.TimeData
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Called when reading from this content source is no longer required.
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Closes the DocMaker.
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
close() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
close() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
CloseIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Close index writer.
CloseIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
CloseReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Close index reader.
CloseReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CloseReaderTask
 
collectFiles(File, ArrayList<File>) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
A convenience method for collecting all the files of a content source from a given directory.
COLS - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
CommitIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Commits the IndexWriter.
CommitIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
compareTo(QualityQuery) - Method in class org.apache.lucene.benchmark.quality.QualityQuery
 
config - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
config - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
Config - Class in org.apache.lucene.benchmark.byTask.utils
Perf run configuration properties.
Config(Reader) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Config
Read both algorithm and config properties.
Config(Properties) - Constructor for class org.apache.lucene.benchmark.byTask.utils.Config
Create config without algorithm - useful for a programmatic perf test.
Constants - Class in org.apache.lucene.benchmark
 
Constants() - Constructor for class org.apache.lucene.benchmark.Constants
 
ConsumeContentSourceTask - Class in org.apache.lucene.benchmark.byTask.tasks
Consumes a ContentSource.
ConsumeContentSourceTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
ContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
Represents content from a specified source, such as TREC, Reuters etc.
ContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
count - Variable in class org.apache.lucene.benchmark.stats.TimeData
Number of records processed.
count - Static variable in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
create(String, String, String, String) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
createAnalyzer(String) - Static method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
CreateIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Create an index.
CreateIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 

D

DATE_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
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_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_FIELD_LENGTH - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
DEFAULT_MAXIMUM_DOCUMENTS - Static variable in class org.apache.lucene.benchmark.Constants
 
DEFAULT_MERGE_PFACTOR - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
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
 
DeleteByPercentTask - Class in org.apache.lucene.benchmark.byTask.tasks
Deletes a percentage of documents from an index randomly over the number of documents.
DeleteByPercentTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
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
 
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
 
DirContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource using the Dir collection for its input.
DirContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
DirContentSource.Iterator - Class in org.apache.lucene.benchmark.byTask.feeds
 
DirContentSource.Iterator(File) - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
directory(int, File) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
DocData - Class in org.apache.lucene.benchmark.byTask.feeds
Output of parsing (e.g.
DocData() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocData
 
DocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Creates Document objects.
DocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
docMaker - Variable in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
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.
doHighlight(IndexReader, int, String, Document, Analyzer, String) - Method in class org.apache.lucene.benchmark.byTask.tasks.BenchmarkHighlighter
 
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.CommitIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
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 repetitions specification) Return number of work items done by this task.
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
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.ReopenReaderTask
 
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.RollbackIndexTask
 
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.UpdateDocTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.WaitTask
 
doLogic() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 

E

ELAPSED - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
elapsed - Variable in class org.apache.lucene.benchmark.stats.TimeData
Elapsed time in milliseconds.
encoding - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
endRun() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Mark the ending time of this test run.
EnwikiContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource which reads the English Wikipedia dump.
EnwikiContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
EnwikiQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that uses common and uncommon actual Wikipedia queries for searching the English Wikipedia collection.
EnwikiQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiQueryMaker
 
execute() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
execute() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
Execute this algorithm
execute(Judge, SubmissionReport, PrintWriter) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
Run the quality benchmark.
extract() - Method in class org.apache.lucene.benchmark.utils.ExtractReuters
 
extract() - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
extractFile(File) - Method in class org.apache.lucene.benchmark.utils.ExtractReuters
Override if you wish to change what is extracted
ExtractReuters - Class in org.apache.lucene.benchmark.utils
Split the Reuters SGML documents into Simple Text files containing: Title, Date, Dateline, Body
ExtractReuters(File, File) - Constructor for class org.apache.lucene.benchmark.utils.ExtractReuters
 
extractTasks() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
Expert: for test purposes, return all tasks participating in this algorithm.
ExtractWikipedia - Class in org.apache.lucene.benchmark.utils
Extract the downloaded Wikipedia dump into separate files for indexing.
ExtractWikipedia(DocMaker, File) - Constructor for class org.apache.lucene.benchmark.utils.ExtractWikipedia
 

F

fieldSelector - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
FileBasedQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create queries from a FileReader.
FileBasedQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.FileBasedQueryMaker
 
FileUtils - Class in org.apache.lucene.benchmark.byTask.utils
File utilities.
FileUtils() - Constructor for class org.apache.lucene.benchmark.byTask.utils.FileUtils
 
findIndexCommit(Directory, String) - Static method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
flush() - Method in class org.apache.lucene.benchmark.quality.utils.SubmissionReport
 
FlushReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
 
FlushReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
forever - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
Format - Class in org.apache.lucene.benchmark.byTask.utils
Formatting utilities (for reports).
Format() - Constructor for class org.apache.lucene.benchmark.byTask.utils.Format
 
format(int, float, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Padd a number from left.
format(int, double, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
 
format(int, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a number from left.
format(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a string from right.
formatPaddLeft(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a string from left.
formatPaddRight(int, float, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Pad a number from right.
formatPaddRight(int, double, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
 
fragSize - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
freeMem - Variable in class org.apache.lucene.benchmark.stats.TimeData
Free memory at the end of measurement interval.
fullyDelete(File) - Static method in class org.apache.lucene.benchmark.byTask.utils.FileUtils
Delete files and directories, even if non-empty.

G

genPartialReport(int, LinkedHashMap<String, TaskStats>, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
get(String, String) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a string property.
get(String, int) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return an int property.
get(String, double) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a double property.
get(String, boolean) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Return a boolean property.
getAlgorithm() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
getAlgorithmText() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getAll(Query[]) - Static method in class org.apache.lucene.benchmark.stats.QueryData
Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
getAll(File[], Analyzer[]) - Static method in class org.apache.lucene.benchmark.stats.TestData
Prepare a list of benchmark data, using all possible combinations of benchmark parameters.
getAnalyzer() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getAnalyzer() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getAvp() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the average precision at recall points.
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return an appropriate highlighter to be used with highlighting tasks
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
getBenchmarkHighlighter(Query) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
getBody() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the number of bytes generated since last reset.
getBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Returns the number of bytes generated by the content source since last reset.
getColsNamesForValsByRound() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getColsValuesForValsByRound(int) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getConfig() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
getConfig() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getData() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getDate() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getDepth() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getDirectory() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getDirectory() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getDocMaker() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
Returns the docMaker.
getDocNamesExtractTime() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the time it took to extract doc names for judging the measured query, in milliseconds.
getDocsCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the number of generated documents since last reset.
getDocState() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
getElapsed() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getEnd() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Define the fields to highlight.
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
getFieldsToHighlight(Document) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
getHeap() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getId() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getId() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getIndexDeletionPolicy(Config) - Static method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
getIndexReader() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getIndexSearcher() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getIndexWriter() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getInputStream(File) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns an InputStream over the requested file.
getLabels() - Static method in class org.apache.lucene.benchmark.stats.QueryData
Short legend for interpreting toString() output.
getLabels() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get a list of all available types of data points.
getLabels() - Static method in class org.apache.lucene.benchmark.stats.TimeData
Get a short legend for toString() output.
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ConsumeContentSourceTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
getLogMessage(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
getMaxBufferedDocs() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getMaxGoodPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the maximal number of good points.
getMaxQueries() - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
 
getMaxResults() - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
 
getMaxTotMem() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getMaxUsedMem() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getMemUsage(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get memory usage stats for a given data type.
getMergeFactor() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getMRR() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the Mean reciprocal rank over the queries or RR for a single query.
getName() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getName() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getName() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getNames() - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return all the names of name-value-pairs in this QualityQuery.
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the next DocData from the content source.
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
getNextDocData(DocData) - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
getNumGoodPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the number of good points (only relevant points).
getNumParallelTasks() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getNumPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the number of points (both relevant and irrelevant points).
getNumRuns() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getOutOf() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns total number of stats points when this report was created.
getParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getParent() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getPoints() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getPrecisionAt(int) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the precision at rank n: |{relevant hits within first n hits}| / n.
getProps() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getQueries() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getQueryID() - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return the ID of this query.
getQueryMaker(ReadTask) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return query maker used for this task.
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
getQueryMaker() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
getRank() - Method in class org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
Returns the rank: where on the list of returned docs this relevant doc appeared.
getRate() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Returns the rate per minute: how many operations should be performed in a minute.
getRate() - Method in class org.apache.lucene.benchmark.stats.TimeData
Get rate of processing, defined as number of processed records per second.
getRecall() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Return the recall: |{relevant hits found}| / |{relevant hits existing}|.
getRecall() - Method in class org.apache.lucene.benchmark.quality.QualityStats.RecallPoint
Returns the recall: how many relevant docs were returned up to this point, inclusive.
getRecallPoints() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the recallPoints.
getRepetitions() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getReported() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns number of stats points represented in this report.
getRound() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getRoundNumber() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
 
getRunData() - Method in class org.apache.lucene.benchmark.byTask.Benchmark
 
getRunData() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getRunData() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getRunInBackground() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
getSearchTime() - Method in class org.apache.lucene.benchmark.quality.QualityStats
Returns the search time in milliseconds for the measured query.
getSize() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns number of lines in the report.
getSort() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
getSort() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
getSource() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getStart() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getStartTimeMillis() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getTask() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getTaskRunNum() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getTasks() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
getTestDataMinMaxMergeAndMaxBuffered(File[], Analyzer[]) - Static method in class org.apache.lucene.benchmark.stats.TestData
Similar to TestData.getAll(java.io.File[], org.apache.lucene.analysis.Analyzer[]) but only uses maxBufferedDocs of 10 and 100 and same for mergeFactor, thus reducing the number of permutations significantly.
getText() - Method in class org.apache.lucene.benchmark.byTask.stats.Report
Returns the report text.
getTitle() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getTotalBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the total number of bytes that were generated by this source.
getTotalBytesCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Returns the total number of bytes that were generated by the content source defined to that doc maker.
getTotalDocsCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns the total number of generated documents.
getTotals(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get total values from all data points of a given type.
getTotals() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Get total values from all data points of all types.
getValue(String) - Method in class org.apache.lucene.benchmark.quality.QualityQuery
Return the value of a certain name-value pair.

H

hasNext() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
highlighter - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
highlighter - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
HTMLParser - Interface in org.apache.lucene.benchmark.byTask.feeds
HTML Parsing Interface for test purposes

I

id - Variable in class org.apache.lucene.benchmark.stats.QueryData
Benchmark id
ID_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
incrNumDocsCreated() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
indexProperties - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
indexVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
isCollapsable() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Return true if can be collapsed in case it is outermost sequence
isCompound() - Method in class org.apache.lucene.benchmark.stats.TestData
 
isDisableCounting() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Return true if counting is disabled for this task.
isOptimize() - Method in class org.apache.lucene.benchmark.stats.TestData
 
isParallel() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
isRelevant(String, QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.Judge
Judge if document docName is relevant for the given quality query.
isRelevant(String, QualityQuery) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 

J

Judge - Interface in org.apache.lucene.benchmark.quality
Judge if a document is relevant for a quality query.

L

LineDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource reading one line at a time as a Document from a single file.
LineDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
log(String, int, PrintWriter, String) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Log information on this QualityStats object.
logStep - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 
logStep - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
longestOp(Iterable<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
find the longest op name out of completed tasks.

M

main(String[]) - Static method in class org.apache.lucene.benchmark.byTask.Benchmark
Run the benchmark algorithm.
main(String[]) - Static method in class org.apache.lucene.benchmark.byTask.programmatic.Sample
 
main(String[]) - Static method in class org.apache.lucene.benchmark.quality.trec.QueryDriver
 
main(String[]) - Static method in class org.apache.lucene.benchmark.quality.utils.QualityQueriesFinder
 
main(String[]) - Static method in class org.apache.lucene.benchmark.utils.ExtractReuters
 
main(String[]) - Static method in class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
makeDocument() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Creates a Document object ready for indexing.
makeDocument(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Same as DocMaker.makeDocument(), only this method creates a document of the given size input by size.
makeQuery() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
makeQuery(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
makeQuery(int) - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Create the next query, of the given size.
makeQuery() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Create the next query
mark(int) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
Mark the present position in the stream.
markSupported() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
markTaskEnd(TaskStats, int) - Method in class org.apache.lucene.benchmark.byTask.stats.Points
mark the end of a task
markTaskStart(PerfTask, int) - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Mark that a task is starting.
MAX_BUFFERED_DOCS_COUNTS - Static variable in class org.apache.lucene.benchmark.stats.TestData
 
MAX_POINTS - Static variable in class org.apache.lucene.benchmark.quality.QualityStats
Number of points for which precision is computed.
maxDocCharsToAnalyze - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
maxFrags - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
maxFrags - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
maxFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
maxRecall(QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.Judge
Return the maximal recall for the input quality query.
maxRecall(QualityQuery) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 
maxTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
MemUsage - Class in org.apache.lucene.benchmark.stats
This class holds a set of memory usage values.
MemUsage() - Constructor for class org.apache.lucene.benchmark.stats.MemUsage
 
mergeContiguous - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
MERGEFACTOR_COUNTS - Static variable in class org.apache.lucene.benchmark.stats.TestData
 
minFree - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 
minTotal - Variable in class org.apache.lucene.benchmark.stats.MemUsage
 

N

name - Variable in class org.apache.lucene.benchmark.stats.TimeData
Name of the data point - usually one of a data series with the same name
NAME_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
NearRealtimeReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Spawns a BG thread that periodically (defaults to 3.0 seconds, but accepts param in seconds) wakes up and asks IndexWriter for a near real-time reader.
NearRealtimeReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
NEW_LINE - Static variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
NewAnalyzerTask - Class in org.apache.lucene.benchmark.byTask.tasks
Create a new Analyzer and set it it in the getRunData() for use by all future tasks.
NewAnalyzerTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
newline - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
newRound() - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Increment the round number, for config values that are extracted by round number.
NewRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Increment the counter for properties maintained by Round Number.
NewRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
 
next() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
nextQnum() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
NoDeletionPolicy - Class in org.apache.lucene.benchmark.utils
 
NoDeletionPolicy() - Constructor for class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
NoMoreDataException - Exception in org.apache.lucene.benchmark.byTask.feeds
Exception indicating there is no more data.
NoMoreDataException() - Constructor for exception org.apache.lucene.benchmark.byTask.feeds.NoMoreDataException
 
numHits() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Specify the number of hits to retrieve.
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Set to the number of documents to highlight.
numToHighlight - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
numToHighlight - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
numToHighlight() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 

O

onCommit(List<? extends IndexCommit>) - Method in class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
onInit(List<? extends IndexCommit>) - Method in class org.apache.lucene.benchmark.utils.NoDeletionPolicy
 
OP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Get a textual summary of the benchmark results, average from all test runs.
OpenIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Open an index writer.
OpenIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
OpenReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Open an index reader.
OpenReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
OptimizeTask - Class in org.apache.lucene.benchmark.byTask.tasks
Optimize the index.
OptimizeTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
org.apache.lucene.benchmark - package org.apache.lucene.benchmark

The benchmark contribution contains tools for benchmarking Lucene using standard, freely available corpora.

org.apache.lucene.benchmark.byTask - package org.apache.lucene.benchmark.byTask
Benchmarking Lucene By Tasks.
org.apache.lucene.benchmark.byTask.feeds - package org.apache.lucene.benchmark.byTask.feeds
Sources for benchmark inputs: documents and queries.
org.apache.lucene.benchmark.byTask.programmatic - package org.apache.lucene.benchmark.byTask.programmatic
Sample performance test written programmatically - no algorithm file is needed here.
org.apache.lucene.benchmark.byTask.stats - package org.apache.lucene.benchmark.byTask.stats
Statistics maintained when running benchmark tasks.
org.apache.lucene.benchmark.byTask.tasks - package org.apache.lucene.benchmark.byTask.tasks
Extendable benchmark tasks.
org.apache.lucene.benchmark.byTask.utils - package org.apache.lucene.benchmark.byTask.utils
Utilities used for the benchmark, and for the reports.
org.apache.lucene.benchmark.quality - package org.apache.lucene.benchmark.quality
Search Quality Benchmarking.
org.apache.lucene.benchmark.quality.trec - package org.apache.lucene.benchmark.quality.trec
Utilities for Trec related quality benchmarking, feeding from Trec Topics and QRels inputs.
org.apache.lucene.benchmark.quality.utils - package org.apache.lucene.benchmark.quality.utils
Miscellaneous utilities for search quality benchmarking: query parsing, submission reports.
org.apache.lucene.benchmark.stats - package org.apache.lucene.benchmark.stats
 
org.apache.lucene.benchmark.utils - package org.apache.lucene.benchmark.utils
 

P

paramFields - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
paramFields - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
params - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
parse(DocData, String, Date, Reader, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(DocData, String, Date, StringBuffer, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(DocData, String, Date, Reader, DateFormat) - Method in interface org.apache.lucene.benchmark.byTask.feeds.HTMLParser
Parse the input Reader and return DocData.
parse(DocData, String, Date, StringBuffer, DateFormat) - Method in interface org.apache.lucene.benchmark.byTask.feeds.HTMLParser
Parse the inputText and return DocData.
parse(QualityQuery) - Method in interface org.apache.lucene.benchmark.quality.QualityQueryParser
Parse a given QualityQuery into a Lucene query.
parse(QualityQuery) - Method in class org.apache.lucene.benchmark.quality.utils.SimpleQQParser
 
PerfRunData - Class in org.apache.lucene.benchmark.byTask
Data maintained by a performance test run.
PerfRunData(Config) - Constructor for class org.apache.lucene.benchmark.byTask.PerfRunData
 
PerfTask - Class in org.apache.lucene.benchmark.byTask.tasks
An abstract task to be tested for performance.
PerfTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
Points - Class in org.apache.lucene.benchmark.byTask.stats
Test run data points collected as the test proceeds.
Points(Config) - Constructor for class org.apache.lucene.benchmark.byTask.stats.Points
Create a Points statistics object.
prefix - Variable in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.FileBasedQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
 
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
Prepare the queries for this test.
prepareQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleSloppyPhraseQueryMaker
 
printDocStatistics() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
printQueries() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
printQueries() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Print the queries
PrintReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
 
PrintReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 

Q

q - Variable in class org.apache.lucene.benchmark.stats.QueryData
Lucene query
qnum - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
qqParser - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Parser for turning QualityQueries into Lucene Queries.
QualityBenchmark - Class in org.apache.lucene.benchmark.quality
Main entry point for running a quality benchmark.
QualityBenchmark(QualityQuery[], QualityQueryParser, Searcher, String) - Constructor for class org.apache.lucene.benchmark.quality.QualityBenchmark
Create a QualityBenchmark.
qualityQueries - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Quality Queries that this quality benchmark would execute.
QualityQueriesFinder - Class in org.apache.lucene.benchmark.quality.utils
Suggest Quality queries based on an index contents.
QualityQuery - Class in org.apache.lucene.benchmark.quality
A QualityQuery has an ID and some name-value pairs.
QualityQuery(String, Map<String, String>) - Constructor for class org.apache.lucene.benchmark.quality.QualityQuery
Create a QualityQuery with given ID and name-value pairs.
QualityQueryParser - Interface in org.apache.lucene.benchmark.quality
Parse a QualityQuery into a Lucene query.
QualityStats - Class in org.apache.lucene.benchmark.quality
Results of quality benchmark run for a single query or for a set of queries.
QualityStats(double, long) - Constructor for class org.apache.lucene.benchmark.quality.QualityStats
Construct a QualityStats object with anticipated maximal number of relevant hits.
QualityStats.RecallPoint - Class in org.apache.lucene.benchmark.quality
A certain rank in which a relevant doc was found.
queries - Variable in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
QueryData - Class in org.apache.lucene.benchmark.stats
This class holds parameters for a query benchmark.
QueryData() - Constructor for class org.apache.lucene.benchmark.stats.QueryData
 
QueryDriver - Class in org.apache.lucene.benchmark.quality.trec
 
QueryDriver() - Constructor for class org.apache.lucene.benchmark.quality.trec.QueryDriver
 
QueryMaker - Interface in org.apache.lucene.benchmark.byTask.feeds
Create queries for the test.

R

read() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
read(char[], int, int) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
readQueries(BufferedReader) - Method in class org.apache.lucene.benchmark.quality.trec.Trec1MQReader
Read quality queries from trec 1MQ format topics file.
readQueries(BufferedReader) - Method in class org.apache.lucene.benchmark.quality.trec.TrecTopicsReader
Read quality queries from trec format topics file.
ReadTask - Class in org.apache.lucene.benchmark.byTask.tasks
Read index (abstract) task.
ReadTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
ReadTokensTask - Class in org.apache.lucene.benchmark.byTask.tasks
Simple task to test performance of tokenizers.
ReadTokensTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
ready() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
RECCNT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
recordMemUsage() - Method in class org.apache.lucene.benchmark.stats.TimeData
Record memory usage.
RECSEC - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
reinit(boolean) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
remove() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource.Iterator
 
reopen - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, re-open index reader before benchmark.
ReopenReaderTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reopens IndexReader and closes old IndexReader.
ReopenReaderTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReopenReaderTask
 
RepAllTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics with no aggregations.
RepAllTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
 
REPEAT_EXHAUST - Static variable in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
Report - Class in org.apache.lucene.benchmark.byTask.stats
Textual report of current statistics.
Report(String, int, int, int) - Constructor for class org.apache.lucene.benchmark.byTask.stats.Report
 
report(QualityQuery, TopDocs, String, Searcher) - Method in class org.apache.lucene.benchmark.quality.utils.SubmissionReport
Report a search result for a certain quality query.
reportAll(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
Report detailed statistics as a string
reportSelectByPrefix(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
reportSumByName(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
Report statistics as a string, aggregate for tasks named the same.
reportSumByNameRound(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
Report statistics as a string, aggregate for tasks named the same, and from the same round.
reportSumByPrefix(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
reportSumByPrefixRound(List<TaskStats>) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
 
ReportTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report (abstract) task - all report tasks extend this task.
ReportTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
RepSelectByPrefTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report by-name-prefix statistics with no aggregations.
RepSelectByPrefTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
RepSumByNameRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics grouped/aggregated by name and round.
RepSumByNameRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameRoundTask
 
RepSumByNameTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all statistics aggregated by name.
RepSumByNameTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
 
RepSumByPrefRoundTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report all prefix matching statistics grouped/aggregated by name and round.
RepSumByPrefRoundTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefRoundTask
 
RepSumByPrefTask - Class in org.apache.lucene.benchmark.byTask.tasks
Report by-name-prefix statistics aggregated by name.
RepSumByPrefTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
reset() - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
reset() - Method in class org.apache.lucene.benchmark.stats.TimeData
Reset counters.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Resets the input for this content source, so that the test would behave as if it was just started, input-wise.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Reset inputs so that the test run would behave, input wise, as if it just started.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
resetInputs() - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Reset inputs so that the test run would behave, input wise, as if it just started.
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
ResetInputsTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset inputs so that the test run would behave, input wise, as if it just started.
ResetInputsTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
 
ResetSystemEraseTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset all index and input data and call gc, erase index and dir, does NOT clear statistics.
ResetSystemEraseTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetSystemEraseTask
 
ResetSystemSoftTask - Class in org.apache.lucene.benchmark.byTask.tasks
Reset all index and input data and call gc, does NOT erase index/dir, does NOT clear statistics.
ResetSystemSoftTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.ResetSystemSoftTask
 
retrieve - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, actually retrieve documents returned in Hits.
retrieveDoc(IndexReader, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
retrieveDoc(IndexReader, int) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
reuseFields - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
ReutersContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
A ContentSource reading from the Reuters collection.
ReutersContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
ReutersQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that makes queries devised manually (by Grant Ingersoll) for searching in the Reuters collection.
ReutersQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ReutersQueryMaker
 
RollbackIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Rollback the index writer.
RollbackIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.RollbackIndexTask
 
ROUND - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
runAndMaybeStats(boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Run the task, record statistics.
RUNCNT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 

S

Sample - Class in org.apache.lucene.benchmark.byTask.programmatic
Sample performance test written programmatically - no algorithm file is needed here.
Sample() - Constructor for class org.apache.lucene.benchmark.byTask.programmatic.Sample
 
searcher - Variable in class org.apache.lucene.benchmark.quality.QualityBenchmark
Index to be searched.
SearchTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search task.
SearchTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
SearchTravRetHighlightTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetHighlightTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
SearchTravRetLoadFieldSelectorTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task using a SetBasedFieldSelector.
SearchTravRetLoadFieldSelectorTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
SearchTravRetTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetTask
 
SearchTravRetVectorHighlightTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse and Retrieve docs task.
SearchTravRetVectorHighlightTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
SearchTravTask - Class in org.apache.lucene.benchmark.byTask.tasks
Search and Traverse task.
SearchTravTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
SearchWithSortTask - Class in org.apache.lucene.benchmark.byTask.tasks
Does sort search on specified field.
SearchWithSortTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
SEP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
set(String, String) - Method in class org.apache.lucene.benchmark.byTask.utils.Config
Set a property.
set(StringBuffer) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setBody(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setCompound(boolean) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Sets the Config for this content source.
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.DirContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
Set the configuration parameters of this doc maker.
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocSource
 
setConfig(Config) - Method in interface org.apache.lucene.benchmark.byTask.feeds.QueryMaker
Set the properties
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersContentSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
setDate(Date) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setDate(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setDepth(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
setDirectory(Directory) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setDirectory(Directory) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setDisableCounting(boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
See PerfTask.isDisableCounting()
setHeap(long) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setId(String) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setId(String) - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
setIndexReader(IndexReader) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setIndexWriter(IndexWriter) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setIndexWriterConfig(IndexWriter, Config) - Static method in class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
setMaxBufferedDocs(int) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setMaxQueries(int) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
Set the maximum number of quality queries to run.
setMaxResults(int) - Method in class org.apache.lucene.benchmark.quality.QualityBenchmark
set the maximum number of results to collect for each quality query.
setMergeFactor(int) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setName(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setName(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
setNoChildReport() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
Execute child tasks in a way that they do not report their time separately.
setOptimize(boolean) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
Set the params (docSize only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
Set the params (docid only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
Set the params (analyzerClassName only), Comma-separate list of Analyzer class names.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Set the params of this task.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
SortFields: field:type,field:type[,noscore][,nomaxscore] If noscore is present, then we turn off score tracking in TopFieldCollector.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
Set the params (property name and value).
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
Set the params (docSize only)
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.WaitTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
Set the params (docSize only)
setPrefix(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
setProps(Properties) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
SetPropTask - Class in org.apache.lucene.benchmark.byTask.tasks
Set a performance test configuration property.
SetPropTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
 
setQueries(QueryData[]) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setRate(int, boolean) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
setRepetitions(int) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
setRunData(Vector<TestRunData>) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setRunInBackground() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
setRunTime(double) - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
setSource(File) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setStartTimeMillis() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setTitle(String) - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Task setup work that should not be measured for that specific task.
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
shouldLog() - Method in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
Returns true whether it's time to log a message (depending on verbose and the number of documents generated).
shouldNeverLogAtStart() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Tasks that should never log at start can override this.
shouldNeverLogAtStart() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ClearStatsTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewRoundTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Tasks that should not record statistics can override this.
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
shouldNotRecordStats() - Method in class org.apache.lucene.benchmark.byTask.tasks.ResetInputsTask
 
showRunData(String) - Method in class org.apache.lucene.benchmark.stats.TestData
 
simpleName(Class<?>) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Extract simple class name
SimpleQQParser - Class in org.apache.lucene.benchmark.quality.utils
Simplistic quality query parser.
SimpleQQParser(String, String) - Constructor for class org.apache.lucene.benchmark.quality.utils.SimpleQQParser
Constructor of a simple qq parser.
SimpleQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A QueryMaker that makes queries for a collection created using SingleDocSource.
SimpleQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SimpleQueryMaker
 
SimpleSloppyPhraseQueryMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create sloppy phrase queries for performance test, in an index created using simple doc maker.
SimpleSloppyPhraseQueryMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SimpleSloppyPhraseQueryMaker
 
SingleDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
Creates the same document each time SingleDocSource.getNextDocData(DocData) is called.
SingleDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SingleDocSource
 
skip(long) - Method in class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
SortableSingleDocSource - Class in org.apache.lucene.benchmark.byTask.feeds
Adds fields appropriate for sorting: country, random_string and sort_field (int).
SortableSingleDocSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SortableSingleDocSource
 
source - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
start() - Method in class org.apache.lucene.benchmark.stats.TimeData
Start counting elapsed time.
startRun() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Mark the starting time of this test run.
stop() - Method in class org.apache.lucene.benchmark.stats.TimeData
Stop counting elapsed time.
stopNow - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
stopNow() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
stopNow() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
storeVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
StringBufferReader - Class in org.apache.lucene.benchmark.byTask.utils
Implements a Reader over a StringBuffer instance.
StringBufferReader(StringBuffer) - Constructor for class org.apache.lucene.benchmark.byTask.utils.StringBufferReader
 
SubmissionReport - Class in org.apache.lucene.benchmark.quality.utils
Create a log ready for submission.
SubmissionReport(PrintWriter, String) - Constructor for class org.apache.lucene.benchmark.quality.utils.SubmissionReport
Constructor for SubmissionReport.
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.CloseIndexTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.CommitIndexTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteByPercentTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.DeleteDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.FlushReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.NearRealtimeReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.OptimizeTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Sub classes that supports parameters must override this method to return true.
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PrintReaderTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.SetPropTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.WaitTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 

T

tableTitle(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Compute a title line for a report table
taskReportLine(String, TaskStats) - Method in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
Compute a report line for the given task stat.
TaskSequence - Class in org.apache.lucene.benchmark.byTask.tasks
Sequence of parallel or sequential tasks.
TaskSequence(PerfRunData, String, TaskSequence, boolean) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
taskStats() - Method in class org.apache.lucene.benchmark.byTask.stats.Points
Return the current task stats.
TaskStats - Class in org.apache.lucene.benchmark.byTask.stats
Statistics for a task run.
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
 
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Task tearDown work that should not be measured for that specific task.
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTokensTask
 
tearDown() - Method in class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
termVecVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
TestData - Class in org.apache.lucene.benchmark.stats
This class holds together all parameters related to a test.
TestData() - Constructor for class org.apache.lucene.benchmark.stats.TestData
 
TestRunData - Class in org.apache.lucene.benchmark.stats
This class holds series of TimeData related to a single test run.
TestRunData() - Constructor for class org.apache.lucene.benchmark.stats.TestRunData
 
TestRunData(String) - Constructor for class org.apache.lucene.benchmark.stats.TestRunData
 
TimeData - Class in org.apache.lucene.benchmark.stats
This class holds a data point measuring speed of processing.
TimeData() - Constructor for class org.apache.lucene.benchmark.stats.TimeData
 
TimeData(String) - Constructor for class org.apache.lucene.benchmark.stats.TimeData
 
TITLE_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.DocMaker
 
toScaledString(int, String) - Method in class org.apache.lucene.benchmark.stats.MemUsage
Scale down the values by divisor, append the unit string.
toString() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
toString() - Method in class org.apache.lucene.benchmark.byTask.tasks.TaskSequence
 
toString() - Method in class org.apache.lucene.benchmark.byTask.utils.Algorithm
 
toString() - Method in class org.apache.lucene.benchmark.stats.MemUsage
 
toString() - Method in class org.apache.lucene.benchmark.stats.QueryData
 
toString() - Method in class org.apache.lucene.benchmark.stats.TestData
 
toString() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Return a string representation.
toString() - Method in class org.apache.lucene.benchmark.stats.TimeData
 
toString(boolean) - Method in class org.apache.lucene.benchmark.stats.TimeData
Return a tab-separated string containing this data.
totalMem - Variable in class org.apache.lucene.benchmark.stats.TimeData
Total memory at the end of measurement interval.
TOTMEM - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
traversalSize() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Specify the number of hits to traverse.
traversalSize - Variable in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
traversalSize() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
Trec1MQReader - Class in org.apache.lucene.benchmark.quality.trec
Read topics of TREC 1MQ track.
Trec1MQReader(String) - Constructor for class org.apache.lucene.benchmark.quality.trec.Trec1MQReader
Constructor for Trec's 1MQ TopicsReader
TrecContentSource - Class in org.apache.lucene.benchmark.byTask.feeds
Implements a ContentSource over the TREC collection.
TrecContentSource() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.TrecContentSource
 
TrecJudge - Class in org.apache.lucene.benchmark.quality.trec
Judge if given document is relevant to given quality query, based on Trec format for judgements.
TrecJudge(BufferedReader) - Constructor for class org.apache.lucene.benchmark.quality.trec.TrecJudge
Constructor from a reader.
TrecTopicsReader - Class in org.apache.lucene.benchmark.quality.trec
Read TREC topics.
TrecTopicsReader() - Constructor for class org.apache.lucene.benchmark.quality.trec.TrecTopicsReader
Constructor for Trec's TopicsReader

U

UpdateDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
Update a document, using IndexWriter.updateDocument, optionally with of a certain size.
UpdateDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.UpdateDocTask
 
USEDMEM - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
USER_DATA - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenReaderTask
 

V

validateData(QualityQuery[], PrintWriter) - Method in interface org.apache.lucene.benchmark.quality.Judge
Validate that queries and this Judge match each other.
validateData(QualityQuery[], PrintWriter) - Method in class org.apache.lucene.benchmark.quality.trec.TrecJudge
 
verbose - Variable in class org.apache.lucene.benchmark.byTask.feeds.ContentSource
 

W

WaitTask - Class in org.apache.lucene.benchmark.byTask.tasks
Simply waits for the specified (via the parameter) amount of time.
WaitTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.WaitTask
 
WarmTask - Class in org.apache.lucene.benchmark.byTask.tasks
Warm reader task: retrieve all reader documents.
WarmTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
warmup - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, warm-up the index reader before searching by sequentially retrieving all documents from index.
withMaxScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Whether maxScores should be computed (only useful with field sort)
withMaxScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if, with search & results traversing, docs should be retrieved.
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetHighlightTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetVectorHighlightTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Whether scores should be computed (only useful with field sort)
withScore() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if search should be performed.
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withSearch() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if, with search, results should be traversed.
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withTraverse() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.ReadTask
Return true if warming should be performed.
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchWithSortTask
 
withWarm() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
WriteLineDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
A task which writes documents, one line per document.
WriteLineDocTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 

A B C D E F G H I J L M N O P Q R S T U V W

Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.