lucene.net
How do I release all lucene .net file handles?
I want to run a process that completely destroys and then rebuilds my lucene .net search index from scratch.[详细]
2023-02-12 19:30 分类:问答Lucene.net search engine
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[详细]
2023-02-12 07:24 分类:问答Where has Lucene.Net.Highlight gone?
I\'m trying to figure out where Lucene.Net.Highlight.dll and the corresponding formatting classes (such as SimpleHTMLFormatter) have gone to.[详细]
2023-02-09 23:00 分类:问答Creating Lucene Index On SQL Server Database
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[详细]
2023-02-09 11:19 分类:问答Is the order of multi-valued fields in Lucene stable?
Suppose I add several values to a Document under the same field name: doc.Add( new Field( \"tag\", \"one\" ) );[详细]
2023-02-09 08:30 分类:问答StructureMap 'conditional singleton' for Lucene.Net IndexReader
I have a threadsafe object that is expensive to create and needs to be available through my application (a Lucene.Net IndexReader).[详细]
2023-02-09 07:02 分类:问答Indexing .PDF, .XLS, .DOC, .PPT using Lucene.NET [closed]
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[详细]
2023-02-09 05:13 分类:问答Lucene.net - how to query a path filed with numeric sections?
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:[详细]
2023-02-06 04:03 分类:问答How to write a Lucene.Net RAMDirectory back to disk?
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开发者_开[详细]
2023-02-05 12:35 分类:问答How do I get the difference between 2 large sets in .net
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[详细]
2023-02-05 05:59 分类:问答