Commit Graph

5 Commits

Author SHA1 Message Date
Kelvin Tan 5cf76aa76a Removed or otherwise commented out dependency on appex/Indyo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150836 13f79535-47bb-0310-9956-ffa450edef68
2002-09-23 08:13:34 +00:00
Kelvin Tan d53f677efd Fixed horrible bug in returning results within a range.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150795 13f79535-47bb-0310-9956-ffa450edef68
2002-06-29 07:58:59 +00:00
Kelvin Tan 6ba56b4a9d Fixed typo.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150771 13f79535-47bb-0310-9956-ffa450edef68
2002-05-13 10:56:54 +00:00
Kelvin Tan 5420a95069 Refactored to use typed arrays instead of generic lists. (thanks to Otis)
However, the array of objects returned are no longer guaranteed to be unique.
Clients should construct a Set out of the objectResults if uniqueness is required.


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150770 13f79535-47bb-0310-9956-ffa450edef68
2002-05-11 07:01:10 +00:00
Kelvin Tan 06e1cc92d3 An object to encapsulate the results of a search.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150769 13f79535-47bb-0310-9956-ffa450edef68
2002-05-11 00:47:25 +00:00