I just took the version from the trunk, so I suppose it has a Cfg handler.
Can you point me to a test case that demonstrates its use?
Thanks,

Bart

On Sun, Oct 19, 2008 at 11:41 PM, Ben Hyrman <[EMAIL PROTECTED]> wrote:

> Bart,
> Does the version of NHibernate.Search have a Cfg handler? If so, there
> should be an example in the cfg tests.
>
>
>
> On Sun, Oct 19, 2008 at 1:19 PM, Bart Reyserhove <
> [EMAIL PROTECTED]> wrote:
>
>> What is the status of this. I tried to set up NHibernate.Search this
>> afternoon, but due to the problem Ben is mentioning underneath I did not
>> succeed until now.
>> Does anyone have a tip on how to deal with the configuration?
>>
>> Thanks,
>>
>> Bart
>>
>>
>> On Mon, Sep 1, 2008 at 2:43 AM, Ben Hyrman <[EMAIL PROTECTED]> wrote:
>>
>>> Cfg is needed.
>>>
>>> NHibernate 2.0 enforces constraints on config values. Hibernate does not.
>>> Hibernate.Search reads its config values from the Hibernate config.
>>> However, NHibernate.Search must read its config values from a separate
>>> config file or config section... that's the purpose of the Cfg section; it
>>> adds configuration support in a manner similar to the other libraries.
>>>
>>> Ben
>>>
>>> On Sun, Aug 31, 2008 at 4:41 PM, Paul Hatcher <[EMAIL PROTECTED]>wrote:
>>>
>>>>  Ok, here's the current status of NH Search...
>>>>
>>>> General
>>>> ---------------
>>>> 1. Directory of both project and test aligned with Hibernate.Search -
>>>> this makes it easier to check what has/hasn't been ported
>>>> 2. Placeholder files in the code project for items that have not be
>>>> ported yet, generally included so that stuff compiles.
>>>> 3. Placeholder files in test project, but not included in project until
>>>> actually written.
>>>>
>>>> Code
>>>> -------
>>>> Attributes - All attributes ported, slightly different from the
>>>> Hibernate one due to .NET capabilities, e.g. we don't need attribute
>>>> collection classes.
>>>> Backend - Fully ported as far as I am aware.
>>>> Bridge - Fully ported
>>>> Cfg - Not in Hibernate.Search, not sure if this is absolutely needed
>>>> Engine - Largely done, just about to commit DocumentExtractor, but need
>>>> to check tests/test coverage on ObjectLoader/ProjectionLoader/QueryLoader
>>>> Event - FullTextIndexCollectionEventListener still to be done
>>>> Filter - About 2-3 classes still need porting
>>>> Impl - SearchFactoryImpl completed, not sure where FullTextSessionImpl
>>>> goes to, might be redundant once the listener stuff is completed
>>>> Query - Some stuff not achievable here yet (needs ScrollableResult)
>>>> Reader - Fully ported
>>>> Store - Largely done, need to finish/test optimizer strategy stuff
>>>>
>>>> Tests
>>>> --------
>>>> Attributes - Done, 83% coverage
>>>> Backend -  Done apart from optimize, 73% coverage
>>>> Bridge - Done, 89%
>>>> Cfg - Some work still to do, 73% coverage
>>>> Engine - Document builder at 73% coverage, see stuff above above
>>>> ObjectLoader etc
>>>> Event - Done, 89% coverage
>>>> Filter - TBD
>>>> Impl -  TBD, only 33% coverage
>>>> Query - 75%
>>>> Reader - 40% still need tests for shared/not-shared & custom readers
>>>> Store - 75%
>>>> Store/Optimization - TBD
>>>>
>>>> Hope that gives a reasonable description, feel free to ask questions.
>>>>
>>>> Paul
>>>>
>>>>  ------------------------------
>>>> *From:* [email protected] [mailto:[EMAIL PROTECTED] *On
>>>> Behalf Of *Ayende Rahien
>>>> *Sent:* 31 August 2008 03:17
>>>> *To:* [email protected]
>>>> *Subject:* Re: Status of NHSearch
>>>>
>>>>  Right now, verifying the everything works, compiling a list of
>>>> features that are working and differences vs. the current Hibernate 
>>>> search. Sample
>>>> app
>>>>
>>>> On Sat, Aug 30, 2008 at 8:19 PM, Kailuo Wang <[EMAIL PROTECTED]>wrote:
>>>>
>>>>> I would love to help, what is needed?
>>>>>
>>>>>
>>>>> On Sat, Aug 30, 2008 at 8:17 PM, Ayende Rahien <[EMAIL PROTECTED]>wrote:
>>>>>
>>>>>>
>>>>>> I am working on getting a release out. Any help is always welcome
>>>>>>
>>>>>> On 8/30/08, Kailuo Wang <[EMAIL PROTECTED]> wrote:
>>>>>> > Anyone working on NHSearch currently? Is it ready for an alpha
>>>>>> release?
>>>>>> >
>>>>>> > >
>>>>>> >
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"NHibernate Contrib - Development Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com.ar/group/nhcdevs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to