-user@lucene.apache.org
> Subject: Re: How to create document objects in our case
>
> Norms is how Lucene records what the apriori boost is for each
> docXfield. This boost is the product of per-field boost, per-doc
> boost (both of which your app would set when it creates the doc),
Great, thanks Mike.
-Original Message-
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Sunday, May 22, 2011 8:09 PM
To: java-user@lucene.apache.org
Subject: Re: How to create document objects in our case
Norms is how Lucene records what the apriori boost is for each
ted document will be applicable?
>
> Cheng
>
>
> -Original Message-
> From: Michael McCandless [mailto:luc...@mikemccandless.com]
> Sent: Sunday, May 22, 2011 6:58 PM
> To: java-user@lucene.apache.org
> Subject: Re: How to create document objects in our case
>
> 3
ent will be applicable?
Cheng
-Original Message-
From: Michael McCandless [mailto:luc...@mikemccandless.com]
Sent: Sunday, May 22, 2011 6:58 PM
To: java-user@lucene.apache.org
Subject: Re: How to create document objects in our case
30 fields is fine, but if they are all indexed you should w
30 fields is fine, but if they are all indexed you should watch out
for memory usage. Ie, norms require 1 byte per doc per indexed field.
If you don't need norms (don't boost, lengths don't vary much or you
don't care to have field length impact scoring) you can omit norms.
The relationship b/w
Hi,
I have a large number of XML files to be indexed by Lucene. All the files
share similar structure as below:
..
Things to be noted are:
The root element of Group has 30 or so attributes, and it usually has over
2000 Subgroup elements, which in turn also have more than 20