Rotan075
Rotan075

Reputation: 2615

DNN Search (index documents)

I got a question regarding the search module of DNN. I am currently using DNN community edition 7.4 and I want to index PDF documents so that I can search on the content of the PDF files.

Now after a lot of research I found the following conclusions:

Now I am wondering are these conclusions valid? If I upgrade my community edition then can I index documents and if I keep using the community edition my only option is buying external modules?

Upvotes: 0

Views: 709

Answers (1)

Fix It Scotty
Fix It Scotty

Reputation: 2852

You are correct.

The Evoq (professional) editions have three search crawler schedule tasks that index different types of content:

enter image description here

  • File Crawler will index any supported document file types in the File Manager to include in the search results. This crawler will parse files such as PDF and Office documents.
  • Site Crawler will index module content from HTML modules as well as any third-party modules that support the search integration.
  • Url Crawler will crawl and parse HTML pages typically on external urls where you cannot get the content directly from the CMS with the Site crawler.

The DNN Community edition only comes with the Site Crawler. So if you need file parsing and indexing, you will need to use a third-party module like Searchboost or upgrade to one of the Evoq editions.

Upvotes: 1

Related Questions