term vectors

2006-11-15 Thread Phil Rosen
Hello, Thanks in advance for your help, I am really stumped I feel. I am building an application that requires I index a set of documents on the scale of hundreds of thousands. A document can have a varying number of attribute fields with an unknown set of potential values. I realize th

RE: term vectors

2006-11-15 Thread Phil Rosen
. -Original Message- From: Michael D. Curtin [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 11:35 AM To: java-user@lucene.apache.org Subject: Re: term vectors Phil Rosen wrote: > I am building an application that requires I index a set of documents on > the scale of hundr

RE: newbie scoring question

2006-11-16 Thread Phil Rosen
You can set the boost on specific terms within your query, I believe the syntax is: Id_field:someterm^2 So you can make a specific field's relevancy for a given term higher compared to another term using something like Id_field:someterm^2 || blob_field:someterm Im kind of a newb myself but I

RE: [Interesting Question] How to implement Indexes Grouping?

2006-12-16 Thread Phil Rosen
I wonder if storing the ids of a users bookshelf only, and then at runtime when they perform a search create a temporary ramdirectory index of only the books in the user's bookshelf could satisfy both points 2 & 3. Speaking of Ramdirectory, is there a simple way to convert hits to an index with