Hello,
I have installed Lucene OJVM on Oracle 10.
create table temp66 (
id number(22) not null primary key,
name varchar2(255) not null,
raw_text_clob clob null,
message_id number(22)
);
insert into temp66 values (1,'apple','orange peach',12436007819168043);
insert into temp66 values (2,'flies','patties slices',12436018920641785);
create index temp66_luc on...
2009-06-02 21:28:48 UTC in DBPrism Servlet Engine