By tag: search
0
kicks
NetBrij – A search engine for .NET developers
I like the search result theme. It has following tabs which make our life easier:
MSDN tab,
Stackoverflow tab,
Codeproject tab,
Forums tab and
Blogs tab
Details: http://www.techbrij.com/131/netbrij-a-search-engine-for-net-developers
0
kicks
Displaying a “no search results” message on DNN search results page
n earlier (4.x) DNN versions, when you make a search and it yields no results you are presented with an empty search results page – without any message. It’s silly, but nobody ever included this as a feature.
0
kicks
Solr 0.2.3-beta 1
Solr .NET client.
Solr is an open source enterprise search server based on the Lucene Java search library, with XML/HTTP and JSON APIs, hit highlighting, faceted search, caching, replication, a web administration interface and many more features.
0
kicks
SharePoint list view web part and wild card search. Is it possible?
Yes, It is possible and wonderful article which explains how to solve this problem. You can implement the same with data view web part in different ways. But, with list view web part don't have so many functions to implement partial search. But this post is explaining wonderful way to solve it. Real...
0
kicks
Links List March 2009
I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to p...
0
kicks
Search problems after Windows update
From one day on the other, no items got indexed anymore during the crawling process on our Microsoft Office SharePoint Server 2007 installation.
Looking in the Crawl logs, following error was found: Access is denied. Check that the Default Content Access Account has access to this content, or add...
0
kicks
Links List December 2008
I decided to share all my interesting reads and resources month by month with my blog readers. You can find these posts by searching on the label Links. I'll try to order the resources in logical categories. If you would like to see some interesting stuff added in the next month, don't hesitate to p...
0
kicks
Lucene document indexing in .Net C#
Sample .Net C-sharp code for creating Lucene Index for given SQL Server Stored Procedure
0
kicks
Using Lucene .Net to index and search website content
An elegant solution for adding content indexing and search in a .Net application.
0
kicks
Disable view duplicates search functionality
Business requirement: Disable view duplicates search functionality
When performing a search query in SharePoint, the search results group duplicate search results by default.
For me it is unclear which criteria make SharePoint think some search results are duplicates for each other, and hence ...
0
kicks
MOSS Faceted Search
On Codeplex, a great project MOSS Faceted Search is available. It is just a great set of webparts which enhances the search experience in value a lot for your end users.
It allows for drill down functionality in the search results based on so called facet values.
A facet is a category your items, ...
0
kicks
Quicksort and Binary Search algorithms in C++
This is about a paper entitled Quicksort and Binary Search Algorithms. A fantastic subject that is used throughout the the computer science filed. In the paper you'll see the intrinsic nature of each algorithm as well as a functional implementation of such algorithms in the C++ programming language....
0
kicks
All sites search scope missing in the search box for non-English creat
Sites created in a non-English language are missing the All sites and All people search scope in the search box in the upper right corner of each page. Only the This site: search scope appears in the drop down box.
0
kicks
Solving the Search Results problem when using the free MMLinks localiz
With the free MMLinks DotNetNuke module, you can replace your standard Text/HTML modules with fully localizable ones, localizing both the title and the Text/HTML part. With one slight defect: Since DotNetNuke's search indexer doesn't know anything about the localized titles, it insists on presenting...