| Home | Trees | Index | Help |
|
|---|
| Module PyLucene :: Class Document |
|
object--+ |Object--+ | Document
Document| Method Summary | |
|---|---|
__init__(self,
*args)
| |
__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 | |
| |
| |
| |
| |
| |
| |
| |
| Inherited from object | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Jun 30 16:38:47 2006 | http://epydoc.sf.net |