David Elworthy wrote: > > 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 >
Use Query#toString(String defaultField) instead. -- Nick Smith -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
