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

Reply via email to