Hi, I want to store a query for later use in a database, like:
1. queryToPersist = booleanQuery.toString(); 2. store it to the db, go fishing, retrieve it 3. Query query = Query.parseString(queryToPersist) The method Query.parseString does not exist. Is there a way to do something similar?