Home >  News

News

12 Apr 2007 - SDK 1.2.3 Quick update

WordBreaking improvements.

5 Apr 2007 - SDK 1.2.2 Minor update

  • SearchBlackBox SDK is CLS-compliant now

    SearchBlackBox SDK was CLS-compliant before as well, but now the assembly is built with the attribute CLSCompliant(true)

  • WordBreaking has been improved

    WordBreaking has been improved, separators and punctuation are now supported. It allows you to make searching more accurate.

  • Multiple field search (new feature)

    The ExecuteSearch function supports searching by several fields simultaneously. Now you can just specify all fields instead of rewriting the search query in order to search by several fields.

    The following searches are equivalent

     String defaultField = "title";
     results = engine.ExecuteSearch("title:.NET OR description:.NET", defaultField)
    

    and

     String [] fields = { "title", "description" };
     results = engine.ExecuteSearch(".NET", fields);
    

  • NET 2.0 fixes and improvements

  • 12 Feb 2007 - SDK 1.2 Technical update

    Fixes and improvements.

    14 Nov 2006 - Luca.Net 1.4 minor update

    .NET 2.0 fixes and improvements.

    See Revision History of Luca.Net for more information.

    22 Oct 2006 - New Support Options for SDK

    The technical support period has been expanded.
    The support period is 1 Year for SearchBlackBox Full-Text Search SDK.
    New support option - Priority support - is available.

    See Purchase Page for new prices.

    15 Sep 2006 - Luca.Net 1.4 minor update

    New classes to provide better support for indexing dates and numbers.

    See Revision History of Luca.Net for more information.

    28 May 2006 - Luca.Net 1.4 minor update

    Analyzers and National Language Support fixes and improvements.

    See Revision History of Luca.Net for more information.

    19 May 2006 - Get 50% discount on SearchBlackBox SDK

    SearchBlackBox Software has a special offer for the SearchBlackBox SDK running until Jun 30, 2006.

    Purchase any number of licenses and get 50% discount!

    28 Apr 2006 - .NET 2.0 Support

    Each product download contains two .NET assemblies, one for .NET 1.x and one for .NET 2.0. Support for .NET 1.1 continues to be maintained simultaneously using the 1.1 compiled assembly. Future releases of our products will continue to support both frameworks.

    21 Apr 2006 - Luca.Net 1.4.

    Revised version. Minor changes related to renaming the products. The namespace and the assembly have been renamed. The version numbering scheme has been changed.

    See Revision History of Luca.Net for more information.

    21 Apr 2006 - SearchBlackBox SDK 1.1.

    Revised version. Minor changes related to renaming the products. The namespace and the assembly have been renamed.

    Read What's new in SearchBlackBox SDK 1.1 for more information.

    20 Apr 2006 - Product Line Changes

    To remove the ambiguity between two different products - SearchBlackBox SDK and SearchBlackBox Lucene Edition - and avoid any future confusion, the products have been renamed.

    SearchBlackBox Lucene Edition became Luca.Net, SearchBlackBox SDK became SearchBlackBox Full-Text Search SDK.

    Luca.Net is the acronym for LUcene Compatible Api for .NET and indicates the primary purpose of the product: provide the maximum compatibility with Apache Lucene. You should be aware of Apache Lucene to start using Luca.Net.

    Full-Text Search SDK has a different purpose: provide the basic technology for the wide range of applications, hiding low-level details of full-text search engine algorithms. You don't need in-dept knowledge about how SearchBlackBox's information indexing and retrieval work in order to start using it. provide full-text search capabilities for .NET without extra coding. The primary goal is to

    The revised versions will be available within two days.