ontea.lucene
Class Search.OneNormsReader

java.lang.Object
  extended by org.apache.lucene.index.IndexReader
      extended by org.apache.lucene.index.FilterIndexReader
          extended by ontea.lucene.Search.OneNormsReader
Enclosing class:
Search

private static class Search.OneNormsReader
extends org.apache.lucene.index.FilterIndexReader


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.index.FilterIndexReader
org.apache.lucene.index.FilterIndexReader.FilterTermDocs, org.apache.lucene.index.FilterIndexReader.FilterTermEnum, org.apache.lucene.index.FilterIndexReader.FilterTermPositions
 
Nested classes/interfaces inherited from class org.apache.lucene.index.IndexReader
org.apache.lucene.index.IndexReader.FieldOption
 
Field Summary
private  java.lang.String field
           
 
Fields inherited from class org.apache.lucene.index.FilterIndexReader
in
 
Constructor Summary
Search.OneNormsReader(org.apache.lucene.index.IndexReader in, java.lang.String field)
           
 
Method Summary
 byte[] norms(java.lang.String field)
           
 
Methods inherited from class org.apache.lucene.index.FilterIndexReader
docFreq, doClose, doCommit, document, doDelete, doSetNorm, doUndeleteAll, getFieldNames, getTermFreqVector, getTermFreqVectors, getVersion, hasDeletions, hasNorms, isCurrent, isDeleted, maxDoc, norms, numDocs, termDocs, termPositions, terms, terms
 
Methods inherited from class org.apache.lucene.index.IndexReader
close, commit, deleteDocument, deleteDocuments, directory, document, ensureOpen, finalize, getCurrentVersion, getCurrentVersion, getCurrentVersion, indexExists, indexExists, indexExists, isLocked, isLocked, isOptimized, lastModified, lastModified, lastModified, main, open, open, open, open, setNorm, setNorm, termDocs, termPositions, undeleteAll, unlock
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

field

private java.lang.String field
Constructor Detail

Search.OneNormsReader

public Search.OneNormsReader(org.apache.lucene.index.IndexReader in,
                             java.lang.String field)
Method Detail

norms

public byte[] norms(java.lang.String field)
             throws java.io.IOException
Overrides:
norms in class org.apache.lucene.index.FilterIndexReader
Throws:
java.io.IOException