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
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?
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.
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
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()
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
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>
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.
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
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