Hi All ,
I see lucene jar in Guvnor but not sure where and how it is exactly used ,
Can some one please put some lights on it.
Regards,
Ashish
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
Hi Kris,
Thanks for your answer...
I just think that some Default implementation would be something
useful for people to understand more quickly...
best regards
Cristiano
On 02/02/2009, at 14:53, Kris Verlaenen wrote:
You can decide yourself how to respond to the result. So yes, you
ca
Mike is correct again. What makes fact insertion faster or slower is the
rules you have in your rulebase, because LHS patterns are evaluated at
insert time. Although, there are several optimizations (and the Rete
algorithm itself) that make this evaluation as light as possible. Usually,
you shou
Yes, but why not create one rulebase for each application? It will make
things easier for you to manage.
2009/2/6 Sachin Mangal
>
> Thanks in advance
> --
> Sachin Mangal
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lis
Do you mean object classes that represent DRL or objects that DRL
operate upon (i.e. Facts)?
Facts are simply POJO's and therefore IMO any mechanism that can
deserialise into a POJO should suffice.
You could also look into the use of JNI for the interface between C++
and Drools.
With kind re
Hello,
Unless the Drools team have a "secret optimisation" *I think* there is
no other way to insert large numbers of facts.
Think about it; every fact you insert will need to be propagated through
the RETE network in order for the correct rules to be activated.
You could however optimise your r