Top "Lucene.net" questions

Lucene.

Using Server.MapPath() inside a static field in ASP.NET MVC

I'm building an ASP.NET MVC site where I'm using Lucene.Net for search queries. I asked a question here …

c# asp.net-mvc static lucene.net server.mappath
How to specify two Fields in Lucene QueryParser?

I read How to incorporate multiple fields in QueryParser? but i didn't get it. At the moment i have a …

java parsing lucene lucene.net information-retrieval
solr search for documents where a field doesn't exist

How do I search for those document in a SOLR index which do not contain a specified field?

lucene solr lucene.net solrnet
Search Engine - Lucene or Solr

We need to integrate a search engine in our Product Catalog management software. the catalog is expected to have more …

asp.net solr lucene.net
Is it possible to iterate through documents stored in Lucene Index?

I have some documents stored in a Lucene index with a docId field. I want to get all docIds stored …

lucene lucene.net
C#: Could not load types from assembly

After adding Lucene.net and Lucene.net Contrib to a C# MVC3, I get the message below after the first …

c# windows visual-studio dll lucene.net
Indexing .PDF, .XLS, .DOC, .PPT using Lucene.NET

I've heard of Lucene.Net and I've heard of Apache Tika. The question is - how do I index these …

.net asp.net lucene solr lucene.net
figuring out reason for maxClauseCount is set to 1024 error

I've two sets of search indexes. TestIndex (used in our test environment) and ProdIndex(used in PRODUCTION environment). Lucene search …

lucene lucene.net
Optimizing Lucene performance

What are the various ways of optimizing Lucene performance? Shall I use caching API to store my lucene search query …

lucene lucene.net
How to incorporate multiple fields in QueryParser?

Dim qp1 As New QueryParser("filename", New StandardAnalyzer()) Dim qp2 As New QueryParser("filetext", New StandardAnalyzer()) . . I am using the …

vb.net lucene lucene.net