Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Verity Searches

Guest
Sep 17, 2008 Sep 17, 2008
Hi,

Is there a way to find out the most often typed search terms used against my verity collections?
TOPICS
Advanced techniques
414
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 17, 2008 Sep 17, 2008
verity does not record what a collection has been searched for. you have
to log searched phrases manually in a db/file.

hth


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Sep 18, 2008 Sep 18, 2008
Thanks. Does the same apply for Lucene?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 18, 2008 Sep 18, 2008
LATEST
i have not used Lucene, but i would assume it does apply to it, too.
Verity-like collections are just that - collections of
documents/references/data. They will search their collections' contents
based on user input, but they do not natively integrate with any
specific db or other storage engine - you have to capture user input and
store it separately if you need to. If I am totally wrong about this
someone will correct me.

In any case, capturing user input is very simple to implement: you
probably have a form with a search box for users to search your
collections - just save user input in the db before performing cfsearch.

You can even extend it further to check if a user has actually typed
anything in the search box and perform cfsearch only when there is a
valid user input, and display a "Please enter your search phrase"
warning otherwise...

iirc, there are also ways to check what cfsearch actually searched for,
but exact implementation of that with Verity skips my mind right now...
(had a few beers already 🙂 )

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources