diff --git a/docs/lucene-sandbox/index.html b/docs/lucene-sandbox/index.html index 53487b2b073..44a84aacedc 100644 --- a/docs/lucene-sandbox/index.html +++ b/docs/lucene-sandbox/index.html @@ -121,33 +121,17 @@
-Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well -as a few other developers. The purpose of the Sandbox is to host various third party contributions, -and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene -distribution.
+ Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well + as a few other developers. The purpose of the Sandbox is to host various third party contributions, + and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene + distribution.
-Users are free to experiment with the components developed in the Sandbox, but Sandbox components will -not necessarily be maintained, particularly in their current state. -
+ Users are free to experiment with the components developed in the Sandbox, but Sandbox components will + not necessarily be maintained, particularly in their current state. +-You can access the Lucene Sandbox CVS repository at -http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/. -
--
+ You can access the Lucene Sandbox CVS repository at + http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/. +- - - LARM - - - - ---LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts. -
- Technical Overview -- -
@@ -157,37 +141,17 @@ LARM is a web crawler optimized for large intranets with up to a couple of hundr - --This project provides pre-compiled versions of the Snowball stemmers -for Lucene. -
+ This project provides pre-compiled versions of the Snowball stemmers + for Lucene. +-More information can be found -here. -
+ More information can be found + here. +-Background information on Snowball, -which is a language for stemmers developed by Martin Porter. -
-- -
+- - - Ant - - - --The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also -contains an example HTML parser that uses JTidy. -
--The -CVS repository for the Ant contribution. -
+ Background information on Snowball, + which is a language for stemmers developed by Martin Porter. +@@ -201,19 +165,35 @@ CVS repository for the Ant contribution. + +-SearchBean is a UI component that can be used to browse through the results of a Lucene search. -The SearchBean searches the index for a given query string, retrieves the hits, and then brings -them into the HitsIterator class, which can be used for paging and sorting through search results. + SearchBean is a UI component that can be used to browse through the results of a Lucene search. + The SearchBean searches the index for a given query string, retrieves the hits, and then brings + them into the HitsIterator class, which can be used for paging and sorting through search results. -
+-The -CVS repository for the SearchBean contribution. -
+ The + CVS repository for the SearchBean contribution. + ++ +
++ + + Ant + + + ++ The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also + contains an example HTML parser that uses JTidy. +
-Background information on Snowball, -which is a language for stemmers developed by Martin Porter. -
+ The + CVS repository for the Ant contribution. +@@ -227,21 +207,21 @@ which is a language for stemmers developed by Martin Porter. -The Lucene WordNet code consists of a single class which parses a prolog file -from the WordNet site that contains a list of English words and synonyms. -The class builds a Lucene index from the synonyms file. Your querying code could -hit this index to build up a set of synonyms for the terms in the -search query. -
+ The Lucene WordNet code consists of a single class which parses a prolog file + from the WordNet site that contains a list of English words and synonyms. + The class builds a Lucene index from the synonyms file. Your querying code could + hit this index to build up a set of synonyms for the terms in the + search query. +-More information on the Lucene WordNet package. -WordNet is an online database of English language words that contains -synonyms, definitions, and various relationships between synonym sets. -
+ More information on the Lucene WordNet package. + WordNet is an online database of English language words that contains + synonyms, definitions, and various relationships between synonym sets. +- -CVS for the WordNet module. -
+ + CVS for the WordNet module. +@@ -255,15 +235,32 @@ CVS for the WordNet module. + +-This contribution is some sample code that demonstrates adding simple XML documents into the index. It creates -a new Document object for each file, and then populates the Document with a Field for each XML element, recursively. -There are examples included for both SAX and DOM. -
+ This contribution is some sample code that demonstrates adding simple XML documents into the index. It creates + a new Document object for each file, and then populates the Document with a Field for each XML element, recursively. + There are examples included for both SAX and DOM. +- -CVS for the XML Indexing Demo. -
+ + CVS for the XML Indexing Demo. + ++ +
+ + + LARM + + + ++ LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts. +
+ Technical Overview + LARM's home page on SourceForge@@ -277,14 +274,14 @@ CVS for the XML Indexing Demo. -Javascript library to support client-side query-building. Provides support for a user interface similar to -Google's Advanced Search. -
+ Javascript library to support client-side query-building. Provides support for a user interface similar to + Google's Advanced Search. + + + CVS for the files. +@@ -298,15 +295,15 @@ CVS for the files. -Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to -throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to -alleviate that problem. -
+ Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to + throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to + alleviate that problem. +- -CVS for files. -
+ + CVS for files. +@@ -320,15 +317,15 @@ CVS for files. -The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines -what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go -into a custom stop word list for better search results. -
+ The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines + what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go + into a custom stop word list for better search results. +- -CVS for miscellaneous classes. -
+ + CVS for miscellaneous classes. +diff --git a/xdocs/lucene-sandbox/index.xml b/xdocs/lucene-sandbox/index.xml index 291ede1ae93..568047608f1 100644 --- a/xdocs/lucene-sandbox/index.xml +++ b/xdocs/lucene-sandbox/index.xml @@ -1,149 +1,149 @@ - - - +Otis Gospodentic -Lucene Sandbox -+ + -Otis Gospodentic +Lucene Sandbox +- - +-Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well -as a few other developers. The purpose of the Sandbox is to host various third party contributions, -and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene -distribution.
+
-Users are free to experiment with the components developed in the Sandbox, but Sandbox components will -not necessarily be maintained, particularly in their current state. -+ ++ Lucene project also contains a workspace, Lucene Sandbox, that is open to all Lucene committers, as well + as a few other developers. The purpose of the Sandbox is to host various third party contributions, + and to serve as a place to try out new ideas and prepare them for inclusion into the core Lucene + distribution.
-
+ Users are free to experiment with the components developed in the Sandbox, but Sandbox components will + not necessarily be maintained, particularly in their current state. +-You can access the Lucene Sandbox CVS repository at -http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/. -
++ You can access the Lucene Sandbox CVS repository at + http://cvs.apache.org/viewcvs/jakarta-lucene-sandbox/. +
-- --This project provides pre-compiled versions of the Snowball stemmers -for Lucene. -
++ ++ This project provides pre-compiled versions of the Snowball stemmers + for Lucene. +
--More information can be found -here. -
++ More information can be found + here. +
--Background information on Snowball, -which is a language for stemmers developed by Martin Porter. -
++ Background information on Snowball, + which is a language for stemmers developed by Martin Porter. +
-- + --SearchBean is a UI component that can be used to browse through the results of a Lucene search. -The SearchBean searches the index for a given query string, retrieves the hits, and then brings -them into the HitsIterator class, which can be used for paging and sorting through search results. +
+ -+ + SearchBean is a UI component that can be used to browse through the results of a Lucene search. + The SearchBean searches the index for a given query string, retrieves the hits, and then brings + them into the HitsIterator class, which can be used for paging and sorting through search results. -
- +- +-The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also -contains an example HTML parser that uses JTidy. -
- -+ -+ The Ant project is a useful Ant task that creates a Lucene index out of an Ant fileset. It also + contains an example HTML parser that uses JTidy. +
+ +- +-The Lucene WordNet code consists of a single class which parses a prolog file -from the WordNet site that contains a list of English words and synonyms. -The class builds a Lucene index from the synonyms file. Your querying code could -hit this index to build up a set of synonyms for the terms in the -search query. -
--More information on the Lucene WordNet package. -WordNet is an online database of English language words that contains -synonyms, definitions, and various relationships between synonym sets. -
- -+ -+ The Lucene WordNet code consists of a single class which parses a prolog file + from the WordNet site that contains a list of English words and synonyms. + The class builds a Lucene index from the synonyms file. Your querying code could + hit this index to build up a set of synonyms for the terms in the + search query. +
++ More information on the Lucene WordNet package. + WordNet is an online database of English language words that contains + synonyms, definitions, and various relationships between synonym sets. +
+ +- --This contribution is some sample code that demonstrates adding simple XML documents into the index. It creates -a new Document object for each file, and then populates the Document with a Field for each XML element, recursively. -There are examples included for both SAX and DOM. -
-+
++ + + CVS for the XML Indexing Demo. ++ This contribution is some sample code that demonstrates adding simple XML documents into the index. It creates + a new Document object for each file, and then populates the Document with a Field for each XML element, recursively. + There are examples included for both SAX and DOM. +
+ -- --LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts. -
-Technical Overview. -See also: LARM's home page on SourceForge. ++ ++ LARM is a web crawler optimized for large intranets with up to a couple of hundred hosts. +
+ Technical Overview. + See also: LARM's home page on SourceForge. -- --Javascript library to support client-side query-building. Provides support for a user interface similar to -Google's Advanced Search. -
-+
++ + + CVS for the files. ++ Javascript library to support client-side query-building. Provides support for a user interface similar to + Google's Advanced Search. +
+ -- --Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to -throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to -alleviate that problem. -
-+
++ + + CVS for files. ++ Javascript library to support client-side query validation. Lucene doesn't like malformed queries and tends to + throw ParseException, which are often difficult to interpret and pass on to the user. This library hopes to + alleviate that problem. +
+- -CVS for files. -
-- --The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines -what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go -into a custom stop word list for better search results. -
-+
++ + + CVS for miscellaneous classes. ++ The miscellaneous package is for classes that don't fit anywhere else. The only class in it right now determines + what terms occur the most inside a Lucene index. This could be useful for analyzing which terms may need to go + into a custom stop word list for better search results. +
+ -