diff --git a/contrib/queries/readme.txt b/contrib/queries/readme.txt deleted file mode 100644 index b4355cd55fe..00000000000 --- a/contrib/queries/readme.txt +++ /dev/null @@ -1,27 +0,0 @@ -This module contains a number of filter and query objects that add to core lucene. - -The "MoreLikeThis" class from the "similarity" module has been copied into here. -If people are generally happy with this move then the similarity module can be deleted, or at least a -"Moved to queries module..." note left in its place. - -==== FuzzyLikeThis - mixes the behaviour of FuzzyQuery and MoreLikeThis but with special consideration -of fuzzy scoring factors. This generally produces good results for queries where users may provide details in a number of -fields and have no knowledge of boolean query syntax and also want a degree of fuzzy matching. The query is fast because, like -MoreLikeThis, it optimizes the query to only the most distinguishing terms. - -==== BoostingQuery - effectively demotes search results that match a given query. -Unlike the "NOT" clause, this still selects documents that contain undesirable terms, -but reduces the overall score of docs containing these terms. - - -==== TermsFilter - Unlike a RangeFilter this can be used for filtering on multiple terms that are not necessarily in -a sequence. An example might be a collection of primary keys from a database query result or perhaps -a choice of "category" labels picked by the end user. - - - - -Mark Harwood -25/02/2006 - - diff --git a/contrib/surround/surround.txt b/contrib/surround/README.txt similarity index 100% rename from contrib/surround/surround.txt rename to contrib/surround/README.txt diff --git a/contrib/xml-query-parser/readme.htm b/contrib/xml-query-parser/readme.htm deleted file mode 100644 index 7352ca29328..00000000000 --- a/contrib/xml-query-parser/readme.htm +++ /dev/null @@ -1,35 +0,0 @@ - - -

XML based query syntax -

-

- This module contains: -

-

-

- The original motivation for creating this package was outlined and discussed here. -

-

- Parser support includes: -

-

-

This code is dependent on the "queries" contrib module although the "CoreParser" can be compiled with just Lucene core if required

- - \ No newline at end of file