Alright, interesting. Maybe you can share your experience later and propose
something that can be integrated in sculptor. If you need we can probably
assist you with customization of generation.
/Patrik

Wojtek Wasik wrote:
> 
> @Patrik 
> Compass has a problem with locking/unlocking index files when you heavily
> upading indexes in short period of time (like importing ~8000 products,
> almost every time it ends with this problem)
> 
> In current project i think i will use Hibernaate Search, but so far i'm
> not able to say anythnig intresting about it.
> 
> You should take a look here aswell  http://lucene.apache.org/solr/ Solr 
> 
> @Pavel
> As i said above i will give a try hibernate search - programmatic api  so
> i need  to only add something to persistence.xml (hope so;) i dont have
> expirience with it so we will see)
> 
> Wojtek
> 
> 
> 
> 
> 
> Patrik Nordwall wrote:
>> 
>> I like the idea, as a complement to structural finders (which always
>> requires predefined indexes for decent performance on large data
>> volumes).
>> 
>> Do you think  http://www.hibernate.org/subprojects/search.html Hibernate
>> Search  is the right way to go, or is it better to use Lucene api
>> ourselves. Maybe  http://www.compass-project.org/ Compass  is something
>> for this. 
>> 
>> /Patrik
>> 
>> 
>> 
>> PaloT wrote:
>>> 
>>> We are now using findByCondition which is easy and very
>>> straightforward to use. If you have good model (and sculptor is very
>>> powerful tool for making good models) you can use fulltext search for
>>> notes or something similar but don't see reason why to use full text
>>> for normal fields. For example 'like' with 'Jo%' should be fast with
>>> right index above name column without fulltext.
>>> 
>>> However I guess it's not more work than write one configuration file
>>> for spring and change template factory for repository. If you know
>>> what to change where, I can help you generate it. We should start with
>>> one great feature of sculptor called "hint" and tweaking some
>>> templates. When it works we can create reserved word for attributes.
>>> 
>>> Regards
>>> 
>>> Pavel
>>> 
>>> On Mon, May 17, 2010 at 3:46 PM, Wojtek Wasik <xso...@gmail.com> wrote:
>>>>
>>>> Have you ever considered support for Apache Lucene? From my
>>>> experience(not a
>>>> great experience but still;))  almost evry single application have a
>>>> search
>>>> functionality for selected entities. It would be great if developer
>>>> could
>>>> mark entity in dsl to be indexed by lucene. Giving user the opportunity
>>>> to
>>>> search entities by for exampel "name: John" should work well.
>>>>
>>>> /Wojtek
>>>> --
>>>> View this message in context:
>>>> http://old.nabble.com/Sculptor-and-Apache-Lucene-tp28584404s17564p28584404.html
>>>> Sent from the Fornax-Platform mailing list archive at Nabble.com.
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>>
>>>> _______________________________________________
>>>> Fornax-developer mailing list
>>>> Fornax-developer@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>>>
>>> 
>>> ------------------------------------------------------------------------------
>>> 
>>> _______________________________________________
>>> Fornax-developer mailing list
>>> Fornax-developer@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/fornax-developer
>>> 
>>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Sculptor-and-Apache-Lucene-tp28584404s17564p28599172.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------

_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to