i\'ve been busy upgrading our n* stack to a more recent version. We\'d been using FluentNhibernate for configuration and Nhibernate.search coupled with Lucene.Net for full-text search. Everything work
How do I do an \"OR\" in Lucene.NET.Basically what I have is an array of IDs and I want to return any records where a particular field contains any of the values.I previously was doing this with just
My web-appliction references to a file that\'s in the same maindirectory. Dim index_root As String = \"luceneindex\"
I have a Sitecore content structure where any single item can have a number of child items that are used to store enumerable content for lists (obviously a fairly standard approach). I am hoping to in
I develop news search engine with C# and SQL Server 2008 i using SQL Full text search for search and it\'s ok until some week ago.
I created a website but i have a problem. i want to build once an index und use it. at the moment i have two functions \"create a document an store it into the directory\" and \"searching\"
I\'m trying to find out how to programmatically (i.e. without using the FieldAttribute) add an index column for NHibernate Search (Lucene.net).
I\'m only partially able to get Lucene .NET to work on GoDaddy.It throws a security exception on this line:
I have a strange problem with my webapplication, it works on local host but not on our Server after reducing the code to a minimum there\'s a runtime error by declaring:
I am using Lucene .NEt to do full-t开发者_开发知识库ext searching.Till now I have been indexing PDF docs, but now I have a few webpages that I need to index.What\'s the best/easiest way to index HTML