[Rt-commit] rt branch, 4.0-trunk, updated. rt-4.0.2-122-g62701c1
Kevin Falcone
falcone at bestpractical.com
Thu Sep 29 17:31:46 EDT 2011
The branch, 4.0-trunk has been updated
via 62701c1ecbb4ba09faaebdb98d23487cf408927e (commit)
from b7ceb587dfb11e482603046a07f66f3108a7e6f8 (commit)
Summary of changes:
docs/full_text_indexing.pod | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 62701c1ecbb4ba09faaebdb98d23487cf408927e
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Sep 29 16:37:21 2011 -0400
Spell out that we use Oracle Text
It isn't always configured out of the box and the error is somewhat
unfriendly if you're not an Oracle DBA.
diff --git a/docs/full_text_indexing.pod b/docs/full_text_indexing.pod
index bfbc53b..0952b4e 100644
--- a/docs/full_text_indexing.pod
+++ b/docs/full_text_indexing.pod
@@ -131,8 +131,8 @@ C<RT_SiteConfig.pm> must be updated.
=head2 Creating and configuring the index
-Oracle supports full-text indexing natively; to configure your Oracle
-database for full-text searching, run:
+Oracle supports full-text indexing natively using the Oracle Text
+package. Once Oracle Text is installed and configured, run:
sbin/rt-setup-fulltext-index
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list