/[Apache-SVN]/lucene/java/trunk/src/java/org/apache/lucene/search/BooleanQuery.java
ViewVC logotype

Log of /lucene/java/trunk/src/java/org/apache/lucene/search/BooleanQuery.java

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 883554 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 00:04:20 2009 UTC (45 hours, 37 minutes ago) by mikemccand
File length: 16201 byte(s)
Diff to previous 834704 (colored)
LUCENE-2092: fix BooleanQuery.equals/hashCode to pay attention to disableCoord

Revision 834704 - (view) (annotate) - [select for diffs]
Modified Tue Nov 10 23:16:01 2009 UTC (2 weeks ago) by uschindler
File length: 16131 byte(s)
Diff to previous 830661 (colored)
LUCENE-1980: Fix javadocs after deprecation removal

Revision 830661 - (view) (annotate) - [select for diffs]
Modified Wed Oct 28 16:16:46 2009 UTC (4 weeks ago) by uschindler
File length: 16329 byte(s)
Diff to previous 828011 (colored)
LUCENE-2012: Add @Override annotations to the rest of core

Revision 828011 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 13:37:39 2009 UTC (5 weeks ago) by uschindler
File length: 16283 byte(s)
Diff to previous 827811 (colored)
LUCENE-1257: Remove the rest of unchecked warnings and some unneeded casts. I added a TODO, where I do not understand the code and not for sure know, whats inside the collections. This could be fixed some time later. But the core code now compiles without any unchecked warning.

Revision 827811 - (view) (annotate) - [select for diffs]
Modified Tue Oct 20 21:42:59 2009 UTC (5 weeks ago) by uschindler
File length: 16251 byte(s)
Diff to previous 826213 (colored)
LUCENE-1257: Cleanup unneeded casts

Revision 826213 - (view) (annotate) - [select for diffs]
Modified Sat Oct 17 09:53:02 2009 UTC (5 weeks, 4 days ago) by uschindler
File length: 16384 byte(s)
Diff to previous 824870 (colored)
LUCENE-1257: More generified APIs and implementations. Also makes BooleanQuery implement Iterable for easy extended for loop on clauses. Thanks Kay Kay!

Revision 824870 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 18:26:37 2009 UTC (6 weeks, 1 day ago) by buschmi
File length: 16085 byte(s)
Diff to previous 824527 (colored)
LUCENE-944: Remove deprecated methods in boolean query.

Revision 824527 - (view) (annotate) - [select for diffs]
Modified Mon Oct 12 22:40:30 2009 UTC (6 weeks, 1 day ago) by buschmi
File length: 18238 byte(s)
Diff to previous 821185 (colored)
LUCENE-1975: Remove deprecated SpanQuery.getTerms() and generify Query.extractTerms(Set<Term>)

Revision 821185 - (view) (annotate) - [select for diffs]
Modified Fri Oct 2 22:11:10 2009 UTC (7 weeks, 4 days ago) by uschindler
File length: 18195 byte(s)
Diff to previous 811070 (colored)
LUCENE-1257: Replace StringBuffer by StringBuilder where possible

Revision 811070 - (view) (annotate) - [select for diffs]
Modified Thu Sep 3 18:31:41 2009 UTC (2 months, 3 weeks ago) by hossman
File length: 18193 byte(s)
Diff to previous 808246 (colored)
LUCENE-1884: massive javadoc and comment cleanup -- primarily dealing with typos

Revision 808246 - (view) (annotate) - [select for diffs]
Modified Thu Aug 27 01:32:15 2009 UTC (2 months, 4 weeks ago) by markrmiller
File length: 18193 byte(s)
Diff to previous 807180 (colored)
with LUCENE-1860 there is no real need for this comment - reducing to core info

Revision 807180 - (view) (annotate) - [select for diffs]
Modified Mon Aug 24 12:26:43 2009 UTC (3 months ago) by markrmiller
File length: 18796 byte(s)
Diff to previous 803339 (colored)
LUCENE-1837: Remove Searcher from Weight#explain - partial revert of LUCENE-1771

Revision 803339 - (view) (annotate) - [select for diffs]
Modified Wed Aug 12 01:22:30 2009 UTC (3 months, 2 weeks ago) by markrmiller
File length: 18825 byte(s)
Diff to previous 802825 (colored)
LUCENE-1771: QueryWight back to Weight, but as abstract class rather than interface - explain now takes a Searcher and passes the sub reader that contains the doc if a top level reader is a multi reader.

