Trying to understand Text Filters with "contain"?

I setup a text filter with the option of "contain" or "contains all" and a filter value of "Scouts" yet I get numerous pictures that don't match this? For example the following picture with these keywords, "band, Flutes, Matthew Leach, ZORK", come back from the filter request.
If I switch to "contains words" then the filter appears to work as suspected.
This is version 2.6.
David

David, this does seem anomalous. Are you sure that you have cleared the value field? Have you selected the correct Folder for searching? I cannot see how images not containing the search term in the chosen field are returned.
Try a simple experiment. Select a folder, any folder; select one image and examine the keywords. Copy one of those keywords and search the whole folder for that term. Pictures with that keyword should appear. Check randomly to confirm the presence of the search term. If that works, your technique is OK.
Select 'none' in the search panel and start again with a folder known to contain 'scouts' and choose 'select'. You don't need to use 'select all' unless you include more than one search term. Hope this helps.
David

Similar Messages

  • Trying to understand context indexes and contains-help

    Hi
    i am using
    Achieving functionality of many preferences using one context index
    to understand context indexes and contains
    and i get the following
    Error starting at line 1 in command:
    begin
    ctx_ddl.create_preference ('nd_mcds', 'multi_column_datastore');
    ctx_ddl.set_attribute ('nd_mcds', 'columns', 'text nd, text text');
    ctx_ddl.create_section_group ('nd_sg', 'basic_section_group');
    ctx_ddl.add_ndata_section ('nd_sg', 'nd', 'nd');
    ctx_ddl.create_preference ('test_lex', 'basic_lexer');
    ctx_ddl.set_attribute ('test_lex', 'whitespace', '/\|-_+');
    end;
    Error report:
    ORA-06550: line 5, column 15:
    PLS-00302: component 'ADD_NDATA_SECTION' must be declared
    ORA-06550: line 5, column 7:
    PL/SQL: Statement ignored
    06550. 00000 - "line %s, column %s:\n%s"
    *Cause:    Usually a PL/SQL compilation error.
    *Action:
    so i am using the following to check for the error
    http://docs.oracle.com/cd/E18283_01/text.112/e16593/cddlpkg.htm#BABCBFCB
    plus
    oracle text application developer's guide
    plus
    oracle text reference
    but these have not listed that error (i have even googled this in vain)
    background::we were actually using catsearch but because of its downsides i want to implement this
    Is Achieving functionality of many preferences using one context index a good place to start when one does not know about
    context and contains??
    please post any other useful link for contains and context index that even explains
    1) fuzzy
    2) stem
    3) synonym
    4) near
    5) soundex
    6)ndata
    7)lexer
    thanks in advance

    Ndata is new to Oracle 11g. Your other posts indicate that you are using Oracle 10g, so you don't have ndata, so you get an error when you try to use it. If you want to use the 11g features that enable context indexes with contains to do all of the things that ctxcat indexes with catsearch do, then you need to upgrade to 11g.
    The online documentation is searchable. Most things regarding Oracle Text are contained in either the Oracle Text Reference or the Oracle Text Application Developer's guide.
    I suggest that you start with something very simple, then build from there.
    The following is similar to your other post that used catsearch:
    SCOTT@orcl_11gR2> CREATE TABLE mv_cat_seg_reg_prod
      2    (cat_ids       VARCHAR2 ( 7),
      3       act_status    VARCHAR2 (10),
      4       name           VARCHAR2 ( 1),
      5       email           VARCHAR2 ( 1),
      6       address1      VARCHAR2 ( 1),
      7       address2      VARCHAR2 ( 1),
      8       contact_name  VARCHAR2 ( 1),
      9       mobile           VARCHAR2 ( 1),
    10       telephone     VARCHAR2 ( 1))
    11  /
    Table created.
    SCOTT@orcl_11gR2> INSERT ALL
      2  INTO mv_cat_seg_reg_prod VALUES
      3    ('1', 'Y', 'A', 'B', 'C', 'D', 'E', 'F', 'G')
      4  INTO mv_cat_seg_reg_prod VALUES
      5    ('2', 'N', 'H', 'I', 'J', 'K', 'L', 'M', 'N')
      6  SELECT * FROM DUAL
      7  /
    2 rows created.
    SCOTT@orcl_11gR2> CREATE INDEX mv_cat_seg_reg_prod_idx
      2  ON mv_cat_seg_reg_prod (cat_ids)
      3  INDEXTYPE IS CTXSYS.CONTEXT
      4  /
    Index created.
    SCOTT@orcl_11gR2> SELECT token_text FROM dr$mv_cat_seg_reg_prod_idx$i
      2  /
    TOKEN_TEXT
    1
    2
    2 rows selected.
    SCOTT@orcl_11gR2> SELECT *
      2  FROM   (SELECT SCORE (1), name, email, address1, address2, contact_name, mobile, telephone
      3            FROM   mv_cat_seg_reg_prod
      4            WHERE  CONTAINS (cat_ids, '1', 1) > 0
      5            AND    act_status = 'Y'
      6            ORDER  BY DBMS_RANDOM.VALUE)
      7  WHERE  ROWNUM < 8
      8  /
      SCORE(1) N E A A C M T
             4 A B C D E F G
    1 row selected.

  • Oracle text - issue with contains query

    Hello,
    Need urgent help.
    Following code in my procedure is giving me error.
    TYPE c_1 is ref cursor;
    result_cursor c1;
    i_text2 := 'NEW%';
    open result_cursor for
    'select /*+ INDEX_SS_DESC(e cad_addr_idx2 )*/
    from cad_address
    where
    contains(text, {:i_text2}, 1) > 0
    and rec_type in (1,2,3,4)
    order by occur_count desc'
    using
    i_text2;
    ORA-00936: missing expression
    ORA-06512: at "AV_OWNER.MY_PROC", line 43
    ORA-06512: at line 6
    Oracle version is 11.2.0.3.0.
    Thanks,

    check your table is 'text indexed' on this 'Text' column.To knoow more about 'text index' go to
    http://docs.oracle.com/cd/B19306_01/text.102/b14217/ind.htm
    Also refer to the below thread where someone had faced issues with CONTAINS clause.
    ORA-20000: Oracle Text error: DRG-10599: column is not indexed

  • Trying to understand text encodings between windows clients and oracle DB

    I am focusing on a "maybe bad configured" oracle windows xp client connecting into a well configured oracle db server (10g for example). Instead of just keep the correct client settings to make it work I would prefer to understand what is really doing the oracle client with all the posible bad configurations regarding encodings.
    When the client executes something like "SELECT 'Col1', N'Col2' from dual" before sending the sql sentence into the server the sentence itself should be encoded.
    But the way the sentence is encoded or the fact that some magic encoding transform occurs depends on the technology used (Java Thin, OCI, Oledb, etc..) and sometimes it depends on the windows setting "Languages for Non-unicode programs" and sometimes it depends on the client NLS_LANG setting on the registry. Or maybe thigs are simpler and I simply got confused... Here we could add that maybe some third party tool could do some other "helpfull" hidden magic encoding transformation to make it work and things become interesting
    A second time when all this encoding stuff should be considered is when the results of the sentences are retrieved on the client.
    At this point the client receives an byte stream from the server (that could be a VARCHAR column or a NVARCHAR column). Again depending on the technology used the client could be specting a utext, text (OCI) or a CHAR, NCHAR (in JAVA) or a SQL_C_WCHAR, SQL_C_CHAR (in OleDb), etc...
    Well, I'm not sure at all about the first point. Is all the sentence encoded in the same way before sending it to the server (ie is sended as plain text) or before the client parses the sentence and it understand that is sending a SELECT statement that returns two cols (one varchar and the other nvarchar)? For example the N, the ' and the Col2 are sent using the same encoding?

    Todd:
    Ref:
    http://docs.oracle.com/cd/E35855_01/tuxedo/docs12c/ads/adecid.html#wp1075436
    Section: Generating ECID by Native/WS/Jolt clients and Domain Gateway
    We are using Jolt Clients, via JSL for executing Tuxedo Services. The problem, we always face while debugging is cross relation. It would be extremely useful for us if we could get the ECID printed in webserver and tuxedo server process. Can we get ECID using any programming API in jolt client and in Tuxedo server process ? It would help us to correlate web, Tux and server logs
    Thanks,
    Biju

  • When trying to edit text added with the Add Text option, the hand tool does not select it.

    I filled out a form that was not fillable using the Add Text option. Now I need to edit it and was advised to use the Hand Tool to select it. I tried this, and it does not select the text, I see the blue box but cannot put it around the text to edit or delete it. Any suggestions?

    Hi  LZW 4431,
    Thank You for posting on the forums. Kindly help with the information listed below.
    1) Application you are using (Adobe Reader/Acrobat with exact version)
    2) Operating System you are working on
    Thanks,
    Vikrantt Singh

  • Trying to understand library management with Premiere

    So, I think I'm missing the forest for the trees here but I appreciate the help.
    I'm migrating from FCPX to Premiere Pro. I am used to the idea of a library with my videos that I can categorize, tag and prune. This library is not part of any project but when I make projects I can draw upon it.
    Now I want to take all my clips and organize them in "the premiere way" whatever that is. But When I open prelude it wants me to make a project. I'm not sure what for as I'm not planning any particular cut right now. All I want is to organize and view my clips and generally rebuild my library.
    How should I do this? Or should I just forget this concept, make some folders with my clips on an HD and then wait until i'm making a video of some sort?
    Thanks!
    Jordan

    Coming from a pro stills background, we've got 'archives' here of thousands of images. Catalogued & etc. some, older ones sadly stored but not catalogued. So I know what you're wanting ... a decently searchable & usable library of visual assets, grab what you want for any project.
    Um ... though Adobe's made Lightroom into a nearly decent Digital Asset Management program, and supposedly Prelude is the rough equivalent video-wise, they've not actually made it into a DAM program. For some weird reason I cannot fathom. I've had contact with staffers through the Prelude forum, and they're very interested in hearing ideas on DAM set-up for their program, note they probably should have taken that into heart when starting the initial design, continue by noting that actually making it DAM-sort-of would involve a major change in several areas of code design ... and suggest I put in the ol' feature-request forms. Which I have.
    So at the moment the 'best' cataloging program for Adobe is ... Lr ... which has some ability to look at & read video files, almost no ability to do much with them, but some ability to track & catalog 'em.
    Not the ideal situation I'd like ... to be very, very polite & understated. Which of course, I always am ...

  • Trying to understand SSL sticky with CSS 11506 / ssl-l4-fallback behavior

    Dear experts
    I have a CSS 11506 (v7.50) which is used to load balance several SSL-based sites. We use the following textbook content rule:
    content mysite-SSL
    vip address 10.0.0.1
    add service s01
    add service s02
    add service s03
    port 443
    protocol tcp
    advanced-balance ssl
    application ssl
    flow-timeout-multiplier 225
    active
    If I read the manual correctly, SSL L3 session IDs are going to be used till a flow is set up. Then the ssl-l4-fallback (it is enabled) directive kicks in and load balancing is done based on the source IP, destination port.
    However, my stats show:
    Sticky Statistics - SFM Slot 1, Subslot 1:
    Total number of new sticky entries is 4937735
    Total number of sticky table hits is 33476045
    Total number of sticky rejects (no entry) is 0
    Total number of sticky collision is 0
    Total number of available sticky entries is 0
    Total number of used sticky entries is 131071
    Total L3 sticky entries are 131
    Total L4 sticky entries are 0
    Total SSL sticky entries are 130940
    Total WAP sticky entries are 0
    Total number of SIPCID sticky entries is 0
    So, why don't I see anything in the L4 sticky entries?
    Also, I would expect that once the ssl-l4-fallback kicks in, a client will be always directed to the same server (since the CSS uses now source IP, dest port for load balancing). However, if I close and start again my browser I hit a different server.
    Your thoughts and suggestions are highly appreciated.
    John.

    Hi Gilles
    Thank you for your response. If I may ask the group for a final further clarification, so as to put this matter to rest. Since there are a lot of frames transmitted in either direction, I would expect the following to be happening and overriding the use of SSLv3 session IDs. Following is the section of the manual that seems to contradict what you say (and I see on the stats). Am I reading the manual wrong?
    "Cisco Content Services Switch
    Content Load-Balancing
    Configuration Guide
    Software Version 8.20
    November 2006
    page 11-14
    Configuring SSL-Layer 4 Fallback
    Insertion of the Layer 4 hash value into the sticky table occurs when more than
    three frames are transmitted in either direction (client-to-server, server-to-client)
    or if SSL version 2 is in use on the network. If either condition occurs, the CSS
    inserts the Layer 4 hash value into the sticky table, overriding the further use of
    the SSL version 3 session ID."

  • Installing Text Enrichment with Sentiment Analysis (Salience 5.1.1.7349)

    Hi everyone,
    I’m trying to install Text Enrichment with Sentiment Analysis (Salience 5.1.1.7349) on Oracle Linux 6 and am referring to the IntegratorETLTextEnrichmentQuickStartGuide.pdf  and http://dev.lexalytics.com/wiki/pmwiki.php?n=Main.Installation#Linux
    From the instructions in the link, I don’t understand where is the installer to be run and secondly, I don’t see the license.v5 file in my download.
    In another post I saw, it was saidd that the license file isn't required for Endeca 3.1 onward. Is that true?
    I'd be very grateful if someone can help me understand what is the right procedure to install this..
    Many thanks!
    Rahul

    Hi Rahul
    You must download the "Oracle Endeca Text Enrichment with Sentiment Analysis 5.1.1 Installer for Microsoft Windows x64 (64-bit)" package from Oracle Delivery Site.
    There you will find everything you need to perform the installation (both the license and the installation file) and different language dictionaries.
    If you have any problems with it feel free to tell me.
    @a greeting

  • HT3529 my iphone just stop connecting to my wifi and i have tried all the recommended troubleshooting with no success. Also when i send a text , it shows it coming from my email address instead of my cell #. i cant get a text going to my cell #. help

    my iphone just stopped connecting to my wifi and i have tried all the recommended troubleshooting with no success. Also when i send a text , it shows it coming from my email address instead of my cell #.  i dont receive any text going to my cell #. help

    If i understand what you are saying then you are seeing the WiFi indicator after connecting but Apps are saying that they are not connected to the internet?
    Your router may not have given your iPod a valid IP address. Go to Settings > Wifi > your network name and touch the ">" to the right to see the network details. If the IP address starts with 169 or is blank then your router didn't provide an IP address and you won't be able to access the Internet.
    Sometimes the fix can be to restart your router (remove power for 30 seconds and restart). Next, reset network settings on your iPod (Settings > General > Reset > Reset network settings) and then attempt to connect. In other cases it might be necessary to update the router's firmware with the latest from the manufacturer's support web pages.
    If you need more help please give more details on your network, i.e., your router make, model and version, the wifi security being used (WEP, WPA, WPA2), etc.

  • My classic has come up with a sreen which 5 lins of text (in large font) Line 1  says 5 in 1 line 2 sdrampass L3 chksum any ideas I've tried the MENU   CENTRE BUTTON with no joy HELP

    My classic has come up with a screen which has 5 lines of text (in large font) Line 1 says 5 in 1 Line 2 sdrampass L3 chksum Any ideas ? I've tried the MENU + CENTRE BUTTON with no joy HELP

    Hi starbugdriver,
    I recommend trying the iPod classic troubleshooting assistant here:
    iPod classic Troubleshooting Assistant
    http://www.apple.com/support/ipod/five_rs/classic/
    Have a good one!
    - Ari

  • Trying to create a text item with a scroll bar in Indesign 5.5

    Is there a simple way to create a scrollable text article in Indesign 5.5? It will later be exported to a SWF as a mini-flash web portfolio.
    I would appreciate any help.
    I'm new to Indesign.

    quote:
    Originally posted by:
    wildfire121
    Can someone please help. I am trying to create a text box
    with a working scroll bar that will scroll the text in the text
    box. Can someone please help me with this?
    Do you mean a text box people can type in (for a Web form
    entry) or one for displaying your content?
    If the first, then you use the textarea tag and scrollbars
    appear when the user types more lines that you specify. See the
    textarea
    description at W3Schools.
    If the second, then that's usually done in Flash, but can be
    done with CSS. See these two pages:
    Dynamic
    text with scrollbar (Flash)
    Textbox
    with scrollbar (CSS)

  • Hi, I tried to create a slideshow that contain more than 500 photos. Now, trying to open / execute / select the slideshow, iPhoto hangs with the spinning coloured wheel and I have only to force the deletion from System Preference. Any suggestion?

    Hi, I tried to create a slideshow that contain more than 500 photos. Now, trying to open / execute / select the slideshow, iPhoto hangs with the spinning coloured wheel and I have only to force the deletion from System Preference. I already tried to rebuild the iPhoto Library (all the possible options) and tried to update teh version from 9.4.3 to 9.5 but the problem still persists: is there a way to delete this slideshow without selecting it ? How can I solve the problem, please?
    Kind Regards

    Can you restore your iPhoto Library from a backup version, that was created before you added the slideshow?
    If not, have you tried to rebuild the slideshow with iPhoto Library Manager?
    As described by Terence Devlin here:  Re: iphoto library was created with an unrelased version of iphoto please quit and ugrade library by opening it in iphoto 2 or iphoto 4

  • Trying to open a received text message with many photos and application closes after 3-4 seconds

    I have an iphone5s.  I received a text message with many photos attached.  when I select that message to open, there is a 2-3 second delay before it will open.  Once it does open, it will remain open for 3-4 seconds and the messaging app closes.  All other messaging features work fine.  It's just this one message with all of the pictures attached. 

    Welcome to Apple Discussions
    This is a recurring question. I don't have an answer, but if in the Search Discussions box you enter SFWordProcessing plug-in, you'll find an answer.
    Walt

  • Word Doc Header Text Disappearing with Acrobat plugin

    Hi,
    I have a Word document with a header containing a graphic and text.  When I use the Acrobat plug-in to create a PDF, the text does not display in the PDF, only the graphic.  The graphic is a banner with text over it. 
    I have tried
    Putting the text in as normal header text, within a text box, and within a table. 
    Sending the graphic to back and the text to front in Word. 
    The Print to PDF feature creates the header perfectly with the text over the graphic.  However that feature does not allow me to create hyperlinks in the PDF for my table of contents, so is not the solution to my problem.  (And honestly is just making me more crazy knowing it CAN work!)
    An earlier version of this document did not have the same problem (I created a PDF from it several months ago, but recently updated the document - but not the header).  Now, when I open the January version of the doc and create a PDF, the header is missing the text.
    To my knowledge, I have not changed any settings in the Acrobat Plug-in Preferences or updated Word or the Acrobat plug-in since January.
    Does anyone have any insight into why this might happen?
    Thanks,
    Jane

    I was having the same issue on  a large document, and deleting the objects wasn't an option. I discovered that unchecking Enable Accessibility and Reflow with tagged Adobe PDF on the Settings tab of the Acrobat PDFMaker Preferences menu solved the problem. My text boxes with fill color now show both the color and the text. (I'm running Word 2010 and Acrobat 11 Pro.)
    I'm not sure I fully understand the functionality of the option I unchecked, but it does tag the document in the conversion process, which I prefer. But adding tags something that is easy to do once the document is created. If this is the best workaround, I'll take it, though it seems to be a bug in the Acrobat plug-in, since this didn't happen with the same document with the same settings previously. (I even tested on a Word document I have made no changes to and had created a PDF earlier. Sure enough, I recreated the behavior.)

  • Using Text Predicates with table aliases

    Is there any way to use text predicates with the CONTAINS operator against an event based on a table alias? Just trying to add the function "Contains" to the event struct doesn't work, and reading through the developer's guide, it looks like I need to manually construct an attribute set and add an exf$text attribute for it to work.
    The note in the docs says "The attribute sets consisting of one or more text attributes have to be assembled using the ADD_ELEMENTARY_ATTRIBUTE procedure and they cannot be created from an existing object type" and even if I created an attribute set from my table-alias-based event struct and added a new exf$text attribute to it, I can't see how the data would get from the table column into that attribute for evaluation. Is this use case unsupported?

    > {quote:title=user10427457 wrote: The reasons why I'm going to all this trouble are because 1) I'd like to keep my rules together and avoid having to have a separate rule class for the text-search rules, and 2) doing an object-based rule where I pass the CLOB in would prevent me from being able to use the CONTEXT index, which enables me to use other operators like WITHIN SENTENCE in my rules.
    > }{quote}
    Text feature has two types of indexes - CONTEXT and CTXRULE. CONTEXT index is ideal for searching for a document that matches a given query pattern. CTXRULE is used to identify a query pattern that matches a given document. Your application is best suited for CTXRULE and not the CONTEXT index. The Expression Filter automatically uses the CTXRULE index for attributes that are identified as Text attributes (using exf$text). This way you can write a single expression involving scalar attributes as well as text predicates and match them against instances of the event structure. Please read the following chapters for a better understanding of this functionality.
    Document classification - CTXRULE:
    http://download.oracle.com/docs/cd/B14117_01/text.101/b10729/classify.htm
    Expression Filter with CTXRULE:
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b31088/exprn_spatialpred.htm#CHDDBICC
    In short, you should be able to create a Text attribute in the object-based event structure and expect the Expression Filter to automatically make use of CTXRULE index when appropriate.
    Regards,
    -Aravind.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Maybe you are looking for

  • HP Laserjet Pro 200 ColorMFP m276nw stopped printing

    I installed my HP Laserjet Pro 200 Color MFP m276nw printer a couple of months ago and set it up for network printing. It has been working perfectly for everyone in my house until now. Everytime I try to print, nothing happens. Others in my household

  • Question about SOAPBody # extractContentAsDocument()

    Hi java experts, I have a question about a method SOAPBody # extractContentAsDocument(). According to its javadoc, http://docs.oracle.com/javase/6/docs/api/javax/xml/soap/SOAPBody.html#extractContentAsDocument%28%29 when you use this method, "The chi

  • Socket Connection Vs HTTP connection

    I'm trying to get a better understanding of which to use to connect a midlet to a servlet. Does anybody know of any advantages socket connections have over http connections i.e performance or anything you can think of? Or is there any reason http con

  • [WLST offline]: Cannot create distributed destination

    We have a small problem with WLST and distributed destinations. I have made the following code: readDomain ('< our domain path >/Demo8') # Check that the queue exists ls ('/JMSServer/cgJMSServer1/JMSQueue') create ('myQueue1','JMSDistributedQueue') c

  • Batch save FIRST page only of PDF as JPEG??

    Ok, frustrating afternoon here in sunny England... I have a large number of PDF magazines, of varying lengths. I would like to Open JUST the first page of the PDF (ie the cover) as an image Flatten it Save it as a JPEG Which sounds fairly simple. I c