Re: Searching user-private annotations associated with indexed documents

2007-11-27 Thread markharw00d
; 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

Re: Searching user-private annotations associated with indexed documents

2007-11-27 Thread lucene user
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

RE: Searching user-private annotations associated with indexed documents

2007-11-27 Thread Binkley, Peter
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

Re: Searching user-private annotations associated with indexed documents

2007-11-27 Thread lucene user
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

Re: Searching user-private annotations associated with indexed documents

2007-11-27 Thread mark harwood
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

Re: Searching user-private annotations associated with indexed documents

2007-11-27 Thread lucene user
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

Re: Searching user-private annotations associated with indexed documents

2007-11-26 Thread lucene user
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