nhibernate.search
NHibernate database call count?
Is there a way to get at runtime the number of calls NHibernate is making to the database? I know I can use the NHibernate profiler (NHProf, http://nhprof.com/) to manually view this count while debu[详细]
2023-04-10 18:28 分类:问答NHibernate.Search mapping unknown classes
An assembly contains classes like public class CustomPage : Page, ISearchable { [Searchable] public virtual string CustomText { get; set; }[详细]
2023-04-05 11:28 分类:问答Searching in lower-case
I have a two-step search problem. First I want to see if any matches with the exact search-phrase - and then in step 2 take the generic full-text search across a number of properties.[详细]
2023-04-02 11:01 分类:问答NumericRangeQuery in NHibernate.Search
I am creating a search, where the user can both choose an interval and search on a term in the same go.[详细]
2023-04-01 07:23 分类:问答Fluent nhibernate problem, query
I\'d really appreciate some help with a problem I have. Class L holds a collection of R and R holds a collection of Q.[详细]
2023-03-31 04:53 分类:问答HQL table named "Class"
I\'m creating hql and use var queryString = \"from \" + formType.Name; queryString += \" where Id= :t\";[详细]
2023-03-23 18:30 分类:问答NHibernate Linq Query is 3x slower than HQL
I 开发者_如何学JAVAhave a simple test that runs a query 5000 times. The linq version of the query takes over 3 times the HQL and the cached Linq version is significantly slower than the cached version[详细]
2023-03-11 15:55 分类:问答IndexedEmbedded not updating other side of relationship?
I have a one to many, let\'s say company开发者_高级运维-to-employees. I am trying to use [IndexEmbedded] on Employee\'s Company reference, so I can perform a employee query similar to: \"Company.Name:[详细]
2023-03-08 21:32 分类:问答NHibernate.Search - SQL Server 2005 - hitting max parameter limit 2100 !
I am using NHibernate.Search libraries in my project for free text search. Recently when I started getting more than 2100 results, I started getting开发者_高级运维 max parameter length error from SQL[详细]
2023-03-03 15:07 分类:问答Wrong Nhibernate.Search query results
I am querying lucene index via nhibernate.search using code below: var fts = NHibernate.Search.Search.CreateFullTextSession(this._session);[详细]
2023-03-01 04:48 分类:问答