hit and page limit

Post Reply
mmcfadden
Posts: 158
Joined: Tue May 20, 2003 2:17 pm

hit and page limit

Post by mmcfadden »

What exactly is considered a hit? Indexing a collection adds to the hit count right? Anything else? A search returns 200 results does this add 200 hits to the hit count?

Also what is a page? Does this mean a document? For example a web page that has multiple pages or a word document or PDF.

Also what is the expense of annual maintenance and what does this include? Is a new version free at this point?

I am trying to make an evaluation of when to upgrade our Webinator version. Thank you for the help.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

hit and page limit

Post by mark »

In terms of licensing a "hit" is an execution of vortex, generally one per user click. In Webinator a page is a document is a record. One pdf file is one one page/document/record.

Pricing questions are better handled by contacting sales from the "Contact Us" link on the left menu here.
basement_addict
Posts: 78
Joined: Mon Nov 19, 2001 5:20 pm

hit and page limit

Post by basement_addict »

When content on our page references file that doesn't exist would that count as a "hit"?


We get lots of errors like these showing up in the vortex.log.

2007-06-01 13:06:04 /vortexscript/undefined: Can't open source file: Not a directory

Thanks
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

hit and page limit

Post by mark »

Yes, I believe those are hits. Check the html you're generating to make sure there are no references to an object called "undefined". I've seen html generated by wysiwyg editors generate a lot of junk like that.
basement_addict
Posts: 78
Joined: Mon Nov 19, 2001 5:20 pm

hit and page limit

Post by basement_addict »

OK, Thanks

Most of the code generating the errors come from javascript files that reside on our clients webservers (adservers etc) that we can't change.
Post Reply