Hi Daniel,
It's supported by query parser, but doesn't supported by search engine.
Search engine works with terms, phrases, boolean expressions and
subqueries now.
PS I've just updated documentation.
With best regards,
Alexander Veremyev.
Daniel Khan wrote:
Hi Alexander
Alexander Veremyev wrote:
I am glad to inform that it's already supported by new query parser.
New query parser is ready. It completely supports Java Lucene query
language (http://lucene.apache.org/java/docs/queryparsersyntax.html).
[..]
I'm a little lost.
When I try to use a wildcard query with ZendFramework-20061204-2077 it
throws an exception:
'Wildcard queries are not supported yet.' in
/usr/lib/php/ZendFramework-20061204-2077/library/Zend/Search/Lucene/Search/QueryEntry/Term.php:120
New query parser is committed in a separate SVN branch now. I do some
final tests and improvements now and going to merge it into 'trunk'.
Please give me a hint - I may have misunderstood something.
Thanks for the great work!