printjoins vs. skipjoins Oracle Text index

  • From: "Joe Smith" <joe_dba@xxxxxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Tue, 18 Apr 2006 09:07:58 -0500

If I change this statement in my Oracle Text index creation from skipjoins to printjoins:

begin
 ctx_ddl.set_attribute('mdf_text_lexer_prf', 'skipjoins', '_-');
end;
/



to


begin ctx_ddl.set_attribute('mdf_text_lexer_prf', 'printjoins', '_-'); end; /

Do I have to recreate the table, the Text index or both to make the change permanent?

thanks.

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


--
//www.freelists.org/webpage/oracle-l


Other related posts:

  • » printjoins vs. skipjoins Oracle Text index