lucene/dev-tools
Jim Ferenczi e851b89cbe LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean
This change adds a korean analyzer in a new analysis module named nori. It is similar
to Kuromoji but uses the mecab-ko-dic dictionary to perform morphological analysis of Korean
text.
2018-04-13 11:26:42 +02:00
..
doap Add 7.3.0 release to DOAP files 2018-04-04 17:59:48 +01:00
eclipse SOLR-7887: Log4J2 upgrade fixes 2018-03-26 11:32:03 -07:00
git A few links with git resources and tutorials. 2016-02-03 11:38:17 +01:00
idea LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean 2018-04-13 11:26:42 +02:00
maven LUCENE-8231: Add a new analysis module (nori) similar to Kuromoji but to handle Korean 2018-04-13 11:26:42 +02:00
netbeans LUCENE-6441: Change default formatting settings to break lines at 120 characters 2015-04-21 07:31:25 +00:00
scripts LUCENE-7935: Keep md5/sha1 checksums for maven artifacts 2018-04-05 02:18:04 +02:00
test-patch SOLR-10912: fix routing of Solr non-contrib build output dirs (e.g. solr/core -> ../build/solr-core; previously -> ../build/core) 2018-03-21 11:31:11 -04:00
README.txt SOLR-10912: Add scripts for automatic patch validation 2018-03-15 12:31:59 -04:00
size-estimator-lucene-solr.xls LUCENE-3435: fix sort field calculation 2011-09-16 20:46:16 +00:00

README.txt

The tools, documentation, etc. in this directory are intended to be helpful
to developers of Lucene and Solr.  They are not necessarily maintained in
the same way that the core code is maintained and so your mileage may vary
as to the usefulness of the tools.

Description of dev-tools/ contents:

./size-estimator-lucene-solr.xls -- Spreadsheet for estimating memory and disk usage in Lucene/Solr
./doap/       -- Lucene and Solr project descriptors in DOAP RDF format.
./eclipse/    -- Used to generate project descriptors for the Eclipse IDE.
./git/        -- Git documentation and resources.
./idea/       -- Used to generate project descriptors for IntelliJ's IDEA IDE.
./maven/      -- Mavenizes the Lucene/Solr packages
./netbeans/   -- Used to generate project descriptors for the Netbeans IDE.
./scripts/    -- Odds and ends for building releases, etc.
./test-patch/ -- Scripts for automatically validating patches