nhibernate.search
Lucene.Net and Nhibernate.Search: how to manage complex searches?
We have a SQL Server database with a million-ish records that are indexed by Lucene.net through Nhibernate.Search. When we built the index for our classes, we tried to be extensive since the cost for[详细]
2023-01-20 08:18 分类:问答Eager Loading of Tree / Hierarchies using Nhibernate
This is not a question as such, I have been researching this subject for the last few days and thought I would like to contribute something that pulled in a lot of the disparate ideas that I\'ve been[详细]
2023-01-15 16:26 分类:问答How do I build an Index in Nhibernate.Search (Lucene.Net)?
I\'m trying to add a search field to my web site (ASP.NET MVC 2) and was told it\'d be a good idea to use Nhibernate.Search, seeing that I was already using Nhibernate in the rest of the project.[详细]
2023-01-06 09:01 分类:问答Howto search all fields with NHibernate Search?
NHibernate is working fine in my current solution but I would like to do queries that search all fields. How can I do something like[详细]
2023-01-04 07:24 分类:问答Lucene.NET through NHibernate.Search and POCO Entities
Is there anyway to keep true POCO Entities while working with Lucene.NET through NHibernate.Search ? It seems that Lucene.NET (NHibernate.Search) mapping only work with Att开发者_JAVA技巧ributes with[详细]
2022-12-21 09:12 分类:问答Using LinqToLucene With NHibernate and NHibernate.Search
Does anyone already use LinqToLucene with NHibernate.Search? H开发者_运维技巧ow to getting started ?[详细]
2022-12-21 05:08 分类:问答Lucene 'join' how-to? part II
Part I here... Requirement: search by multiple values in multiple fields AND Where Bar.Id == argBar.Id var parser = new MultiFieldQueryParser[详细]
2022-12-20 18:10 分类:问答Easiest way to reindex lucene.net indexes when nhibernate.search used?
Context => Calling wcf, some random stored procedures and sql stuff theoretically imports some data. Requirements =>[详细]
2022-12-20 09:41 分类:问答Fluent nhibernate + nhibernate.serach + lucene.net
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[详细]
2022-12-19 14:46 分类:问答Get Score with NHibernate.Search
I\'m currently trying to use NHibernate.Se开发者_如何学Carch, but i need to get score for each results returned by the query.[详细]
2022-12-18 21:31 分类:问答