Skip to content

NetworkTen/SitecoreSearchContrib

 
 

Repository files navigation

Welcome to Sitecore Search Contrib project

Please visit the project website for more information.

Compatibility

The codebase is compatible with Sitecore 6.4.x and 6.5.x releases. It should also work with 6.6.0, however the code will build with warnings due to deprecated methods in Lucene 2.9. If you have any issues, please submit it here.

How to build code and deploy the demo project

1. Under the root of the repository, there is a folder called /references. Copy the following DLLs from your local Sitecore install in there: - Lucene.Net.dll - Sitecore.Client.dll - Sitecore.Kernel.dll
2. Open both webroot_path.txt and serialization_path.txt and adjust the path accordingly.
3. Open the project -> Build Solution.
If you do not want the demo stuff, adjust your Build Configuration accordingly.

If you want the demo stuff

  1. http://localhost/sitecore/admin/serialization.aspx -> toggle "master" -> Update {master}.

  2. Sitecore -> Publish Site -> Smart Publish.

  3. Control Panel -> Database -> Rebuild the Links Database (core, master, web).

  4. Launch http://localhost/scripts/indexrebuilder.aspx and toggle "demo" rebuild. Alternatively, run Control Panel -> Rebuild the Search Index -> "demo".

  5. Launch http://localhost/sitecore modules/web/searchdemo/

  6. Enjoy!

About

Extension to Sitecore.Search namespace. Includes AdvancedDatabaseCrawler and Searcher. Make sure to check out the website for the project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 52.1%
  • HTML 34.2%
  • CSS 7.0%
  • Classic ASP 6.6%
  • JavaScript 0.1%