Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Verity limit

    Hi All,
    I am sure this has been a subject again in this forum, but I couldnt find a
    clear answer anywhere.

    I am interested to know what are the limitations of the bundled Verity version
    that comes with CF MX7, when it comes to number of documents that can be
    indexed / searched.

    It is said that CF MX7 Enterprise allows for 250,000 documents to be indexed,
    however it is not clear if this is the total amount, or per collection. CF MX7
    Standard is said to allow for 125,000 documents to be indexed ? again this
    needs further clarification.

    Is it an indexing limitation or a searching limitation (meaning does it apply
    to CFINDEX or to CFSEARCH or both)?

    Thanks in advance for any answers

    Stavros Tekes

    Tekes Stavros Guest

  2. Similar Questions and Discussions

    1. Verity not available
      Hi Guys, I get this error message when trying to access verity inside the ColdFusion MX7 administrator. Unable to retrieve collections from the...
    2. Verity Indexing
      I have created and indexed a collection called Stds_Specs. The problem that I have know is that when one of the users uploads a file, I want verity...
    3. Verity
      I need help with how Verity scores documents. I need my results to always be in the following order 1) All cfm pages with metadata matching search...
    4. Help about verity?
      hi, all, I create a verity collection on cf7, and the collection has 13 catalogs. A scheduled task of cfindex page to update the collection every...
    5. Verity - what does this mean?
      I have a verity search which looks for a key word in a group of documents. The search is not bring back results from specific criteria in the...
  3. #2

    Default Re: Verity limit

    On 2005-06-21 03:24:25 -0500, "Tekes Stavros"
    <webforumsuser@macromedia.com> said:
    > It is said that CF MX7 Enterprise allows for 250,000 documents to be
    > indexed, however it is not clear if this is the total amount, or per
    > collection. CF MX7 Standard is said to allow for 125,000 documents to
    > be indexed ? again this needs further clarification.
    That's the total amount, not per collection. Standard allows 125K,
    Enterprise allows 250K.
    > Is it an indexing limitation or a searching limitation (meaning does
    > it apply to CFINDEX or to CFSEARCH or both)?
    Not sure I get what you mean here ... I guess it's essentially both
    since you can't search what isn't indexed. The total number of
    documents that can be indexed across all collections on a single server
    is 125K for Standard, 250K for Enterprise. Also, if you're using
    Verity to index database content, each database row counts as a
    "document."

    Matt
    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion

    mpwoodward *TMM* Guest

  4. #3

    Default Re: Verity limit

    We have CFMX7 Ent on Win2003 and when I CFINDEX a 92000 query, it runs to
    completion w/o error, but the document count is always 65520 (alomst exactly
    64K). It does this everytime and on a couple different servers. Do you know
    what would be limiting the amount of documents to 64K? I thought the limit on
    Ent was 125K or 250K (depends on who you believe), not 64K. Thanks.

    fgwenger Guest

  5. #4

    Default Re: Verity limit

    fgwenger wrote:
    > We have CFMX7 Ent on Win2003 and when I CFINDEX a 92000 query, it runs to
    > completion w/o error, but the document count is always 65520 (alomst exactly
    > 64K). It does this everytime and on a couple different servers. Do you know
    > what would be limiting the amount of documents to 64K? I thought the limit on
    > Ent was 125K or 250K (depends on who you believe), not 64K. Thanks.
    >
    Couple of things--if you're indexing query data, each row counts as a
    document. Sounds like you're aware of that, just thought I'd clarify.

    Second, the limit is across all collections, not per collection, so if
    you have two collections with 62,500 records each you'd be at the limit.

    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139