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:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 2:39 PM
> To: [EMAIL PROTECTED]
> 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:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to