Return-Path: Delivered-To: apmail-jakarta-lucene-dev-archive@apache.org Received: (qmail 71870 invoked from network); 23 Sep 2002 08:13:35 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 23 Sep 2002 08:13:35 -0000 Received: (qmail 28320 invoked by uid 97); 23 Sep 2002 08:14:21 -0000 Delivered-To: qmlist-jakarta-archive-lucene-dev@jakarta.apache.org Received: (qmail 28216 invoked by uid 97); 23 Sep 2002 08:14:21 -0000 Mailing-List: contact lucene-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Developers List" Reply-To: "Lucene Developers List" Delivered-To: mailing list lucene-dev@jakarta.apache.org Received: (qmail 28121 invoked by uid 97); 23 Sep 2002 08:14:19 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 23 Sep 2002 08:13:23 -0000 Message-ID: <20020923081323.52467.qmail@icarus.apache.org> From: kelvint@apache.org To: jakarta-lucene-sandbox-cvs@apache.org Subject: cvs commit: jakarta-lucene-sandbox/contributions/fulcrum SearchResults.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N kelvint 2002/09/23 01:13:23 Modified: contributions/fulcrum SearchResults.java Log: Removed or otherwise commented out dependency on appex/Indyo. Revision Changes Path 1.5 +6 -5 jakarta-lucene-sandbox/contributions/fulcrum/SearchResults.java Index: SearchResults.java =================================================================== RCS file: /home/cvs/jakarta-lucene-sandbox/contributions/fulcrum/SearchResults.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SearchResults.java 29 Jun 2002 07:58:59 -0000 1.4 +++ SearchResults.java 23 Sep 2002 08:13:23 -0000 1.5 @@ -1,7 +1,6 @@ import org.apache.log4j.Category; import org.apache.lucene.document.Document; import org.apache.lucene.search.Hits; -import search.SearchResultFactory; import java.io.IOException; @@ -15,10 +14,6 @@ * SearchResults also provides a way of retrieving Java objects from * Documents (via {@link search.SearchResultsFactory}). *

- *

- * Note that this implementation uses code from - * /projects/appex/search. - *

*/ public class SearchResults { @@ -67,6 +62,11 @@ */ public Object[] getResultsAsObjects() { + /** + * At this point, use some mechanism of retrieving + * the objects via a UUID or something. + */ + /* if (objectResults == null) { objectResults = new Object[hitsDocuments.length]; @@ -83,6 +83,7 @@ } } } + */ return objectResults; } } -- To unsubscribe, e-mail: For additional commands, e-mail: