; wrote:
Do the annotations have positions ?
Do you want to do things like phrase-search e.g.
"PERSON_ANNOTATION works for Google"
Or is your idea of an annotation more simply a del.ici.ous-style tag associated
with the whole document?
Cheers
Mark
- Original Message
Fr
r
>
> -Original Message-
> From: lucene user [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 27, 2007 12:49 PM
> To: java-user@lucene.apache.org
> Subject: Re: Searching user-private annotations associated with indexed
> documents
>
> These annotations are not positional
Original Message-
From: lucene user [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 27, 2007 12:49 PM
To: java-user@lucene.apache.org
Subject: Re: Searching user-private annotations associated with indexed
documents
These annotations are not positional within the underlying article.
T
e
> From: lucene user <[EMAIL PROTECTED]>
> To: java-user@lucene.apache.org
> Sent: Tuesday, 27 November, 2007 12:31:38 PM
> Subject: Re: Searching user-private annotations associated with indexed
> documents
>
> I'd be VERY grateful for your help, folks! Thanks! I rea
ucene user <[EMAIL PROTECTED]>
To: java-user@lucene.apache.org
Sent: Tuesday, 27 November, 2007 12:31:38 PM
Subject: Re: Searching user-private annotations associated with indexed
documents
I'd be VERY grateful for your help, folks! Thanks! I really need some
insight on this. THANKS!!
On
I'd be VERY grateful for your help, folks! Thanks! I really need some
insight on this. THANKS!!
On Nov 26, 2007 6:43 PM, lucene user <[EMAIL PROTECTED]> wrote:
> Here are the three options that seem practical to us right now.
>
> (1) Do The annotation search in postgres using LIKE or the
>post
Here are the three options that seem practical to us right now.
(1) Do The annotation search in postgres using LIKE or the
postgres native full text search. Take the resulting list
of file ids and use it to build a filter for the lucene query,
the way we currently do for folders.
(2) Add