Woops, thanks Chris!

Mike McCandless

http://blog.mikemccandless.com

On Sat, Aug 27, 2011 at 11:06 PM,  <[email protected]> wrote:
> Author: chrism
> Date: Sun Aug 28 03:06:07 2011
> New Revision: 1162474
>
> URL: http://svn.apache.org/viewvc?rev=1162474&view=rev
> Log:
> LUCENE-2308: Removed broken reference to FieldSelector in package.html
>
> Modified:
>    lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/package.html
>
> Modified: 
> lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/package.html
> URL: 
> http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/package.html?rev=1162474&r1=1162473&r2=1162474&view=diff
> ==============================================================================
> --- lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/package.html 
> (original)
> +++ lucene/dev/trunk/lucene/src/java/org/apache/lucene/document/package.html 
> Sun Aug 28 03:06:07 2011
> @@ -44,13 +44,5 @@ package also provides utilities for work
>  (remember, Lucene only searches text). {@link 
> org.apache.lucene.document.NumericField} is a special helper class
>  to simplify indexing of numeric values (and also dates) for fast range range 
> queries with {@link org.apache.lucene.search.NumericRangeQuery}
>  (using a special sortable string representation of numeric values).</p>
> -<p>The {@link org.apache.lucene.document.FieldSelector} class provides a 
> mechanism to tell Lucene how to load Documents from
> -storage.  If no FieldSelector is used, all IndexableFields on a Document 
> will be loaded.  As an example of the FieldSelector usage, consider
> -  the common use case of
> -displaying search results on a web page and then having users click through 
> to see the full document.  In this scenario, it is often
> -  the case that there are many small fields and one or two large fields 
> (containing the contents of the original file). Before the FieldSelector,
> -the full Document had to be loaded, including the large fields, in order to 
> display the results.  Now, using the FieldSelector, one
> -can {@link org.apache.lucene.document.FieldSelectorResult#LAZY_LOAD} the 
> large fields, thus only loading the large fields
> -when a user clicks on the actual link to view the original content.</p>
>  </body>
>  </html>
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to