I want to run a process that completely destroys and then rebuilds my lucene .net search index from scratch.
I am Not getting The \"Lucene.Net.Documents.Field.Store.Yes\" or other options like index etc. Is it there another DLL for this? 开发者_Go百科Or which namespace I should use?As far as I recall my Luce
I\'m trying to figure out where Lucene.Net.Highlight.dll and the corresponding formatting classes (such as SimpleHTMLFormatter) have gone to.
I am creating a custom web application in C# .NET and I have a completely custom built database schema. I need a search engine application which is comprehensive enough to search the entire database I
Suppose I add several values to a Document under the same field name: doc.Add( new Field( \"tag\", \"one\" ) );
I have a threadsafe object that is expensive to create and needs to be available through my application (a Lucene.Net IndexReader).
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'ve created an index which indexes the event items in different sections of a website. This items are on the website in a structure like this:
I have been working with Lucene.Net and FSDirectory for some time now, so I am familiar with the basics of working with it. However, I am now attempting to rewrite some key code by using RAMD开发者_开
I need to get the set of GUIDs in a remote database which do not exist in an IEnumerable (for context, this is coming fro开发者_开发技巧m a Lucene index). There are potentially many millions of these