Revision 802825 - (view) (annotate) - [select for diffs]
Modified Mon Aug 10 15:29:55 2009 UTC (3 months, 2 weeks ago) by mikemccand
File length: 18950 byte(s)
Diff to previous 798086 (colored)
LUCENE-1784: make Weight impls for BooleanQuery & DisjunctionMaxQuery protected to permit expert subclassing

Revision 798086 - (view) (annotate) - [select for diffs]
Modified Mon Jul 27 09:50:02 2009 UTC (3 months, 4 weeks ago) by mikemccand
File length: 18609 byte(s)
Diff to previous 791175 (colored)
LUCENE-1754: BooleanQuery detects up front if it won't match any docs and returns null from its scorer() instead of NonMatchingScorer

Revision 791175 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 20:14:12 2009 UTC (4 months, 3 weeks ago) by uschindler
File length: 18066 byte(s)
Diff to previous 788802 (colored)
LUCENE-1713: Rename RangeQuery -> TermRangeQuery (part 1)

Revision 788802 - (view) (annotate) - [select for diffs]
Modified Fri Jun 26 18:14:48 2009 UTC (5 months ago) by mikemccand
File length: 18054 byte(s)
Diff to previous 787772 (colored)
LUCENE-1630: fix NPEs

Revision 787772 - (view) (annotate) - [select for diffs]
Modified Tue Jun 23 18:11:42 2009 UTC (5 months ago) by mikemccand
File length: 18008 byte(s)
Diff to previous 782410 (colored)
LUCENE-1630: switch from Weight (interface) to QueryWeight (abstract class); mate in/out-of docID order scoring between Collector & Scorer

Revision 782410 - (view) (annotate) - [select for diffs]
Modified Sun Jun 7 16:58:41 2009 UTC (5 months, 2 weeks ago) by mikemccand
File length: 16714 byte(s)
Diff to previous 773194 (colored)
LUCENE-1614: switch next -> nextDoc, skipTo -> advance, doc -> docID in DISI

Revision 773194 - (view) (annotate) - [select for diffs]
Modified Sat May 9 10:36:41 2009 UTC (6 months, 2 weeks ago) by mikemccand
File length: 16700 byte(s)
Diff to previous 745886 (colored)
LUCENE-1593: optimize core Collectors for in-docID-order scorer case

Revision 745886 - (view) (annotate) - [select for diffs]
Modified Thu Feb 19 14:44:53 2009 UTC (9 months ago) by markrmiller
File length: 16540 byte(s)
Diff to previous 722897 (colored)
update javadoc for allowDocsOutOfOrder

Revision 722897 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 14:15:22 2008 UTC (11 months, 3 weeks ago) by markrmiller
File length: 16449 byte(s)
Diff to previous 713634 (colored)
LUCENE-1246: check for null sub queries so that BooleanQuery.toString does not throw NullPointerException.

Revision 713634 - (view) (annotate) - [select for diffs]
Modified Thu Nov 13 04:23:05 2008 UTC (12 months, 1 week ago) by otis
File length: 16349 byte(s)
Diff to previous 695514 (colored)
LUCENE-711 - initialize List with correct size

Revision 695514 - (view) (annotate) - [select for diffs]
Modified Mon Sep 15 15:42:11 2008 UTC (14 months, 1 week ago) by otis
File length: 16320 byte(s)
Diff to previous 680361 (colored)
LUCENE-1378 - Removed the remaining 199 @author references

Revision 680361 - (view) (annotate) - [select for diffs]
Modified Mon Jul 28 13:58:39 2008 UTC (15 months, 4 weeks ago) by yonik
File length: 16330 byte(s)
Diff to previous 617963 (colored)
LUCENE-1346: replace Vector with ArrayList in Queries

Revision 617963 - (view) (annotate) - [select for diffs]
Modified Sun Feb 3 08:21:16 2008 UTC (21 months, 3 weeks ago) by buschmi
File length: 16348 byte(s)
Diff to previous 603415 (colored)
LUCENE-1134: Fixed BooleanQuery.rewrite to only optimze a single clause query if minNumShouldMatch<=0.

