lucene-cli 4.8.0-beta00012

This is a prerelease version of lucene-cli.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global lucene-cli --version 4.8.0-beta00012
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local lucene-cli --version 4.8.0-beta00012
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=lucene-cli&version=4.8.0-beta00012&prerelease
                    
nuke :add-package lucene-cli --version 4.8.0-beta00012
                    

Lucene.NET command line interface (CLI) tools

The Lucene.NET command line interface (CLI) is a new cross-platform toolchain with utilities for maintaining Lucene.NET and demos for learning basic Lucene.NET functionality.

Prerequisites

Installation

Perform a one-time install of the lucene-cli tool using the following dotnet CLI command:

dotnet tool install lucene-cli -g --version 4.8.0-beta00012

[!NOTE] The version of the CLI you install should match the version of Lucene.NET you use.

You may then use the lucene-cli tool to analyze and update Lucene.NET indexes and use its demos.

CLI Commands

The following commands are installed:

Command structure

CLI command structure consists of the driver ("lucene"), the command, and possibly command arguments and options. You see this pattern in most CLI operations, such as checking a Lucene.NET index for problematic segments and fixing (removing) them:

lucene index check C:\my-index --verbose
lucene index fix C:\my-index
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
4.8.0-beta00017 151 10/29/2024
4.8.0-beta00016 1,269 2/17/2022
4.8.0-beta00015 355 10/29/2021
4.8.0-beta00014 353 3/28/2021
4.8.0-beta00013 331 11/16/2020
4.8.0-beta00012 450 9/19/2020
4.8.0-beta00011 391 7/24/2020
4.8.0-beta00010 424 7/19/2020
4.8.0-beta00009 413 6/30/2020
4.8.0-beta00008 346 5/5/2020
4.8.0-beta00007 579 12/29/2019
4.8.0-beta00006 646 8/13/2019