Top "Lucene.net" questions

Lucene.

Infamous: Invalid index n for this SqlParameterCollection with Count=

This exception: Invalid index n for this SqlParameterCollection with Count= Usually points at duplicate mapping information (see Stack Overflow + Google). …

hibernate nhibernate lucene.net
Howto perform a 'contains' search rather than 'starts with' using Lucene.Net

We use Lucene.NET to implement a full text search on a clients website. The search itself works already but …

c# search lucene lucene.net
Lucene Standard Analyzer vs Snowball

Just getting started with Lucene.Net. I indexed 100,000 rows using standard analyzer, ran some test queries, and noticed plural queries …

full-text-search lucene lucene.net nlp snowball
SQL Server 2008 Full Text Search (FTS) versus Lucene.NET

I know there have been questions in the past about SQL 2005 versus Lucene.NET but since 2008 came out and they …

sql-server sql-server-2008 full-text-search lucene lucene.net
How to make the Lucene QueryParser more forgiving?

I'm using Lucene.net, but I am tagging this question for both .NET and Java versions because the API is …

lucene lucene.net
Using RAMDirectory

When should I use Lucene's RAMDirectory? What are its advantages over other storage mechanisms? Finally, where can I find a …

lucene lucene.net
Thread safe queue (list) in .net

I need to create a thread safe list of items to be added to a lucene index. Is the following …

c# multithreading thread-safety lucene.net
Looking for an example of using Lucene.net with ASP.NET

How do you implement the search capabilities of Lucene.net in asp.net? If possible, please include links or example …

asp.net lucene.net
Solr Index appears to be valid - but returns no results

Solr newbie here. I have created a Solr index and write a whole bunch of docs into it. I can …

lucene solr lucene.net solrnet
Exact phrase search using Lucene.net

I am having trouble searching for an exact phrase using Lucene.NET 2.0.0.4 For example I am searching for "scope attribute …

search lucene lucene.net