Skip to content

Lucene.Net.ToolBox is a handy development and diagnostic tool for Lucene.

License

Notifications You must be signed in to change notification settings

PSneijder/Lucene.Net.ToolBox

Repository files navigation

Lucene.Net.ToolBox

alt tag

Lucene.Net.ToolBox is a handy development and diagnostic tool for Lucene. This tool is used to demonstrate how different analyzers process text into tokens. You can edit this text to try different input such as numbers like 23231.23 or characters ([email protected]).

Once happy, select an Analyzer from the list of analyzers found on the current assemblies path and then hit the Analyze button. The tokens produced are shown below and when you select them the right panel shows their attributes, and the corresponding span in the original text is highlighted.

alt tag

TODOs

  • Viewing your documents and analyzing their field contents
  • Searching in the index
  • Performing index maintenance: index sanity checking, index optimization
  • Reading index from hdfs
  • Exporting the index or portion of it into an xml format
  • Testing your custom Lucene analyzers
  • Token highlighting

Recent Changes

See CHANGES.txt

Committers

Licensing

The license for the code is ALv2.

About

Lucene.Net.ToolBox is a handy development and diagnostic tool for Lucene.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages