lucene.net
What is the equallent operator like "IN" of SQL Server for LUCENE.NET
How can i get \" IN \" (of SQL Server) functionality in LUCENE.NET? Suppose assume that some records are exist with ID : a开发者_如何学运维,b,c,d,e,f,..[详细]
2023-03-30 09:15 分类:问答Using Lucene.Net with the Repository pattern?
Anybody doing this? I am curious to know if anyone has impleme开发者_JAVA百科nted this in their own projects.Basically, I have found that there is not a lot of good information out there about this. I[详细]
2023-03-27 14:29 分类:问答Lucene .NET Multi Facets
Without using the latest version of Lucene with faceting enabled, I am trying to implement multi-facets hitcounts. I have found a great post to get started, but not sure of the next step of multi-valu[详细]
2023-03-24 15:58 分类:问答Umbraco: Storing spatial data
I\'m researching Umbraco for use as a base in a large CMS project, however the project calls for the SQL Server 2008 database to store spatial data against content.[详细]
2023-03-24 06:27 分类:问答Azure Library for Lucene.Net - FileNotFound Exception
I\'m working with the Azure Library for Lucene.Net but I am running into FileNotFound Exceptions when I try to append to the index.[详细]
2023-03-24 00:06 分类:问答Lucene .Net- What is a good method for creating index that is more complicated that key/value?
I\'m starting a project in which we are trying to index the contents of XML documents with Lucene .Net. In the little documentation I have found it seems that indexes can only consist of fileds with a[详细]
2023-03-23 03:40 分类:问答Can I build Lucene database using .NET then use ZendFramework to read that database later?
I have a SQLSERVER database and I want to implement the search feature on PHP. I am just wondering if I can use .NET language (since there is .NET library available) to build Lucene index database the[详细]
2023-03-22 19:01 分类:问答Lucene.net search range by order - paging
I got a lucene.net index with bunch of documents. I pull these with MVC request and return to client as JSON. I want to return only top N documents starting from index I want. I need that to minimize[详细]
2023-03-20 05:25 分类:问答Filter index for searching in Lucene.net
I am currently working on a project involving the Lucene library within C# however I have reached an issue with design of my project concerning the retrevial of documents within the index. The documen[详细]
2023-03-20 04:51 分类:问答Performing Lucene Search query "Contains"
I am doing search for documents that contains the text entered by user It works fine if the searchText don\'t have any special characters in it.[详细]
2023-03-19 21:44 分类:问答