Revision 603415 - (view) (annotate) - [select for diffs]
Modified Tue Dec 11 23:38:01 2007 UTC (23 months, 2 weeks ago) by buschmi
File length: 16323 byte(s)
Diff to previous 598317 (colored)
Revert Lucene-944

Revision 598317 - (view) (annotate) - [select for diffs]
Modified Mon Nov 26 15:48:51 2007 UTC (2 years ago) by dnaber
File length: 15987 byte(s)
Diff to previous 582375 (colored)
remove unused variables; typo fixes in javadoc

Revision 582375 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 19:26:32 2007 UTC (2 years, 1 month ago) by hossman
File length: 16044 byte(s)
Diff to previous 582054 (colored)
javadoc typos

Revision 582054 - (view) (annotate) - [select for diffs]
Modified Fri Oct 5 01:53:29 2007 UTC (2 years, 1 month ago) by hossman
File length: 16048 byte(s)
Diff to previous 555717 (colored)
more explicit javadocs about Scorer contract for iterating in doc id order

Revision 555717 - (view) (annotate) - [select for diffs]
Modified Thu Jul 12 18:41:40 2007 UTC (2 years, 4 months ago) by buschmi
File length: 15712 byte(s)
Diff to previous 542303 (colored)
LUCENE-944: Remove deprecated methods setUseScorer14() and getUseScorer14() from BooleanQuery. 

Revision 542303 - (view) (annotate) - [select for diffs]
Modified Mon May 28 19:33:10 2007 UTC (2 years, 5 months ago) by buschmi
File length: 16014 byte(s)
Diff to previous 487931 (colored)
LUCENE-730: Make scoring in docid order the default and add setAllowDocsOutOfOrder() and getAllowDocsOutOfOrder() to BooleanQuery.

Revision 487931 - (view) (annotate) - [select for diffs]
Modified Sun Dec 17 02:40:37 2006 UTC (2 years, 11 months ago) by yonik
File length: 17231 byte(s)
Diff to previous 472959 (colored)
replace Vector with ArrayList, add clauses() to return that List of clauses: LUCENE-745

Revision 472959 - (view) (annotate) - [select for diffs]
Modified Thu Nov 9 16:21:50 2006 UTC (3 years ago) by yonik
File length: 17253 byte(s)
Diff to previous 425524 (colored)
new ASF licenses header

Revision 425524 - (view) (annotate) - [select for diffs]
Modified Tue Jul 25 21:03:17 2006 UTC (3 years, 4 months ago) by dnaber
File length: 17070 byte(s)
Diff to previous 417275 (colored)
slightly more verbose output for TooManyClauses exception

Revision 417275 - (view) (annotate) - [select for diffs]
Modified Mon Jun 26 18:38:47 2006 UTC (3 years, 5 months ago) by hossman
File length: 16938 byte(s)
Diff to previous 415476 (colored)
fixed bug LUCENE-451 by adding new functionality in LUCENE-605 -- new ComplexExplanation class can model matching independent of having a positive value

Revision 415476 - (view) (annotate) - [select for diffs]
Modified Tue Jun 20 01:13:13 2006 UTC (3 years, 5 months ago) by hossman
File length: 16620 byte(s)
Diff to previous 387550 (colored)
LUCENE-557: Lots of new Explanation test cases (and utilities for writing future test cases) as well as fixes for blatent bugs in the Explanation methods of BooleanQuery and FilteredQuery

Revision 387550 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 15:36:32 2006 UTC (3 years, 8 months ago) by yonik
File length: 15613 byte(s)
Diff to previous 345056 (colored)
remove deprecations

Revision 345056 - (view) (annotate) - [select for diffs]
Modified Wed Nov 16 16:39:59 2005 UTC (4 years ago) by yonik
File length: 16830 byte(s)
Diff to previous 332762 (colored)
BooleanQuery/BooleanScorer minNrShouldMatch implementation: LUCENE-395

Revision 332762 - (view) (annotate) - [select for diffs]
Modified Sat Nov 12 11:57:35 2005 UTC (4 years ago) by dnaber
File length: 15142 byte(s)
Diff to previous 329381 (colored)
throw IllegalArgumentExeception if value doesn't make sense

Revision 329381 - (view) (annotate) - [select for diffs]
Modified Sat Oct 29 09:26:21 2005 UTC (4 years ago) by ehatcher
File length: 15041 byte(s)
Diff to previous 219250 (colored)
Utilize ToStringUtils.boost() to remove duplication across .toString implementations and added boost comparison in .equals methods where it was missing


