alexshyba / SitecoreSearchContrib

Extension to Sitecore.Search namespace. Includes AdvancedDatabaseCrawler and Searcher. Make sure to check out the website for the project.
http://sitecorian.github.io/SitecoreSearchContrib
25 stars 21 forks source link

Issues when using sitecore 6.6 #13

Closed OleCBrumm closed 11 years ago

OleCBrumm commented 11 years ago

When trying to compile your project against the dlls from a Sitecore 6.6 project I get several errors similar to this: "Error 22 The type 'Lucene.Net.Store.Directory' is defined in an assembly that is not referenced. You must add a reference to assembly 'Lucene.Net, Version=2.3.1.3, Culture=neutral, PublicKeyToken=null'. C:\github\sitecorian\Sitecore.scSearchContrib\scSearchContrib.Tools\scripts\IndexRebuilder.aspx.cs 65 21 scSearchContrib.Tools" Do you have any plans to address the changes that have been made in Lucene.net?

alexshyba commented 11 years ago

Yes, I am almost done with the 6.6 support. Apologies for late response.

OleCBrumm commented 11 years ago

Thanks, I'm looking forward to the new version.

On Fri, Jan 25, 2013 at 8:12 PM, Alex Shyba notifications@github.comwrote:

Yes, I am almost done with the 6.6 support. Apologies for late response.

— Reply to this email directly or view it on GitHubhttps://github.com/sitecorian/SitecoreSearchContrib/issues/13#issuecomment-12715949.

mvh, Havard C Skale Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?

enordberg commented 11 years ago

Alex, is this still pending soon (6.6 support)? Sorry for the nudge.

OleCBrumm commented 11 years ago

I can confirm that it works with version 6.6. now.

enordberg commented 11 years ago

OleCBrumm, I don't see what changed to solve the issue. Please clarify.

For history, here is what I see: The last commit was 5 months ago. You flagged the issue 3 months ago. Alex planned an update 2 months ago to address the issue.

But, I don't see a recent commit that would contain the related updates. I might be missing something.

thanks, Eric

OleCBrumm commented 11 years ago

Tbh, Im not sure my problems really was with scSearchContrib. It was the combination of IndexViewer and scSearchContrib which led to exceptions I interpreted as problems with scSearchContrib.

When I recompiled IndexViewer against the 6.6 binaries I got scSearchContrib working afterwards.

alexshyba commented 11 years ago

Hey Guys,

I haven't done any changes to support 6.6. I expect things like numeric and date range queries to break. Will try to revisit the problem this week. — Sent from Mailbox for iPhone

On Mon, Mar 25, 2013 at 11:51 AM, OleCBrumm notifications@github.com wrote:

Tbh, Im not sure my problems really was with scSearchContrib. It was the combination of IndexViewer and scSearchContrib which led to exceptions I interpreted as problems with scSearchContrib.

When I recompiled IndexViewer against the 6.6 binaries I got scSearchContrib working afterwards.

Reply to this email directly or view it on GitHub: https://github.com/sitecorian/SitecoreSearchContrib/issues/13#issuecomment-15414006

alexshyba commented 11 years ago

Guys,

I've looked into this again, and after I updated the reference to Lucene.NET 2.9, rebuilt the code, it worked fine on 6.6. The code compiled with warnings about deprecated methods, but the code functions as expected. Please try it out on your side and report any issues. This code will be obsolete for Sitecore 7.0 anyways, so I would not want to invest much time adhering to the compiler warnings if the code works fine.