Fantastic, now its working perfect.
Thank you,
Albert
prabin meitei wrote:
>
> Hi,
>
> You can use MUST an the end.
>Using your code use as
> codisFiltre="XX07_04141_00853#XX06_03002_00852#UX06_07019_02994"
> String[] codi =codisFiltre.split('#');
> *finalFilter = new BooleanFilter();*
>
Hi,
You can use MUST an the end.
Using your code use as
codisFiltre="XX07_04141_00853#XX06_03002_00852#UX06_07019_02994"
String[] codi =codisFiltre.split('#');
*finalFilter = new BooleanFilter();*
booleanFilter = new BooleanFilter();
for (int i = 0; i < codi.length; i++) {
boo
If I use MUST, the sentence will be Code1 AND Code2 AND Code3.
I would like Code1 OR Code2 OR Code3. Each document have only one code.
Ian Lea wrote:
>
> Hi
>
>
> Do you maybe need MUST rather than SHOULD?
>
>
> --
> Ian.
>
>
> On Tue, Nov 25, 2008 at 11:41 AM, Albert Juhe <[EMAIL PROTECT
Hi
Do you maybe need MUST rather than SHOULD?
--
Ian.
On Tue, Nov 25, 2008 at 11:41 AM, Albert Juhe <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm trying to use the boolean filter, because after a search I want to show
> documents with a determinate code.
>
> codisFiltre="XX07_04141_00853#XX06_03