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

A

AbstractBenchmarker - Class in org.apache.lucene.benchmark
Deprecated. Use the Task based benchmarker
AbstractBenchmarker() - Constructor for class org.apache.lucene.benchmark.AbstractBenchmarker
Deprecated.  
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.BasicDocMaker
 
addData(TimeData) - Method in class org.apache.lucene.benchmark.stats.TestRunData
Add a data point.
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
 
addUniqueBytes(long) - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
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

BasicDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create documents for the test.
BasicDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
benchmark(File, BenchmarkOptions) - Method in interface org.apache.lucene.benchmark.Benchmarker
Deprecated. Benchmark according to the implementation, using the workingDir as the place to store things.
Benchmark - Class in org.apache.lucene.benchmark.byTask
Run the benchmark algorithm.
Benchmark(Reader) - Constructor for class org.apache.lucene.benchmark.byTask.Benchmark
 
benchmark(File, BenchmarkOptions) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
Benchmarker - Interface in org.apache.lucene.benchmark
Deprecated. Use the Task based benchmarker
BenchmarkOptions - Interface in org.apache.lucene.benchmark
Deprecated. Use the task based approach instead
BODY_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
BOOLEANS - Static variable in class org.apache.lucene.benchmark.Constants
 
BYTES_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 

C

characters(char[], int, int) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia.Parser
 
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
 
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) - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
COLS - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 
compareTo(Object) - 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.BasicDocMaker
 
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 - usefull for a programmatic perf test.
Constants - Class in org.apache.lucene.benchmark
 
Constants() - Constructor for class org.apache.lucene.benchmark.Constants
 
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.Parser
 
CreateIndexTask - Class in org.apache.lucene.benchmark.byTask.tasks
Create an index.
CreateIndexTask(PerfRunData) - Constructor for class org.apache.lucene.benchmark.byTask.tasks.CreateIndexTask
 
createQueries(List, Analyzer) - Static method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Parse the strings containing Lucene queries.

D

DATE_FIELD - Static variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
DEFAULT_ADD_DOC_LOG_STEP - Static variable in class org.apache.lucene.benchmark.byTask.tasks.AddDocTask
Default value for property doc.add.log.step - indicating how often an "added N docs" message should be logged.
DEFAULT_AUTO_COMMIT - Static variable in class org.apache.lucene.benchmark.byTask.tasks.OpenIndexTask
 
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_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
 
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.
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
 
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
 
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
 
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.
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
 
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

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.
endElement(String, String, String) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia.Parser
 
endRun() - Method in class org.apache.lucene.benchmark.stats.TestRunData
Mark the ending time of this test run.
EnwikiDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A LineDocMaker which reads the uncompressed english wikipedia dump.
EnwikiDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
 
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(File, File) - Constructor for class org.apache.lucene.benchmark.utils.ExtractWikipedia
 
ExtractWikipedia.Parser - Class in org.apache.lucene.benchmark.utils
 
ExtractWikipedia.Parser() - Constructor for class org.apache.lucene.benchmark.utils.ExtractWikipedia.Parser
 

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
 
flush() - Method in class org.apache.lucene.benchmark.quality.utils.SubmissionReport
 
