Class Strings
A strongly-typed resource class, for looking up localized strings, etc.
Inheritance
Assembly: lucene-cli.dll
Syntax
public class Strings : object
Properties
Name | Description |
---|---|
AnalysisCommandDescription | Looks up a localized string similar to Utilities to manage specialized analyzers.. |
AnalysisKuromojiBuildDictionaryCommandDescription | Looks up a localized string similar to Generates a set of custom dictionary files for the Lucene.Net.Analysis.Kuromoji library.. |
AnalysisKuromojiBuildDictionaryCommandExtendedHelpText | Looks up a localized string similar to Generates the following set of binary files:
If these files are placed into a subdirectory of your application named 'kuromoji-data', they will be used automatically by Lucene.Net.Analysis.Kuromoji features such as the J [rest of string was truncated]";. |
AnalysisKuromojiBuildDictionaryCommandFormatDescription | Looks up a localized string similar to The dictionary format. Valid values are IPADIC and UNIDIC. If an invalid value is passed, IPADIC is assumed.. |
AnalysisKuromojiBuildDictionaryCommandInputDirectoryDescription | Looks up a localized string similar to The directory where the dictionary input files are located.. |
AnalysisKuromojiBuildDictionaryCommandInputDirectoryEncodingDescription | Looks up a localized string similar to The file encoding used by the input files. If not supplied, the default value is EUC-JP.. |
AnalysisKuromojiBuildDictionaryCommandNormalizeDescription | Looks up a localized string similar to Normalize the entries using normalization form KC.. |
AnalysisKuromojiBuildDictionaryCommandOutputDirectoryDescription | Looks up a localized string similar to The directory to put the dictionary output.. |
AnalysisStempelCompileStemsCommandDescription | Looks up a localized string similar to Compiles a stemmer table for the Egothor stemmer.. |
AnalysisStempelCompileStemsCommandStemmerTableFilesDescription | Looks up a localized string similar to The path to a file containing a stemmer table. Multiple values are allowed.. |
AnalysisStempelCompileStemsCommandStemmerTableFilesEncodingDescription | Looks up a localized string similar to The encoding to use for the stemmer table files. If not supplied, defaults to UTF-8.. |
AnalysisStempelCompileStemsCommandStemmingAlgorithmDescription | Looks up a localized string similar to The name of the desired stemming algorithm to use.. |
AnalysisStempelPatchStemsCommandDescription | Looks up a localized string similar to Generates patch commands from an already prepared stemmer table.. |
AnalysisStempelPatchStemsCommandStemmerTableFilesDescription | Looks up a localized string similar to The path to a file containing a stemmer table. Multiple values are allowed.. |
AnalysisStempelPatchStemsCommandStemmerTableFilesEncodingDescription | Looks up a localized string similar to The encoding to use for the stemmer table files. If not supplied, defaults to UTF-8.. |
BenchmarkCommandDescription | Looks up a localized string similar to Utilities for benchmarking Lucene.Net.. |
BenchmarkExtractReutersCommandDescription | Looks up a localized string similar to Splits Reuters SGML documents into simple text files containing: Title, Date, Dateline, Body.. |
BenchmarkExtractReutersCommandInputDirectoryDescription | Looks up a localized string similar to Path to Reuters SGML files.. |
BenchmarkExtractReutersCommandOutputDirectoryDescription | Looks up a localized string similar to Path to a directory where the output files will be written.. |
BenchmarkExtractWikipediaCommandDescription | Looks up a localized string similar to Extracts a downloaded Wikipedia dump into separate files for indexing.. |
BenchmarkExtractWikipediaCommandDiscardImageOnlyDocsDescription | Looks up a localized string similar to Tells the extractor to skip WIKI docs that contain only images.. |
BenchmarkExtractWikipediaCommandInputWikipediaFileDescription | Looks up a localized string similar to Input path to a Wikipedia XML file.. |
BenchmarkExtractWikipediaCommandOutputDirectoryDescription | Looks up a localized string similar to Path to a directory where the output files will be written.. |
BenchmarkFindQualityQueriesCommandDescription | Looks up a localized string similar to Suggests quality queries based on index contents. Used for making quality test benchmarks.. |
BenchmarkRunCommandAlgorithmFileDescription | Looks up a localized string similar to An algorithm file specifying the parameters of the benchmark to run.. |
BenchmarkRunCommandDescription | Looks up a localized string similar to Runs a benchmark based on an algorithm file.. |
BenchmarkRunTrecEvalCommandDescription | Looks up a localized string similar to Runs a TREC evaluation.. |
BenchmarkRunTrecEvalCommandOutputSubmissionFileDescription | Looks up a localized string similar to Output submission file for TREC evaluation.. |
BenchmarkRunTrecEvalCommandQueryOnDescriptionDescription | Looks up a localized string similar to Use description field in query.. |
BenchmarkRunTrecEvalCommandQueryOnNarrativeDescription | Looks up a localized string similar to Use narrative field in query.. |
BenchmarkRunTrecEvalCommandQueryOnTitleDescription | Looks up a localized string similar to Use title field in query. This flag will automatically be on if no other field is specified.. |
BenchmarkRunTrecEvalCommandQueryRelevanceFileDescription | Looks up a localized string similar to Input file conataining relevance judgements.. |
BenchmarkRunTrecEvalCommandTopicsFileDescription | Looks up a localized string similar to Input file containing queries.. |
BenchmarkSampleCommandDescription | Looks up a localized string similar to Sample of a performance test written programatically instead of using an algorithm file.. |
CrossCheckTermVectorsDescription | Looks up a localized string similar to Cross check term vectors.. |
Culture | Overrides the current thread's CurrentUICulture property for all resource lookups using this strongly typed resource class. |
DemoAssociationsFacetsCommandDescription | Looks up a localized string similar to Shows example usage of category associations.. |
DemoCommandDescription | Looks up a localized string similar to Demos for various Lucene.Net functionality including C# code samples.. |
DemoDistanceFacetsCommandDescription | Looks up a localized string similar to Shows simple usage of dynamic range faceting, using the expressions module to calculate distance.. |
DemoExpressionAggregationFacetsCommandDescription | Looks up a localized string similar to Shows facets aggregation by an expression.. |
DemoIndexFilesCommandDescription | Looks up a localized string similar to Index all text files under a directory.. |
DemoIndexFilesCommandExtendedHelpText | Looks up a localized string similar to This demo can be used to learn how to build a Lucene.Net index. After the index is built, you can run the search-files demo to run queries against it.. |
DemoIndexFilesCommandSourceDirectoryDescription | Looks up a localized string similar to The source directory containing files to index. This operation is recursive.. |
DemoIndexFilesCommandUpdateDescription | Looks up a localized string similar to Adds new documents to an existing index. If not supplied, any existing index in the <INDEX_DIRECTORY> will be overwritten.. |
DemoMultiCategoryListsFacetsCommandDescription | Looks up a localized string similar to Demonstrates indexing categories into different indexed fields.. |
DemoRangeFacetsCommandDescription | Looks up a localized string similar to Shows simple usage of dynamic range faceting.. |
DemoSearchFilesCommandDescription | Looks up a localized string similar to Simple command-line based search demo. Run index-files demo first.. |
DemoSearchFilesCommandExtendedHelpText | Looks up a localized string similar to Run the index-files demo first to create an index to run this command against. You can either use a file containing many queries (each on a single line), a single query on the command line, or omit both options to run queries interactively.. |
DemoSearchFilesCommandFieldDescription | Looks up a localized string similar to The index field to use in the search. If not supplied, defaults to "contents".. |
DemoSearchFilesCommandPageSizeDescription | Looks up a localized string similar to Hits per page to display.. |
DemoSearchFilesCommandQueriesFileDescription | Looks up a localized string similar to A file containing the queries to perform.. |
DemoSearchFilesCommandQueryDescription | Looks up a localized string similar to A query to perform.. |
DemoSearchFilesCommandRawDescription | Looks up a localized string similar to Output raw format.. |
DemoSearchFilesCommandRepeatDescription | Looks up a localized string similar to Repeat the search and time as a benchmark.. |
DemoSimpleFacetsCommandDescription | Looks up a localized string similar to Shows simple usage of faceted indexing and search.. |
DemoSimpleSortedSetFacetsCommandDescription | Looks up a localized string similar to Shows simple usage of faceted indexing and search using SortedSetDocValuesFacetField and SortedSetDocValuesFacetCounts.. |
DirectoryTypeOptionDescription | Looks up a localized string similar to The FSDirectory implementation to use. Defaults to the optimal FSDirectory for your OS platform.. |
ExportingSourceCodeCompleteMessage | Looks up a localized string similar to Source code exported to '{0}'.. |
ExportingSourceCodeMessage | Looks up a localized string similar to Exporting source code.... |
GeneralExceptionMessage | Looks up a localized string similar to An error occurred:. |
HelpCommandsMessage | Looks up a localized string similar to Specify --help for a list of available options and commands.. |
IndexCheckCommandDescription | Looks up a localized string similar to Checks an index for problematic segments.. |
IndexCheckCommandExtendedHelpText | Looks up a localized string similar to Basic tool to check the health of an index. As this tool checks every byte in the index, on a large index it can take quite a long time to run.. |
IndexCheckCommandSegmentsDescription | Looks up a localized string similar to Only check the specified segment(s). This can be specified multiple times, to check more than one segment, eg --segment _2 --segment _a.. |
IndexCommandDescription | Looks up a localized string similar to Utilities to analyze or maintain an index.. |
IndexCopySegmentsCommandDescription | Looks up a localized string similar to Copies segments from one index to another index.. |
IndexCopySegmentsCommandExtendedHelpText | Looks up a localized string similar to This tool does file-level copying of segments files. This means it's unable to split apart a single segment into multiple segments. For example if your index is a single segment, this tool won't help. Also, it does basic file-level copying (using a simple FileStream) so it will not work with non FSDirectory Directory implementations.. |
IndexCopySegmentsCommandInputDirectoryDescription | Looks up a localized string similar to The directory of the index to copy.. |
IndexCopySegmentsCommandOutputDirectoryDescription | Looks up a localized string similar to The directory of the destination index.. |
IndexCopySegmentsCommandSegmentsDescription | Looks up a localized string similar to The segments to copy, separated by a space.. |
IndexDeleteSegmentsCommandDescription | Looks up a localized string similar to Deletes segments from an index.. |
IndexDeleteSegmentsCommandExtendedHelpText | Looks up a localized string similar to You can easily accidentally remove segments from your index so be careful! Always make a backup of your index first.. |
IndexDeleteSegmentsCommandSegmentsDescription | Looks up a localized string similar to The segments to delete, separated by a space.. |
IndexDirectoryArgumentDescription | Looks up a localized string similar to The directory of the index.. |
IndexDirectoryOptionalArgumentDescription | Looks up a localized string similar to If omitted, it defaults to the current working directory.. |
IndexExtractCfsCommandCFSFileNameDescription | Looks up a localized string similar to The .cfs compound file containing words to parse.. |
IndexExtractCfsCommandDescription | Looks up a localized string similar to Extracts sub-files from a .cfs compound file.. |
IndexExtractCfsCommandExtendedHelpText | Looks up a localized string similar to Extracts In order to make the extracted version of the index work, you have to copy the segments file from the compound index into the directory where the extracted files are stored.. |
IndexFixCommandDescription | Looks up a localized string similar to Fixes an index by removing problematic segments.. |
IndexFixCommandDryRunDescription | Looks up a localized string similar to Doesn't change the index, but reports any actions that would be taken if this option were not supplied.. |
IndexFixCommandExtendedHelpText | Looks up a localized string similar to Basic tool to check and fix the health of an index and write a new segments file that removes reference to problematic segments. As this tool checks every byte in the index, on a large index it can take quite a long time to run. WARNING: This command should only be used on an emergency basis as it will cause documents (perhaps many) to be permanently removed from the index. Always make a backup copy of your index before running this! Do not run this tool on an index that is actively being written to. [rest of string was truncated]";. |
IndexListCfsCommandCFSFileNameDescription | Looks up a localized string similar to The .cfs compound file containing words to parse.. |
IndexListCfsCommandDescription | Looks up a localized string similar to Lists sub-files out of a .cfs compound file.. |
IndexListCfsCommandExtendedHelpText | Looks up a localized string similar to Prints the filename and size of each file within a given |
IndexListHighFreqTermsCommandDescription | Looks up a localized string similar to Lists the top N most frequent terms by document frequency.. |
IndexListHighFreqTermsCommandExtendedHelpText | Looks up a localized string similar to Extracts the top N most frequent terms (by document frequency) from an index and reports thier document frequency.. |
IndexListHighFreqTermsCommandFieldDescription | Looks up a localized string similar to The field to consider. If omitted, considers all fields.. |
IndexListHighFreqTermsCommandNumberOfTermsDescription | Looks up a localized string similar to The number of terms to consider. If omitted, defaults to 100.. |
IndexListHighFreqTermsCommandTotalTermFrequencyDescription | Looks up a localized string similar to Specifies that both the document frequency & term frequency are reported, ordered by descending total term frequency.. |
IndexListSegmentsCommandDescription | Looks up a localized string similar to Lists segments in an index.. |
IndexListSegmentsExtendedHelpText | Looks up a localized string similar to After running this command to view segments, use copy-segments to copy segments from one index directory to another or delete-segments to remove segments from an index.. |
IndexListTaxonomyStatsCommandDescription | Looks up a localized string similar to Displays the taxonomy statistical information for a taxonomy index.. |
IndexListTaxonomyStatsCommandExtendedHelpText | Looks up a localized string similar to Prints how many ords are under each dimension.. |
IndexListTaxonomyStatsCommandShowTreeDescription | Looks up a localized string similar to Recursively lists all descendant nodes.. |
IndexListTermInfoCommandDescription | Looks up a localized string similar to Gets document frequency and total number of occurrences of a term.. |
IndexListTermInfoCommandExtendedHelpText | Looks up a localized string similar to Gets document frequency and total number of occurrences (sum of the term frequency for each document) of a term.. |
IndexListTermInfoCommandFieldDescription | Looks up a localized string similar to The field to consider.. |
IndexListTermInfoCommandIndexDirectoryDescription | Looks up a localized string similar to The directory of the index.. |
IndexListTermInfoCommandTermDescription | Looks up a localized string similar to The term to consider.. |
IndexMergeCommandDescription | Looks up a localized string similar to Merges multiple indexes into a single index.. |
IndexMergeCommandInputDirectoryDescription | Looks up a localized string similar to Two or more source index directories separated by a space.. |
IndexMergeCommandOutputDirectoryDescription | Looks up a localized string similar to The output directory to merge the input indexes into.. |
IndexSplitCommandDescription | Looks up a localized string similar to Splits an index into multiple parts.. |
IndexSplitCommandExtendedHelpText | Looks up a localized string similar to Splits the input index into multiple equal parts. The method employed here uses IndexWriter.AddIndexes(IndexReader[]) where the input data comes from the input index with artificially applied deletes to the document ids that fall outside the selected partition. Deletes are only applied to a buffered list of deleted documents and don't affect the source index. This tool works also with read-only indexes. The disadvantage of this tool is that source index needs to be read as many times as there are part [rest of string was truncated]";. |
IndexSplitCommandInputDirectoryDescription | Looks up a localized string similar to The path of the source index, which can have deletions and can have multiple segments (or multiple readers). Multiple values can be supplied separated by a space.. |
IndexSplitCommandNumberOfPartsDescription | Looks up a localized string similar to The number of parts (output indices) to produce. If omitted, defaults to 2.. |
IndexSplitCommandOutputDirectoryDescription | Looks up a localized string similar to Path to output directory to contain partial indexes.. |
IndexSplitCommandSequentialDescription | Looks up a localized string similar to Sequential doc-id range split (default is round-robin).. |
IndexUpgradeCommandDeleteDescription | Looks up a localized string similar to Deletes prior commits.. |
IndexUpgradeCommandDescription | Looks up a localized string similar to Upgrades all segments of an index from previous Lucene.Net versions to the current segment file format.. |
IndexUpgradeCommandExtendedHelpText | Looks up a localized string similar to This tool keeps only the last commit in an index; for this reason, if the incoming index has more than one commit, the tool refuses to run by default. Specify --delete-prior-commits to override this, allowing the tool to delete all but the last commit. Specify an FSDirectory implementation through the --directory-type option to force its use. If not qualified by an AssemblyName, the Lucene.Net.dll assembly will be used. WARNING: This tool may reorder document IDs! Be sure to make a backup of your in [rest of string was truncated]";. |
LockCommandDescription | Looks up a localized string similar to Utilities for verifying concurrent locking integrity.. |
LockStressTestCommandDescription | Looks up a localized string similar to Simple tool that forever acquires and releases a lock using a specific LockFactory.. |
LockStressTestCommandExtendedHelpText | Looks up a localized string similar to You should run multiple instances of this process, each with its own unique ID, and each pointing to the same lock directory, to verify that locking is working correctly. Make sure you are first running verify-server.. |
LockStressTestCommandIDDescription | Looks up a localized string similar to An integer from 0 - 255 (should be unique for test process).. |
LockStressTestCommandLockDirectoryDescription | Looks up a localized string similar to The path to the lock directory (only utilized if LOCK_FACTORY_TYPE is set to SimpleFSLockFactory or NativeFSLockFactory).. |
LockStressTestCommandLockFactoryTypeDescription | Looks up a localized string similar to The primary LockFactory implementation that we will use.. |
LockStressTestCommandSleepTimeMSDescription | Looks up a localized string similar to Milliseconds to pause between each lock obtain/release.. |
LockStressTestCommandTriesDescription | Looks up a localized string similar to Number of locking tries.. |
LockStressTestCommandVerfierPortDescription | Looks up a localized string similar to Port that verify-server is listening on.. |
LockStressTestCommandVerifierHostDescription | Looks up a localized string similar to Hostname or IP address that verify-server is listening on.. |
LockVerifyServerCommandDescription | Looks up a localized string similar to Simple server that must be running when you use VerifyingLockFactory (or stress-test). This server verifies at most one process holds the lock at a time.. |
LockVerifyServerCommandIPHostnameDescription | Looks up a localized string similar to Hostname or IP address that verify-server will listen on.. |
LockVerifyServerCommandMaxClientsDescription | Looks up a localized string similar to The maximum number of connected clients.. |
NotEnoughArguments | Looks up a localized string similar to {0} arguments are required.. |
OutputSourceCodeDescription | Looks up a localized string similar to Output the source code of the demo to the specified directory.. |
OutputSourceCodeMessage | Looks up a localized string similar to Run 'demo {0} --view-source-code' to see the C# code or 'demo {0} --output-source-code <DIRECTORY>' to export the code to a local directory.. |
ResourceManager | Returns the cached ResourceManager instance used by this class. |
RootCommandDescription | Looks up a localized string similar to Utilities and demos for Lucene.Net.. |
SegmentsArgumentDescription | Looks up a localized string similar to One or more segments, separated by a space.. |
SegmentsOptionDescription | Looks up a localized string similar to An index segment.. |
SegmentsOptionMultipleDescription | Looks up a localized string similar to Multiple segments are allowed.. |
VerboseOptionDescription | Looks up a localized string similar to Verbose output.. |
ViewSourceCodeDescription | Looks up a localized string similar to View the source code of the demo.. |