Ralf Eggert
2008-01-03 17:32:28 UTC
Hi again,
sorry for writing so many new mails about Zend_Search_Lucene, but
questions come up consecutively while working with it.
In the documentation there is a chapter about wildcard search:
http://framework.zend.com/manual/en/zend.search.lucene.query-api.html#zend.search.lucene.queries.wildcard
When I try to use this, I get an fatal error because the class
Zend_Search_Lucene_Search_Query_Wildcard does not exist.
Is the documentation outdated? How can I process a wildcard search now?
I downloaded Luke 0.7.1 to access the index directly. I am able to enter
a search expression like this:
contents:whatever AND (destination:1.40.44.* OR site:2)
This is parsed to
+contents:whatever +(destination:1.40.44.* site:2)
Does Zend_Search_Lucene support these kind of queries yet? If so, how
should I build the query with the Query Construction API?
Thanks and Best Regards,
Ralf
sorry for writing so many new mails about Zend_Search_Lucene, but
questions come up consecutively while working with it.
In the documentation there is a chapter about wildcard search:
http://framework.zend.com/manual/en/zend.search.lucene.query-api.html#zend.search.lucene.queries.wildcard
When I try to use this, I get an fatal error because the class
Zend_Search_Lucene_Search_Query_Wildcard does not exist.
Is the documentation outdated? How can I process a wildcard search now?
I downloaded Luke 0.7.1 to access the index directly. I am able to enter
a search expression like this:
contents:whatever AND (destination:1.40.44.* OR site:2)
This is parsed to
+contents:whatever +(destination:1.40.44.* site:2)
Does Zend_Search_Lucene support these kind of queries yet? If so, how
should I build the query with the Query Construction API?
Thanks and Best Regards,
Ralf