forever - Variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
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
Padd a number from left.
format(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Padd a string from right.
formatPaddLeft(String, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Padd a string from left.
formatPaddRight(int, float, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
Padd a number from right.
formatPaddRight(int, double, String) - Static method in class org.apache.lucene.benchmark.byTask.utils.Format
 
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.AbstractBenchmarker
Deprecated. Delete files and directories, even if non-empty.
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, 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.
getAllFiles(File, FileFilter, List) - Static method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
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.
getBenchmarker() - Method in class org.apache.lucene.benchmark.Driver
 
getBody() - Method in class org.apache.lucene.benchmark.byTask.feeds.DocData
 
getByteCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
getByteCount() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Return total byte size of docs made 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.PerfRunData
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
getCount() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker.Iterator
 
getCount() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Return number of docs made since last reset.
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
 
getDateFormat() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
 
getDateFormat() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersDocMaker
 
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
 
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.
getElapsed() - Method in class org.apache.lucene.benchmark.byTask.stats.TaskStats
 
getEnd() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getHeap() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getHtmlParser() - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
getHtmlParser() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Returns the htmlParser.
getHtmlParser() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getId() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getId() - Method in class org.apache.lucene.benchmark.stats.TestRunData
 
getIndexReader() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
getIndexWriter() - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
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.
getLogStep() - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated. How often to print out log messages when in benchmark loops
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.
getMaximumDocumentsToIndex() - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
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() - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
Return the data of the next document.
getNextDocData() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
 
getNextDocData() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
 
getNextDocData() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersDocMaker
 
getNextDocData() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker
 
getNextDocData() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecDocMaker
 
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
 
getOptions() - Method in class org.apache.lucene.benchmark.Driver
 
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
 
getPrebuiltQueries(String) - Static method in class org.apache.lucene.benchmark.standard.ReutersQueries
Deprecated.  
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.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}| / |{hits}|.
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
 
getRunCount() - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated. The number of times to run the benchmark
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
 
getScaleUp() - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
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 reoprt.
getSource() - Method in class org.apache.lucene.benchmark.stats.TestData
 
getSourceDirectory(File) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
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
 
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.
getWorkingDir() - Method in class org.apache.lucene.benchmark.Driver
 

H

hasNext() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker.Iterator
 
HTMLParser - Interface in org.apache.lucene.benchmark.byTask.feeds
HTML Parsing Interfacew 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.BasicDocMaker
 
INDEX_DIR - Static variable in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
indexVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
isCompound() - Method in class org.apache.lucene.benchmark.stats.TestData
 
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

LineDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A DocMaker reading one line at a time as a Document from a single file.
LineDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
 
log(String, int, PrintWriter, String) - Method in class org.apache.lucene.benchmark.quality.QualityStats
Log information on this QualityStats object.
longestOp(Iterator) - 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.Driver
 
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.BasicDocMaker
 
makeDocument(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
makeDocument(int) - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Create the next document, of the given size by input bytes.
makeDocument() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Create the next document.
makeDocument() - Method in class org.apache.lucene.benchmark.byTask.feeds.EnwikiDocMaker
 
makeDocument() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
 
makeDocument(int) - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
 
makeDocument(File, String[], boolean, boolean, boolean) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Parse the Reuters SGML and index: Date, Title, Dateline, Body
makeIndex(TestRunData, File, IndexWriter, boolean, boolean, boolean, StandardOptions) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Make index, and collect time data.
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
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.
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
 
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.BasicDocMaker
 
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.DirDocMaker.Iterator
 
nextQnum() - Method in class org.apache.lucene.benchmark.byTask.feeds.AbstractQueryMaker
 
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
 
numUniqueBytes() - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
numUniqueBytes() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Return total bytes of all available unique texts, 0 if not applicable
numUniqueTexts() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
 
numUniqueTexts() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Return how many real unique texts are available, 0 if not applicable.
numUniqueTexts() - Method in class org.apache.lucene.benchmark.byTask.feeds.LineDocMaker
 
numUniqueTexts() - Method in class org.apache.lucene.benchmark.byTask.feeds.ReutersDocMaker
 
numUniqueTexts() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker
 
numUniqueTexts() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecDocMaker
 

O

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
 
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 programatically - 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.standard - package org.apache.lucene.benchmark.standard
 
org.apache.lucene.benchmark.stats - package org.apache.lucene.benchmark.stats
 
org.apache.lucene.benchmark.utils - package org.apache.lucene.benchmark.utils
 

P

params - Variable in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
 
parse(String, Date, Reader, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(String, Date, StringBuffer, DateFormat) - Method in class org.apache.lucene.benchmark.byTask.feeds.DemoHTMLParser
 
parse(String, Date, Reader, DateFormat) - Method in interface org.apache.lucene.benchmark.byTask.feeds.HTMLParser
Parse the input Reader and return DocData.
parse(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
A (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.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.BasicDocMaker
 
printDocStatistics() - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Print some statistics on docs available/added/etc.
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

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) - 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

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
 
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.DirDocMaker.Iterator
 
reopen - Variable in class org.apache.lucene.benchmark.stats.QueryData
If true, re-open index reader before benchmark.
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) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepAllTask
Report detailed statistics as a string
reportSelectByPrefix(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSelectByPrefTask
 
reportSumByName(List) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByNameTask
Report statistics as a string, aggregate for tasks named the same.
reportSumByNameRound(List) - 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) - Method in class org.apache.lucene.benchmark.byTask.tasks.RepSumByPrefTask
 
reportSumByPrefixRound(List) - 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(File) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Remove existing index.
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.BasicDocMaker
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
 
resetInputs() - Method in interface 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.LineDocMaker
 
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.ReutersDocMaker
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker
 
resetInputs() - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecDocMaker
 
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
 
ReutersDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A DocMaker using the Reuters collection for its input.
ReutersDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.ReutersDocMaker
 
ReutersQueries - Class in org.apache.lucene.benchmark.standard
Deprecated. Use Task based benchmarker
ReutersQueries() - Constructor for class org.apache.lucene.benchmark.standard.ReutersQueries
Deprecated.  
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
 
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.
runBenchmark(TestData, StandardOptions) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Run benchmark using supplied parameters.
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 programatically - no algorithm file is needed here.
Sample() - Constructor for class org.apache.lucene.benchmark.byTask.programmatic.Sample
 
saveStream(InputStream, File, boolean) - Method in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated. Save a stream to a file.
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
 
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
 
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
 
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.
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.byTask.PerfRunData
 
setAnalyzer(Analyzer) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setBenchmarker(Benchmarker) - Method in class org.apache.lucene.benchmark.Driver
 
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.BasicDocMaker
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.DirDocMaker
 
setConfig(Config) - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Set the properties
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.ReutersDocMaker
 
setConfig(Config) - Method in class org.apache.lucene.benchmark.byTask.feeds.TrecDocMaker
 
setDate(Date) - 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
 
setHeap(long) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setHTMLParser(HTMLParser) - Method in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
setHTMLParser(HTMLParser) - Method in interface org.apache.lucene.benchmark.byTask.feeds.DocMaker
Set the html parser to use, when appropriate
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
 
setLogStep(int) - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
setMaxBufferedDocs(int) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setMaximumDocumentsToIndex(int) - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
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
 
setOptions(BenchmarkOptions) - Method in class org.apache.lucene.benchmark.Driver
 
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.DeleteDocTask
Set the params (docid only)
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.PerfTask
Set the params of this task.
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetLoadFieldSelectorTask
 
setParams(String) - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
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.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
 
setRunCount(int) - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
setRunData(Vector) - Method in class org.apache.lucene.benchmark.stats.TestData
 
setScaleUp(int) - Method in class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
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.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.ReadTokensTask
 
setup() - Method in class org.apache.lucene.benchmark.byTask.tasks.WriteLineDocTask
 
setWorkingDir(File) - Method in class org.apache.lucene.benchmark.Driver
 
shouldNeverLogAtStart() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Tasks that should never log at start can overide 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 overide 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
 
SimpleDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
Create documents for the test.
SimpleDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.SimpleDocMaker
 
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 SimpleDocMaker.
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
 
SOURCE_DIR - Static variable in class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
STANDARD_QUERIES - Static variable in class org.apache.lucene.benchmark.standard.ReutersQueries
Deprecated.  
StandardBenchmarker - Class in org.apache.lucene.benchmark.standard
Deprecated. use the byTask code instead. See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/javadoc/org/apache/lucene/benchmark/byTask/package-summary.html .
StandardBenchmarker() - Constructor for class org.apache.lucene.benchmark.standard.StandardBenchmarker
Deprecated.  
StandardOptions - Class in org.apache.lucene.benchmark.standard
Deprecated. Use the Task based stuff instead
StandardOptions() - Constructor for class org.apache.lucene.benchmark.standard.StandardOptions
Deprecated.  
start() - Method in class org.apache.lucene.benchmark.stats.TimeData
Start counting elapsed time.
startElement(String, String, String, Attributes) - Method in class org.apache.lucene.benchmark.utils.ExtractWikipedia.Parser
 
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.
storeVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
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.DeleteDocTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.NewAnalyzerTask
 
supportsParams() - Method in class org.apache.lucene.benchmark.byTask.tasks.PerfTask
Sub classes that supports parameters must overide this method to return true.
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.SetPropTask
 
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.DeleteDocTask
 
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.WriteLineDocTask
 
termVecVal - Variable in class org.apache.lucene.benchmark.byTask.feeds.BasicDocMaker
 
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.BasicDocMaker
 
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-seprated 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
TrecDocMaker - Class in org.apache.lucene.benchmark.byTask.feeds
A DocMaker using the (compressed) Trec collection for its input.
TrecDocMaker() - Constructor for class org.apache.lucene.benchmark.byTask.feeds.TrecDocMaker
 
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

USEDMEM - Static variable in class org.apache.lucene.benchmark.byTask.tasks.ReportTask
 

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
 

W

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.
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.SearchTravRetLoadFieldSelectorTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravRetTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.SearchTravTask
 
withRetrieve() - Method in class org.apache.lucene.benchmark.byTask.tasks.WarmTask
 
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.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.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.WarmTask
 
WriteLineDocTask - Class in org.apache.lucene.benchmark.byTask.tasks
 
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-2008 Apache Software Foundation. All Rights Reserved.