You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Doug Cutting <DC...@grandcentral.com> on 2002/02/19 23:30:39 UTC

RE: Printing queries

The method that is defined is:
  public void toString(String defaultField);

Probably a method like the following should be added:
  public void toString() { toString(""); }

Doug

> -----Original Message-----
> From: David Elworthy [mailto:dahe@lingomotors.com]
> Sent: Tuesday, February 19, 2002 2:39 PM
> To: lucene-user@jakarta.apache.org
> Subject: Printing queries
> 
> 
> When I used toString() on a Query object, I don't get a textual
> representation of the query. Instead I get something like:
>   org.apache.lucene.search.BooleanQuery@29
>   org.apache.lucene.search.BooleanQuery@14d
> Any ideas what I can do to fix this? BTW, this is with Visual J++.
> 
> -- David Elworthy
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>