Revision 219250 - (view) (annotate) - [select for diffs]
Modified Fri Jul 15 21:03:33 2005 UTC (4 years, 4 months ago) by dnaber
File length: 14935 byte(s)
Diff to previous 201453 (colored)
maxClauseCount: deprecate public field, no more setting via system property

Revision 201453 - (view) (annotate) - [select for diffs]
Modified Thu Jun 23 20:43:47 2005 UTC (4 years, 5 months ago) by dnaber
File length: 15061 byte(s)
Diff to previous 177987 (colored)
Most of Wolf Siberski's patch to fix #35241/#31841: MulitSearcher failed on WildcardQuery etc.
-this has not been committed: removal of mergeBooleanQueries(); change to BooleanQuery.equals()
-added: a test case that is commented out which shows strange queries like "multi* multi* foo" don't work properly

Revision 177987 - (view) (annotate) - [select for diffs]
Modified Mon May 23 17:58:40 2005 UTC (4 years, 6 months ago) by dnaber
File length: 15176 byte(s)
Diff to previous 162008 (colored)
import cleanup; small javadoc improvement

Revision 162008 - (view) (annotate) - [select for diffs]
Modified Wed Apr 20 03:28:32 2005 UTC (4 years, 7 months ago) by otis
File length: 15181 byte(s)
Diff to previous 161075 (colored)
- Applied Chuck's and Wolf's patch for bug 31841
  http://issues.apache.org/bugzilla/show_bug.cgi?id=31841

Revision 161075 - (view) (annotate) - [select for diffs]
Modified Tue Apr 12 17:22:32 2005 UTC (4 years, 7 months ago) by ehatcher
File length: 14785 byte(s)
Diff to previous 158016 (colored)
revert change to BooleanQuery.equals and add a test case.

Revision 158016 - (view) (annotate) - [select for diffs]
Modified Fri Mar 18 03:29:16 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 14802 byte(s)
Diff to previous 157978 (colored)
Correct BooleanQuery.equals such that every clause is compared

Revision 157978 - (view) (annotate) - [select for diffs]
Modified Thu Mar 17 21:27:55 2005 UTC (4 years, 8 months ago) by dnaber
File length: 14758 byte(s)
Diff to previous 156599 (colored)
fixing javadoc links

Revision 156599 - (view) (annotate) - [select for diffs]
Modified Wed Mar 9 03:02:46 2005 UTC (4 years, 8 months ago) by ehatcher
File length: 14757 byte(s)
Diff to previous 156438 (colored)
fixed javadoc typo and added helpful diagnostic toString methods

Revision 156438 - (view) (annotate) - [select for diffs]
Modified Mon Mar 7 19:26:27 2005 UTC (4 years, 8 months ago) by cutting
File length: 14757 byte(s)
Diff to previous 150736 (colored)
Patch #33472.  Disable coord() in automatically generated queries.

Revision 150736 - (view) (annotate) - [select for diffs]
Modified Mon Jan 24 19:21:01 2005 UTC (4 years, 10 months ago) by goller
File length: 13617 byte(s)
Diff to previous 150708 (colored)
New BooleanScorer implemented by Paul Elschot
(Patch 31785) that implements skipTo and delivers
documents in correct order. Furthermore a small bug
in ConjunctionScorer skipTo (if called without a
preceeding next) is eliminated.

Revision 150708 - (view) (annotate) - [select for diffs]
Modified Tue Dec 14 19:28:44 2004 UTC (4 years, 11 months ago) by dnaber
File length: 12254 byte(s)
Diff to previous 150673 (colored)
slightly improve the TooManyClauses exception documentation

Revision 150673 - (view) (annotate) - [select for diffs]
Modified Wed Nov 24 22:06:12 2004 UTC (5 years ago) by dnaber
File length: 12116 byte(s)
Diff to previous 150619 (colored)
improve javadoc by mentioning Filter
PR: 32365
Submitted by: Paul Elschot

Revision 150619 - (view) (annotate) - [select for diffs]
Modified Tue Oct 19 19:51:35 2004 UTC (5 years, 1 month ago) by dnaber
File length: 11937 byte(s)
Diff to previous 150457 (colored)
improve javadoc
PR:30685
Submitted by: Paul Elschot

Revision 150457 - (view) (annotate) - [select for diffs]
Modified Fri Aug 27 20:09:12 2004 UTC (5 years, 2 months ago) by dnaber
File length: 11441 byte(s)
Diff to previous 150342 (colored)
deprecate the add() method that takes two booleans, take an Occur cobject instead. Also deprecate the public fields in BooleanClause and add get/set methods instead.

Revision 150342 - (view) (annotate) - [select for diffs]
Modified Fri May 14 12:56:29 2004 UTC (5 years, 6 months ago) by otis
File length: 10683 byte(s)
Diff to previous 150323 (colored)
- Made Javadoc for add method more clear (Leonid Portnoy)

Revision 150323 - (view) (annotate) - [select for diffs]
Modified Tue May 11 17:18:04 2004 UTC (5 years, 6 months ago) by otis
File length: 10591 byte(s)
Diff to previous 150259 (colored)
- Bugzilla case 28856 - http://issues.apache.org/bugzilla/show_bug.cgi?id=28856

Revision 150259 - (view) (annotate) - [select for diffs]
Modified Mon Mar 29 22:48:07 2004 UTC (5 years, 7 months ago) by cutting
File length: 10680 byte(s)
Diff to previous 150236 (colored)
Updated license to Apache License 2.0.

Revision 150236 - (view) (annotate) - [select for diffs]
Modified Thu Mar 18 19:53:37 2004 UTC (5 years, 8 months ago) by otis
File length: 12735 byte(s)
Diff to previous 150233 (colored)
- Changed a property from private to public and added Javadocs

Revision 150233 - (view) (annotate) - [select for diffs]
Modified Thu Mar 18 19:05:18 2004 UTC (5 years, 8 months ago) by otis
File length: 12610 byte(s)
Diff to previous 150190 (colored)
- Added support for setting various Lucene properties via system properties.

Revision 150190 - (view) (annotate) - [select for diffs]
Modified Fri Feb 6 19:19:20 2004 UTC (5 years, 9 months ago) by cutting
File length: 12540 byte(s)
Diff to previous 150170 (colored)
Permit queries to override the Similarity implementation.

Revision 150170 - (view) (annotate) - [select for diffs]
Modified Thu Jan 15 22:42:35 2004 UTC (5 years, 10 months ago) by cutting
File length: 12543 byte(s)
Diff to previous 150140 (colored)
Optimized TermDocs.skipTo() and changed scorers to take advantage of it.

Revision 150140 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 21:16:36 2003 UTC (6 years ago) by cutting
File length: 11229 byte(s)
Diff to previous 150139 (colored)
Optimize patch of yesterday: only clone when needed.

Revision 150139 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 00:21:20 2003 UTC (6 years ago) by cutting
File length: 11120 byte(s)
Diff to previous 149992 (colored)
Fixed bug 24786.  Correctly rewrite clauses.

Revision 149992 - (view) (annotate) - [select for diffs]
Modified Thu May 29 21:52:15 2003 UTC (6 years, 5 months ago) by cutting
File length: 11084 byte(s)
Diff to previous 149945 (colored)
Added a limit to the number of clauses which may be added to a
BooleanQuery.  The default limit is 1024 clauses.  This should stop
most OutOfMemoryExceptions by prefix, wildcard and fuzzy queries which
run amok.

Revision 149945 - (view) (annotate) - [select for diffs]
Modified Fri Feb 7 18:45:16 2003 UTC (6 years, 9 months ago) by cutting
File length: 10312 byte(s)
Diff to previous 149934 (colored)
Fixed a bug with prohibited clauses.

Revision 149934 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 19:01:31 2003 UTC (6 years, 10 months ago) by cutting
File length: 10312 byte(s)
Diff to previous 149933 (colored)
Optimized last fix so that the BooleanQuery is only cloned when one of its clauses has rewritten.

Revision 149933 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 18:40:19 2003 UTC (6 years, 10 months ago) by cutting
File length: 10214 byte(s)
Diff to previous 149931 (colored)
Fixed a bug when rewritten queries were included in a BooleanQuery.

Revision 149931 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 19:25:04 2003 UTC (6 years, 10 months ago) by cutting
File length: 9327 byte(s)
Diff to previous 149928 (colored)
Revised explanation format so that it better corresponds to a dot product of tf*idf weights.

