oracle-text Questions
3
If anyone has experience using Oracle text (CTXSYS.CONTEXT), I'm wondering how to handle user input when the user wants to search for names that may contain an apostrophe.
Escaping the ' seems to ...
Devon asked 20/10, 2008 at 18:56
3
Solved
We want to use a ctxsys.context index type for full text search. But I was quite surprised, that an index of this type is not automatically updated. We have 3 million documents with about 10k updat...
Natter asked 16/12, 2009 at 17:26
1
Solved
I want to be able to escape the search criteria in an Oracle text query using contains and combine the escaped criteria with wildcards to have "doubly truncated" criteria. (I know my indexes may no...
Beasley asked 12/5, 2015 at 14:53
3
Solved
Is it possible to perform a JPA Criteria Query using Oracle Text's contains statement, and if so how?
Glace asked 18/10, 2011 at 18:6
1
Solved
I have an Oracle database that, like many, has a table containing biographical information. On which, I would like to search by name in a "natural" way.
The table has forename and surname fields a...
Landgraviate asked 30/9, 2011 at 15:41
4
Solved
I've created an Oracle Text index like the following:
create index my_idx on my_table (text) indextype is ctxsys.context;
And I can then do the following:
select * from my_table where contains...
Signorelli asked 9/9, 2011 at 6:54
1
Solved
I have a set of Oracle tables that describe information about property owners. Owner names and other text values are stored in multiple fields in multiple related tables, for each owner. I would li...
Dresser asked 21/2, 2009 at 0:21
3
Solved
Is there an Oracle equivalent to MS SQL's full text search service?
If so, has anyone implemented it and had good / bad experiences?
Chic asked 14/10, 2008 at 20:15
1
© 2022 - 2024 — McMap. All rights reserved.