I need to index around 10GB of data.Each of my \"documents\" is pretty small, think basic info about a product, about 20 fields of data, most only a few words.Only 1 column is indexed, the rest are st
For example, a list of part开发者_JAVA百科 numbers includes: JRB-1000 JRB 1000 JRB1000 JRB100-0 -JRB1000
I just started playing with the Azure Library for Lucene.NET (http://code.msdn.microsoft.com/AzureDirectory). Until now, I was using my own custom code for writing lucene indexes on the azure blob. So
I dont think its ne开发者_JS百科eded but i was curious instead of generating a query string and searching lucene with it (ex \"tag: abc 123 id:(2 or 99 or 123)\") could i build a struct/class and pas
Lucene.net is a direct开发者_运维知识库 port of Lucene for java, so it stands to reason that i could use the index directory created by Lucene.net directly from Lucene in java, is this assumption corr
We have an issue with a custom Lucene.NET Analyzer which uses ASCIIFoldingFilter and LowerCaseFilter.
I\'m building an ASP.NET MVC site where I\'m using Lucene.Net for search queries. I asked a question here about how to properly structure Lucene.Net usage in an ASP.NET MVC application and was told th
For a discussion forum, does it work better to index each entry inside a discussion thread as a separate lucene document or simple concat all 开发者_如何学JAVAentries within a discussion into one big
I am started working on resume retrieval(document) component based on lucene.net engine. It works great, and it fetches the document and score it based on the
I agree with this answer and like it but i really would rather have this solved before going live. So i am starting a bounty in hopes my ass isnt bitten later ;).