diff --git a/Attic/api/overview.html b/Attic/api/overview.html new file mode 100644 index 00000000000..71738ae5260 --- /dev/null +++ b/Attic/api/overview.html @@ -0,0 +1,174 @@ + + +
+ + + + +F:\> java demo.IndexFiles rec.food.recipes\soups ++The IndexHtml demo is more sophisticated. +It incrementally maintains an index of HTML files, adding new files as +they appear, deleting old files as they disappear and re-indexing files +as they change. +
adding rec.food.recipes\soups\abalone-chowder +
[ ... ] +F:\> java demo.SearchFiles +
Query: chowder +
Searching for: chowder +
34 total matching documents +
0. rec.food.recipes\soups\spam-chowder +
[ ... thirty-four documents contain the word "chowder", +"spam-chowder" with the greatest density.] +Query: path:chowder +
Searching for: path:chowder +
31 total matching documents +
0. rec.food.recipes\soups\abalone-chowder +
[ ... only thrity-one have "chowder" in the "path" +field. ] +Query: path:"clam chowder" +
Searching for: path:"clam chowder" +
10 total matching documents +
0. rec.food.recipes\soups\clam-chowder +
[ ... only ten have "clam chowder" in the "path" field. +] +Query: path:"clam chowder" AND manhattan +
Searching for: +path:"clam chowder" +manhattan +
2 total matching documents +
0. rec.food.recipes\soups\clam-chowder +
[ ... only two also have "manhattan" in the contents. +] +
[ Note: "+" and "-" are canonical, but "AND", "OR" +and "NOT" may be used. ]
F:\>java demo.IndexHTML -create java\jdk1.1.6\docs\relnotes ++HTML indexes are searched using SUN's JavaWebServer +(JWS) and Search.jhtml. To use +this: +
adding java/jdk1.1.6/docs/relnotes/SMICopyright.html +
[ ... create an index containing all the relnotes ] +F:\>del java\jdk1.1.6\docs\relnotes\smicopyright.html +
F:\>java demo.IndexHTML java\jdk1.1.6\docs\relnotes +
deleting java/jdk1.1.6/docs/relnotes/SMICopyright.html
+ + | ++ + | +
+ + | |||||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ ||||||
+ + | |||||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | ||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ |||
+ + | ||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | |||||||||||||||||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ ||||||||||||||||||
+ + | |||||||||||||||||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | ||||||||||||||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ |||||||||||||||
+ + | ||||||||||||||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | ||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ |||
+ + | ||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | ||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ |||
+ + | ||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
+ + | ++ + | +
+ + | ||||||||||
+ About +
Documentation + +Download +
Community +
Jakarta +
|
+
+
|
+ |||||||||
+ + | ||||||||||
+
+ Copyright © 1999-2001, Apache Software Foundation
+
+ |
Lucene is designed to be used in a wide range of applications--from small, +desktop applications with a few hundred documents, to large internet server-based +applications with a few million documents.
+Lucene is the brainchild of Doug Cutting (pictured), who has been working in the +field of information retrieval for over a decade.
+Beginning in 1988, Doug spent five years at Xerox's Palo Alto Research +Center (PARC) developing novel +approaches to information access. These included a high-performance +retrieval engine, several innovative search paradigms, advanced linguistic +analysis methods, and high-quality text summarization algorithms. +This work resulted in seven publications +and six issued patents. Some of these technologies are now marketed by +Inxight. +
+In 1993, Doug moved to Apple's Advanced Technology Group (ATG). There +he developed a state-of-the-art retrieval engine code-named V-Twin. +This engine was to be a part of the Copland +operating system, automatically indexing the content of all files as they +are created so that the the entire file system could be efficiently searched +at any time. Copland was cancelled, but V-Twin has been used in several +other Apple products. +
+In April of 1996, Doug left Apple and joined Excite. +Here he took over development of the core search technology. This included +growing Excite's web index from two million to fifty million +pages; substantially optimizing Excite's search performance; adding phrase-searching +capabilities; and creating a thesaurus-like feature which suggests related +terms to add to queries. +
+In the fall of 1997, Doug reduced his commitment at Excite to +part-time so that he could write Lucene, +an efficient, full-featured text search engine written in Java. In early 1998 he +returned to Excite full-time for two more years. Lucene sat on the shelf for +much of that time, and was made open-source in the spring of 2000.
+Lucene quickly became recognized as the leading server-side searching +solution for Java, and attracted several other open source developers, eager +to help refine the Lucene codebase.
+In the fall of 2001, Lucene joined the Apache Jakarta Project, where +the product is maintained by a team of volunteer developers.
+Doug now works for Grand +Central, a web services network. In his spare time he still +tries to help out with Lucene.
+Please do not email Doug directly about Lucene. Instead use +the Jakarta-Lucene mailing lists.
++This site will be the home of Jakarta Lucene. The product is still being transferred. +For now, the home of the Lucene project is still at SourceForge. See +www.lucene.com for those links. +
++Jakarta Lucene is a high-performance, full-featured text search engine +written entirely in Java. It is a technology suitable for nearly any +application that requires full-text search, especially +cross-platform. +
++Jakarta Lucene is an open source project available for +free download from Apache Jakarta. +Please use the links on the left to access Lucene. +
++Lucene v1.02 released - This release repackages Lucene as product +of the Apache Software Foundation. Download it +here. +
++Lucene Joins Jakarta - The Lucene Team is happy to announce that +Lucene is now part of a member of the Apache Jakarta Project. This move will +help Lucene continue to grow, and enhance its position as the leading +server-side searching solution for Java. +
++The goal of the Apache Jakarta Project +is to provide commercial-quality server solutions based on the Java Platform that +are developed in an open and cooperative fashion. +
+