Hi
I have the search configured using the search annotations. I am trying to move to the programmatic approach as described at
http://docs.jboss.org/hibernate/stable/search/reference/en-US/html/search-mapping.html#hsearch-mapping-programmaticapi.
I am seeing couple of issues....
1) Environment.MODEL_MAPPING is not available, no big deal i can use the string provided in the doc. But the question is am I missing some thing? I have upgraded hibernate-search to version 3.4.1.Final and hibernate-core to 3.6.7.Final.
2) The Configuration object's setProperty takes two string arguments (key, value). But according to the documentation I should be able to pass in an instance of SearchMapping class for value.
Anybody has any idea ?