Uses of Interface org.apache.lucene.document.FieldSelector

Uses in package org.apache.lucene.document

Classes implementing org.apache.lucene.document.FieldSelector

class
Load the First field and break.
class
A FieldSelector based on a Map of field names to FieldSelectorResults
class
Declare what fields to load normally and what fields to load lazily

Uses in package org.apache.lucene.index

Methods with parameter type org.apache.lucene.document.FieldSelector

Document
FilterIndexReader.document(int n, FieldSelector fieldSelector)
Document
IndexReader.document(int n, FieldSelector fieldSelector)
Get the Document at the nth position.
Document
MultiReader.document(int n, FieldSelector fieldSelector)
Document
ParallelReader.document(int n, FieldSelector fieldSelector)

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.