Revision 149928 - (view) (annotate) - [select for diffs]
Modified Tue Jan 14 21:57:30 2003 UTC (6 years, 10 months ago) by cutting
File length: 7950 byte(s)
Diff to previous 149927 (colored)
Fixed a bug where boosting was lost.

Revision 149927 - (view) (annotate) - [select for diffs]
Modified Tue Jan 14 19:20:30 2003 UTC (6 years, 10 months ago) by cutting
File length: 7841 byte(s)
Diff to previous 149923 (colored)
Fixed a bug with explain().

Revision 149923 - (view) (annotate) - [select for diffs]
Modified Tue Jan 14 00:04:37 2003 UTC (6 years, 10 months ago) by cutting
File length: 7885 byte(s)
Diff to previous 149922 (colored)
Fixed minor problems with previous checkin.

Revision 149922 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 23:50:34 2003 UTC (6 years, 10 months ago) by cutting
File length: 7883 byte(s)
Diff to previous 149921 (colored)
Revised internal search APIs.  Changes include:

  a. Queries are no longer modified during a search.  This makes
  it possible, e.g., to reuse the same query instance with
  multiple indexes from multiple threads.

  b. Term-expanding queries (e.g. PrefixQuery, WildcardQuery,
  etc.)  now work correctly with MultiSearcher, fixing bugs 12619
  and 12667.

  c. Boosting BooleanQuery's now works, and is supported by the
  query parser (problem reported by Lee Mallabone).  Thus a query
  like "(+foo +bar)^2 +baz" is now supported and equivalent to
  "(+foo^2 +bar^2) +baz".

  d. New method: Query.rewrite(IndexReader).  This permits a
  query to re-write itself as an alternate, more primitive query.
  Most of the term-expanding query classes (PrefixQuery,
  WildcardQuery, etc.) are now implemented using this method.

  e. New method: Searchable.explain(Query q, int doc).  This
  returns an Explanation instance that describes how a particular
  document is scored against a query.  An explanation can be
  displayed as either plain text, with the toString() method, or
  as HTML, with the toHtml() method.  Note that computing an
  explanation is as expensive as executing the query over the
  entire index.  This is intended to be used in developing
  Similarity implementations, and, for good performance, should
  not be displayed with every hit.

  f. Scorer and Weight are public, not package protected.  It now
  possible for someone to write a Scorer implementation that is
  not in the org.apache.lucene.search package.  This is still
  fairly advanced programming, and I don't expect anyone to do
  this anytime soon, but at least now it is possible.

Caution: These are extensive changes and they have not yet been
tested extensively.  Bug reports are appreciated.

Revision 149921 - (view) (annotate) - [select for diffs]
Modified Mon Jan 13 01:51:18 2003 UTC (6 years, 10 months ago) by otis
File length: 6072 byte(s)
Diff to previous 149885 (colored)
- Removed unused variables.

Revision 149885 - (view) (annotate) - [select for diffs]
Modified Thu Nov 7 17:31:27 2002 UTC (7 years ago) by cutting
File length: 6115 byte(s)
Diff to previous 149813 (colored)
Added a public, extensible scoring API.

Revision 149813 - (view) (annotate) - [select for diffs]
Modified Wed Jul 17 17:38:04 2002 UTC (7 years, 4 months ago) by cutting
File length: 6058 byte(s)
Diff to previous 149679 (colored)
Made many methods and classes non-final, per requests.  This includes
IndexWriter and IndexSearcher, among others.

Moved search implementation methods into a new public interface,
Searchable.  This makes it easier to implement a remote searcher.

Fixed some javadoc comments.

Revision 149679 - (view) (annotate) - [select for diffs]
Modified Thu Feb 14 00:58:46 2002 UTC (7 years, 9 months ago) by otis
File length: 6094 byte(s)
Diff to previous 149607 (colored)
- Patched Javadocs.
PR:
Obtained from:
Submitted by:	Erik Hatcher
Reviewed by:

Revision 149607 - (view) (annotate) - [select for diffs]
Modified Wed Oct 10 17:55:04 2001 UTC (8 years, 1 month ago) by cutting
File length: 6098 byte(s)
Diff to previous 149570 (colored)
Removed some redundant code.  This is already in BooleanScorer.

Revision 149570 - (view) (annotate) - [select for diffs]
Added Tue Sep 18 16:29:48 2001 UTC (8 years, 2 months ago) by jvanzyl
File length: 6371 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2