I have some documents stored in a Lucene index with a docId field. I want to get all docIds stored in the index. There is also a problem. Number of documents is about 300 000 so I would prefer to get
I\'m looking for some info so that users can find local results in their Lucene.Net searches. I would index the latitude/longitude of the location in the document, and query Lucene based on the users
Part I here... Requirement: search by multiple values in multiple fields AND Where Bar.Id == argBar.Id var parser = new MultiFieldQueryParser
I was sug开发者_开发知识库gested to use ParallelMultiSearch or MultiSearcher for searching when having multiple Lucene.NET indexes. How many indexes can be searched at a time? I asking because I was t
How do I get started developi开发者_StackOverflow社区ng a Premiere Pro plugin? I have Premiere Pro CS3 and a working knowledge of VB.NET. (I have experience with a number of other languages that I can
I\'ve asked a simlar question on Meta Stack Overflow, but that deals specifically with whether or not Lucene.NET is used on Stack Overflow.
Context => Calling wcf, some random stored procedures and sql stuff theoretically imports some data. Requirements =>
Our project requires near-real time searches and constant updating.The data is currently stored in a MySQL database and the Lucene index is updated as the database is modified.
I want to use Lucene.NET for fulltext search shared between two apps: one is an ASP.NET MVC application and the other one is a console application. Both applications are supposed to search and update
can someone tell me how to use nhibernate serach and lucene with fluent nhibernate. I have my application writen开发者_StackOverflow中文版 with fluent nhibernate but now i need full text serach but do