From 4a2b1d974abbc5043b446c9f774da45bd59ca670 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 19 Mar 2012 23:20:25 +0000 Subject: [PATCH] javadocs: add missing package.htmls git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1302713 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/lucene/demo/package.html | 22 +++++++++++++++++++ .../java/org/apache/lucene/misc/package.html | 22 +++++++++++++++++++ .../apache/lucene/analysis/path/package.html | 22 +++++++++++++++++++ .../apache/lucene/analysis/util/package.html | 22 +++++++++++++++++++ .../org/tartarus/snowball/ext/package.html | 22 +++++++++++++++++++ .../java/org/tartarus/snowball/package.html | 22 +++++++++++++++++++ .../analysis/icu/tokenattributes/package.html | 22 +++++++++++++++++++ .../analysis/kuromoji/dict/package.html | 22 +++++++++++++++++++ .../lucene/analysis/kuromoji/package.html | 22 +++++++++++++++++++ .../kuromoji/tokenattributes/package.html | 22 +++++++++++++++++++ .../analysis/kuromoji/util/package.html | 22 +++++++++++++++++++ .../lucene/analysis/phonetic/package.html | 22 +++++++++++++++++++ .../src/java/org/egothor/stemmer/package.html | 22 +++++++++++++++++++ .../byTask/feeds/demohtml/package.html | 22 +++++++++++++++++++ .../lucene/benchmark/utils/package.html | 22 +++++++++++++++++++ .../aggregator/association/package.html | 22 +++++++++++++++++++ .../lucene/facet/search/cache/package.html | 22 +++++++++++++++++++ .../search/params/association/package.html | 22 +++++++++++++++++++ .../lucene/search/suggest/fst/package.html | 22 +++++++++++++++++++ .../search/suggest/jaspell/package.html | 22 +++++++++++++++++++ .../apache/lucene/search/suggest/package.html | 22 +++++++++++++++++++ .../lucene/search/suggest/tst/package.html | 22 +++++++++++++++++++ 22 files changed, 484 insertions(+) create mode 100644 lucene/contrib/demo/src/java/org/apache/lucene/demo/package.html create mode 100644 lucene/contrib/misc/src/java/org/apache/lucene/misc/package.html create mode 100644 modules/analysis/common/src/java/org/apache/lucene/analysis/path/package.html create mode 100644 modules/analysis/common/src/java/org/apache/lucene/analysis/util/package.html create mode 100644 modules/analysis/common/src/java/org/tartarus/snowball/ext/package.html create mode 100644 modules/analysis/common/src/java/org/tartarus/snowball/package.html create mode 100644 modules/analysis/icu/src/java/org/apache/lucene/analysis/icu/tokenattributes/package.html create mode 100644 modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/dict/package.html create mode 100644 modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/package.html create mode 100644 modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/tokenattributes/package.html create mode 100644 modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/util/package.html create mode 100644 modules/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/package.html create mode 100644 modules/analysis/stempel/src/java/org/egothor/stemmer/package.html create mode 100644 modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/package.html create mode 100644 modules/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html create mode 100644 modules/facet/src/java/org/apache/lucene/facet/search/aggregator/association/package.html create mode 100644 modules/facet/src/java/org/apache/lucene/facet/search/cache/package.html create mode 100644 modules/facet/src/java/org/apache/lucene/facet/search/params/association/package.html create mode 100644 modules/suggest/src/java/org/apache/lucene/search/suggest/fst/package.html create mode 100644 modules/suggest/src/java/org/apache/lucene/search/suggest/jaspell/package.html create mode 100644 modules/suggest/src/java/org/apache/lucene/search/suggest/package.html create mode 100644 modules/suggest/src/java/org/apache/lucene/search/suggest/tst/package.html diff --git a/lucene/contrib/demo/src/java/org/apache/lucene/demo/package.html b/lucene/contrib/demo/src/java/org/apache/lucene/demo/package.html new file mode 100644 index 00000000000..7c4715ffb74 --- /dev/null +++ b/lucene/contrib/demo/src/java/org/apache/lucene/demo/package.html @@ -0,0 +1,22 @@ + + + + +Demo applications for indexing and searching. + + diff --git a/lucene/contrib/misc/src/java/org/apache/lucene/misc/package.html b/lucene/contrib/misc/src/java/org/apache/lucene/misc/package.html new file mode 100644 index 00000000000..5f0fe2ebc74 --- /dev/null +++ b/lucene/contrib/misc/src/java/org/apache/lucene/misc/package.html @@ -0,0 +1,22 @@ + + + + +Miscellaneous index tools. + + diff --git a/modules/analysis/common/src/java/org/apache/lucene/analysis/path/package.html b/modules/analysis/common/src/java/org/apache/lucene/analysis/path/package.html new file mode 100644 index 00000000000..504e33251f6 --- /dev/null +++ b/modules/analysis/common/src/java/org/apache/lucene/analysis/path/package.html @@ -0,0 +1,22 @@ + + + + +Analysis components for path-like strings such as filenames. + + diff --git a/modules/analysis/common/src/java/org/apache/lucene/analysis/util/package.html b/modules/analysis/common/src/java/org/apache/lucene/analysis/util/package.html new file mode 100644 index 00000000000..6bebe0e2ddd --- /dev/null +++ b/modules/analysis/common/src/java/org/apache/lucene/analysis/util/package.html @@ -0,0 +1,22 @@ + + + + +Utility functions for text analysis. + + diff --git a/modules/analysis/common/src/java/org/tartarus/snowball/ext/package.html b/modules/analysis/common/src/java/org/tartarus/snowball/ext/package.html new file mode 100644 index 00000000000..72f5770317d --- /dev/null +++ b/modules/analysis/common/src/java/org/tartarus/snowball/ext/package.html @@ -0,0 +1,22 @@ + + + + +Autogenerated snowball stemmer implementations. + + diff --git a/modules/analysis/common/src/java/org/tartarus/snowball/package.html b/modules/analysis/common/src/java/org/tartarus/snowball/package.html new file mode 100644 index 00000000000..e8b78aba323 --- /dev/null +++ b/modules/analysis/common/src/java/org/tartarus/snowball/package.html @@ -0,0 +1,22 @@ + + + + +Snowball stemmer API. + + diff --git a/modules/analysis/icu/src/java/org/apache/lucene/analysis/icu/tokenattributes/package.html b/modules/analysis/icu/src/java/org/apache/lucene/analysis/icu/tokenattributes/package.html new file mode 100644 index 00000000000..23e38f010de --- /dev/null +++ b/modules/analysis/icu/src/java/org/apache/lucene/analysis/icu/tokenattributes/package.html @@ -0,0 +1,22 @@ + + + + +Additional ICU-specific Attributes for text analysis. + + diff --git a/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/dict/package.html b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/dict/package.html new file mode 100644 index 00000000000..10b3f381c87 --- /dev/null +++ b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/dict/package.html @@ -0,0 +1,22 @@ + + + + +Kuromoji dictionary implementation. + + diff --git a/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/package.html b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/package.html new file mode 100644 index 00000000000..116bdcada58 --- /dev/null +++ b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/package.html @@ -0,0 +1,22 @@ + + + + +Analyzer for Japanese. + + diff --git a/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/tokenattributes/package.html b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/tokenattributes/package.html new file mode 100644 index 00000000000..ddabc855795 --- /dev/null +++ b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/tokenattributes/package.html @@ -0,0 +1,22 @@ + + + + +Additional Kuromoji-specific Attributes for text analysis. + + diff --git a/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/util/package.html b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/util/package.html new file mode 100644 index 00000000000..34d463286ca --- /dev/null +++ b/modules/analysis/kuromoji/src/java/org/apache/lucene/analysis/kuromoji/util/package.html @@ -0,0 +1,22 @@ + + + + +Kuromoji utility classes. + + diff --git a/modules/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/package.html b/modules/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/package.html new file mode 100644 index 00000000000..4e35a29f644 --- /dev/null +++ b/modules/analysis/phonetic/src/java/org/apache/lucene/analysis/phonetic/package.html @@ -0,0 +1,22 @@ + + + + +Analysis components for phonetic search. + + diff --git a/modules/analysis/stempel/src/java/org/egothor/stemmer/package.html b/modules/analysis/stempel/src/java/org/egothor/stemmer/package.html new file mode 100644 index 00000000000..4d3a193260c --- /dev/null +++ b/modules/analysis/stempel/src/java/org/egothor/stemmer/package.html @@ -0,0 +1,22 @@ + + + + +Egothor stemmer API. + + diff --git a/modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/package.html b/modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/package.html new file mode 100644 index 00000000000..e3100608c7e --- /dev/null +++ b/modules/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/demohtml/package.html @@ -0,0 +1,22 @@ + + + + +Example html parser based on JavaCC + + diff --git a/modules/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html b/modules/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html new file mode 100644 index 00000000000..06cfbee86b4 --- /dev/null +++ b/modules/benchmark/src/java/org/apache/lucene/benchmark/utils/package.html @@ -0,0 +1,22 @@ + + + + +Benchmark Utility functions. + + diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/association/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/association/package.html new file mode 100644 index 00000000000..53e891c6c54 --- /dev/null +++ b/modules/facet/src/java/org/apache/lucene/facet/search/aggregator/association/package.html @@ -0,0 +1,22 @@ + + + + +Association-based aggregators. + + diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/cache/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/cache/package.html new file mode 100644 index 00000000000..1fc371e7f91 --- /dev/null +++ b/modules/facet/src/java/org/apache/lucene/facet/search/cache/package.html @@ -0,0 +1,22 @@ + + + + +Caching to speed up facets accumulation. + + diff --git a/modules/facet/src/java/org/apache/lucene/facet/search/params/association/package.html b/modules/facet/src/java/org/apache/lucene/facet/search/params/association/package.html new file mode 100644 index 00000000000..1e0d9a00536 --- /dev/null +++ b/modules/facet/src/java/org/apache/lucene/facet/search/params/association/package.html @@ -0,0 +1,22 @@ + + + + +Association-based Parameters for Faceted Search. + + diff --git a/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/package.html b/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/package.html new file mode 100644 index 00000000000..8945e755976 --- /dev/null +++ b/modules/suggest/src/java/org/apache/lucene/search/suggest/fst/package.html @@ -0,0 +1,22 @@ + + + + +Finite-state based autosuggest. + + diff --git a/modules/suggest/src/java/org/apache/lucene/search/suggest/jaspell/package.html b/modules/suggest/src/java/org/apache/lucene/search/suggest/jaspell/package.html new file mode 100644 index 00000000000..f6b1812ebd0 --- /dev/null +++ b/modules/suggest/src/java/org/apache/lucene/search/suggest/jaspell/package.html @@ -0,0 +1,22 @@ + + + + +JaSpell-based autosuggest. + + diff --git a/modules/suggest/src/java/org/apache/lucene/search/suggest/package.html b/modules/suggest/src/java/org/apache/lucene/search/suggest/package.html new file mode 100644 index 00000000000..7414fbe31ea --- /dev/null +++ b/modules/suggest/src/java/org/apache/lucene/search/suggest/package.html @@ -0,0 +1,22 @@ + + + + +Support for Autocomplete/Autosuggest + + diff --git a/modules/suggest/src/java/org/apache/lucene/search/suggest/tst/package.html b/modules/suggest/src/java/org/apache/lucene/search/suggest/tst/package.html new file mode 100644 index 00000000000..a1c297478d3 --- /dev/null +++ b/modules/suggest/src/java/org/apache/lucene/search/suggest/tst/package.html @@ -0,0 +1,22 @@ + + + + +Ternary Search Tree based autosuggest. + +