|
|
@@ -171,17 +171,19 @@ test*
|
|
|
<footnote>
|
|
|
<para>
|
|
|
Please note, that it's not a
|
|
|
- <code>Zend_Search_Lucene_Search_QueryParserException</code>, but a
|
|
|
- <code>Zend_Search_Lucene_Exception</code>. It's thrown during query rewrite
|
|
|
- (execution) operation.
|
|
|
+ <classname>Zend_Search_Lucene_Search_QueryParserException</classname>, but a
|
|
|
+ <classname>Zend_Search_Lucene_Exception</classname>. It's thrown during query
|
|
|
+ rewrite (execution) operation.
|
|
|
</para>
|
|
|
</footnote>.
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
It can be altered using
|
|
|
- <code>Zend_Search_Lucene_Search_Query_Wildcard::getMinPrefixLength()</code> and
|
|
|
- <code>Zend_Search_Lucene_Search_Query_Wildcard::setMinPrefixLength()</code> methods.
|
|
|
+ <methodname>Zend_Search_Lucene_Search_Query_Wildcard::getMinPrefixLength()</methodname>
|
|
|
+ and
|
|
|
+ <methodname>Zend_Search_Lucene_Search_Query_Wildcard::setMinPrefixLength()</methodname>
|
|
|
+ methods.
|
|
|
</para>
|
|
|
</sect2>
|
|
|
|
|
|
@@ -282,8 +284,8 @@ roam~0.8
|
|
|
<para>
|
|
|
So <classname>Zend_Search_Lucene</classname> sets a limit of matching terms per query
|
|
|
(subquery). This limit can be retrieved and set using
|
|
|
- <code>Zend_Search_Lucene::getTermsPerQueryLimit()</code>/<code>Zend_Search_Lucene::setTermsPerQueryLimit($limit)</code>
|
|
|
- methods.
|
|
|
+ <methodname>Zend_Search_Lucene::getTermsPerQueryLimit()</methodname> and
|
|
|
+ <methodname>Zend_Search_Lucene::setTermsPerQueryLimit($limit)</methodname> methods.
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
@@ -478,7 +480,7 @@ PHP^4 framework
|
|
|
</para>
|
|
|
|
|
|
<para>
|
|
|
- This is set to <code>OR</code> by default.
|
|
|
+ This is set to 'OR' by default.
|
|
|
</para>
|
|
|
|
|
|
<para>
|