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
.
-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
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
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