No.
group:Group1 AND Hello
the group: prefix means that the word Group1 has to be searched in the group field.
-Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 18:24
À : Lucene Users List
Objet : RE: Help for text based indexing
getContent(f)));
> Ir.addDocument(doc);
>
>
>
> Then you can search in group1 with query like that :
>
>
> group:Group1 AND rest_of_the_query.
>
>
>
> -Message d'origine-
> De : mahaveer jain [mailto:[EMAIL PROTECTED]
> Envoyé : mardi
---Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 18:03
À : Lucene Users List
Objet : RE: Help for text based indexing
Well in my case the path is KeyWord. I had tried that earlier and it does not seems to
work in a single index file.
;
Ir.addDocument(doc);
Then you can search in group1 with query like that :
group:Group1 AND rest_of_the_query.
-Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 18:03
À : Lucene Users List
Objet : RE: Help for text based indexing
Well in my
uld be either
"group1" or "group2".
Or you could use the path to your files ...
-Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 17:49
À : [EMAIL PROTECTED]
Objet : RE: Help for text based indexing
I am clear with l
AIL PROTECTED]
Objet : RE: Help for text based indexing
I am clear with looping recursively to index all the file under Root folder.
But the problem is if I want to search only in group1 or group2.Is that possible to
search only in one of the group folder ?
Cocula Remi <[EMAIL PROTECTED]&g
etal indexing is required
for small or medium amout of data.
-Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 17:22
À : [EMAIL PROTECTED]
Objet : Help for text based indexing
Hi
I have implemented Text based search using lucene. I
Note that Lucene is very fast and I don't think that incremetal indexing is required
for small or medium amout of data.
-Message d'origine-
De : mahaveer jain [mailto:[EMAIL PROTECTED]
Envoyé : mardi 14 septembre 2004 17:22
À : [EMAIL PROTECTED]
Objet : Help for text based in
Hi
I have implemented Text based search using lucene. I was wonderful playing around with
it.
Now I want to enchance the application.
I have a Root folder, under that I have many other folder, that are group specific,
say (group1, group2, .. so on). The Root folder is in C:\tomcat\webapps\Roo