Hello, Apache Lucene supports the Proimity Search queries. e.g. search query "jakarta apache" ~10 would search for "apache" and "jakarta" within 10 words of each other in a document. Is the proximity search supported in Lucy also? If it is not supported do I implement the query parser to incorporate the proximity search? Also what other wildcard characters are supported in apache Lucy? I assigned "*" to query string. Ideally it should retrieve all the contents in the document. But it did not retrieve anything. How should I assign the "*" to the query string so that it retrieves the entire content.
Thank you.
