Package nxlucene :: Module document :: Class Document
[show private | hide private]
[frames | no frames]

Type Document

object --+        
         |        
    Object --+    
             |    
      Document --+
                 |
                Document


Method Summary
  __init__(self, uid)
  getUID(self)
    Inherited from Document
  __del__(self, destroy)
  __delattr__(*args)
  __getattr__(*args)
  __getitem__(*args)
  __iter__(*args)
  __repr__(self)
  __str__(*args)
  add(*args)
  fields(*args)
  get(*args)
  getBoost(*args)
  getField(*args)
  getFields(*args)
  getValues(*args)
  removeField(*args)
  removeFields(*args)
  setBoost(*args)
    Inherited from Object
  equals(*args)
  getClass(*args)
  hashCode(*args)
  notify(*args)
  notifyAll(*args)
  toString(*args)
  wait(*args)
    Inherited from object
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Generated by Epydoc 2.1 on Fri Jun 30 16:38:47 2006 http://epydoc.sf.net