<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Andrey Shchekin's Blog - Latest Comments in Custom mapping for NHibernate.Search</title><link>http://ashmind.disqus.com/</link><description></description><atom:link href="https://ashmind.disqus.com/custom_mapping_for_nhibernatesearch/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 07 Jun 2012 08:05:45 -0000</lastBuildDate><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-549757251</link><description>&lt;p&gt;perfect ! for me i had to modify the code a little bit:&lt;/p&gt;&lt;p&gt;        private FieldMapping MapField&amp;lt;t,r&amp;gt;(Expression&amp;lt;func&amp;lt;t, r=""&amp;gt;&amp;gt; propertyReference)&lt;br&gt;        {&lt;br&gt;            var property = (PropertyInfo)((MemberExpression)propertyReference.Body).Member;&lt;br&gt;            var getter = new BasicPropertyAccessor.BasicGetter(typeof(T), property, property.Name);&lt;br&gt;            var bridge = BridgeFactory.GuessType(property.Name, property.PropertyType, null, null);&lt;/p&gt;&lt;p&gt;            return new FieldMapping(property.Name, bridge, getter);&lt;br&gt;        }&lt;/p&gt;&lt;p&gt;otherwise the property will be UnaryExpression if i used object.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">BigBangDidBang</dc:creator><pubDate>Thu, 07 Jun 2012 08:05:45 -0000</pubDate></item><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-23810906</link><description>&lt;p&gt;Thank you very much.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">regisbsb</dc:creator><pubDate>Sun, 22 Nov 2009 07:20:33 -0000</pubDate></item><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-23691042</link><description>&lt;p&gt;It is not like NHibernate.Search changed a lot, except for my mapping change.&lt;br&gt;Everything described here &lt;a href="http://ayende.com/Blog/archive/2009/05/03/nhibernate-search-again.aspx" rel="nofollow noopener" target="_blank" title="http://ayende.com/Blog/archive/2009/05/03/nhibernate-search-again.aspx"&gt;http://ayende.com/Blog/arch...&lt;/a&gt; is still relevant.&lt;br&gt;Also, there are query syntax rules: &lt;a href="http://lucene.apache.org/java/2_3_2/queryparsersyntax.html" rel="nofollow noopener" target="_blank" title="http://lucene.apache.org/java/2_3_2/queryparsersyntax.html"&gt;http://lucene.apache.org/ja...&lt;/a&gt;.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Shchekin</dc:creator><pubDate>Sat, 21 Nov 2009 05:11:59 -0000</pubDate></item><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-23674656</link><description>&lt;p&gt;Which samples? They are all very old I think.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">regisbsb</dc:creator><pubDate>Fri, 20 Nov 2009 19:47:20 -0000</pubDate></item><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-23657694</link><description>&lt;p&gt;You mean the search syntax itself? I think it is pretty much unchanged from the Java Lucene.&lt;br&gt;In general Lucene tutorials + Ayende samples were fresh enough for me, do not know if there is something better.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrey Shchekin</dc:creator><pubDate>Fri, 20 Nov 2009 17:53:47 -0000</pubDate></item><item><title>Re: Custom mapping for NHibernate.Search</title><link>http://blog.ashmind.com/index.php/2009/10/26/custom-mapping-for-nhibernate-search/#comment-23657531</link><description>&lt;p&gt;Hi, do you know where can I find some recent demo or tutorial using NHibernate.Search? Its all out dated in my searches.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">regisbsb</dc:creator><pubDate>Fri, 20 Nov 2009 17:50:27 -0000</pubDate></item></channel></rss>