Top "Lucene.net" questions

Lucene.

Directory lock error with Lucene.Net usage in an ASP.NET MVC site

I'm building an ASP.NET MVC site where I want to use Lucene.Net for search. I've already built a …

c# asp.net-mvc lucene locking lucene.net
Lucene: What is the difference between Query and Filter

Lucene query vs filter? They both does similar things like termquery filters by term value, filter i guess is there …

lucene lucene.net
Synonyms using Lucene

What is the best way to handle synonyms (phrases) using Lucene? Especially, when I need to execute queries like :a …

lucene lucene.net
Finding exact match using Lucene search API

I'm working on a company search API using Lucene. My Lucene company index has got 2 companies: 1.Abigail Adams National Bancorp, …

lucene lucene.net
How to get total number of potential results in Lucene

I'm using lucene on a site of mine and I want to show the total result count from a query, …

lucene.net
Let Lucene include spaces in term for exact match

I want my Lucene query to contain something similar to: companyNam:mercedes trucks Where it will do an exact match …

c# lucene.net
How to search across all the fields?

In Lucene, we can use TermQuery to search a text with a field. I am wondering how to search a …

lucene.net lucene
How do you implement a custom filter with Lucene.net?

The code below is from the Lucene In Action book (originally in Java). It's for building a list of 'allowed' …

c# .net filter lucene.net
Lucene.Net Best Practices

What are the best practices in using Lucene.Net? or where can I find a good lucene.net usage sample?

.net indexing lucene lucene.net full-text-indexing
Implementing SOLR.Net and LUCENE.Net

We want to implement full document search in our project in .Net web project. For that we came across 2 names …

c# solr lucene lucene.net solrnet