Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Document some new options
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Newson committed Dec 13, 2011
1 parent c1b0e25 commit 958d492
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -628,3 +628,21 @@ url=http://foo:bar@localhost:5984/
</pre> </pre>


and couchdb-lucene will authenticate to couchdb. and couchdb-lucene will authenticate to couchdb.

<h1>Other Tricks</h1>

A couple of 'expert' options can be set in the couchdb-lucene.ini file;

Leading wildcards are prohibited by default as they perform very poorly most of the time. You can enable them as follows;

<pre>
[lucene]
allowLeadingWildcard=true
</pre>

Lucene automatically converts terms to lower case in wildcard situations. You can disable this with;

<pre>
[lucene]
lowercaseExpandedTerms=false
</pre>

0 comments on commit 958d492

Please sign in to comment.