nhibernate.search
Nhibernate Search on different domains
I have two websites which are required to access the same Lucene index using nHibernate search. Problem is th开发者_StackOverflowey are of course on different domains so I think they are breaking the[详细]
2023-02-20 10:45 分类:问答NHibernate Search FieldAttribute
I am not sure what are the parameters Index.Tokenized and Store actually meam, and how the value affect the index result? What is the difference between 2 properties below?[详细]
2023-02-19 18:48 分类:问答Indexing subclass fields by IndexEmbedded
I\'m am using NHibernate.Search and Lucene.Net. I will ask if anyone have experienced similar problems. This is the situation regarding the followin开发者_JAVA百科g three classes.[详细]
2023-02-17 15:54 分类:问答Nhibernate Search post-update listener
I have intergrated nHibernate search, with my nhibernate/ActiveRecord project. I am trying to get my post-update listener to work correctly but it seems that every time I update one of my objects wh[详细]
2023-02-17 09:21 分类:问答build index using lucene.net 2.9.2.2
I have to use lucene.net 2.9.2.2 with NHibernate 3.0. I have started to edit this old code: public void BuildSearchIndex()[详细]
2023-02-15 07:32 分类:问答Lucene.NET Boost for different type of entity
I am new to Lucene.NET and have already run into a (I think) difficult problem. I have an object lets say a \"Company\", now there are 3 different types of companies ordered by impo开发者_运维问答rtan[详细]
2023-02-14 05:31 分类:问答NHibernate.Search + Lucene.NET duplicate entries
When I build the initial index from an existing database, the type of the entries in Lucene get indexed as <_hibernate_class:Castle.Proxies.MuestraProxy, DynamicProxyGenAssembly2>[详细]
2023-02-04 11:16 分类:问答NHibernate.Search - Set Index Directory at runtime
I am building a Multi-Tenant application and would like to create seperate Indexes for each tenant, however I can\'t seem to find a way to set my 开发者_C百科index directory at runtime for NHibernate.[详细]
2023-02-04 10:08 分类:问答NHibernate - define where condition
In my application the user can defines search-conditions. He can choose a column, set an operator (equals, like, greater than, less or equal than, etc.) and give in the value. After the user clicks on[详细]
2023-02-03 01:54 分类:问答Is it possible to use nhibernate.search and nhibernate 3.0
Guys, I haven\'t found any nhibernate.search assemblies compatible w开发者_JAVA技巧ith nh3. Looks like it haven\'t completed yet. I hope I\'m wrong.Looks like that\'s true. For my needs, I temporary u[详细]
2023-01-30 11:11 分类:问答