lucene/contrib
Mark Harwood 286f4f5f07 Simplified QueryTermExtractor.java to make use of Query.extractTerms method (especially now that all the SpanQuery classes implement this correctly).
Added tests in Junit test to demonstrate new support for other Queries (FilteredQuery) now that we use the standard extractTerms feature of Query objects.
Also deprecated highlighter getBestFragments method that hard-coded choice of fieldname and introduced new variation that takes an additional fieldName argument

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@389888 13f79535-47bb-0310-9956-ffa450edef68
2006-03-29 21:01:40 +00:00
..
analyzers remove deprecations 2006-03-21 15:36:32 +00:00
ant deprecation fixes 2006-03-21 16:56:11 +00:00
db - integrated Aaron Donovan's port to Berkeley DB Java Edition 2006-01-05 01:04:17 +00:00
highlighter Simplified QueryTermExtractor.java to make use of Query.extractTerms method (especially now that all the SpanQuery classes implement this correctly). 2006-03-29 21:01:40 +00:00
javascript move two more projects over to contrib 2005-02-06 15:35:12 +00:00
lucli stop using deprecated methods; make more fields private 2006-03-01 20:47:32 +00:00
memory removed methods deprecated in lucene-1.9 2006-03-22 00:02:26 +00:00
miscellaneous deprecation fixes 2006-03-21 16:56:11 +00:00
queries Added BooleanFilter with JUnit test, added BooleanFilter support to XMLQueryParser, Changed TermsFilterBuilder to only build a filter for a single choice of field - multiples can be combined using new BooleanFilter clauses. Added missing MatchAllDocsQueryBuilder source. 2006-03-27 07:23:37 +00:00
regex Many javadoc additions, and adding ASL to each file 2006-02-26 15:38:30 +00:00
similarity remove deprecations 2006-03-21 15:36:32 +00:00
snowball Minor javadoc improvements. 2006-02-20 18:11:02 +00:00
spellchecker Minor javadoc improvements. 2006-02-20 18:11:02 +00:00
surround remove deprecations 2006-03-21 15:36:32 +00:00
swing more deprecation fixes 2006-03-21 16:26:10 +00:00
wordnet clean up imports to avoid warnings; fix typo in usage message 2006-03-01 20:54:59 +00:00
xml-query-parser Added BooleanFilter with JUnit test, added BooleanFilter support to XMLQueryParser, Changed TermsFilterBuilder to only build a filter for a single choice of field - multiples can be combined using new BooleanFilter clauses. Added missing MatchAllDocsQueryBuilder source. 2006-03-27 07:23:37 +00:00
contrib-build.xml prefix all JARs with lucene- 2005-05-06 23:43:54 +00:00