|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectants.p2p.utils.indexer.RemoteFileDocument
public class RemoteFileDocument
A utility for making Lucene Documents from a File.
| Method Summary | |
|---|---|
static org.apache.lucene.document.Document |
Document(RemoteFileInfos f)
Makes a document for a File. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.apache.lucene.document.Document Document(RemoteFileInfos f)
The document has three fields:
path--containing the pathname of the file, as a stored,
tokenized field;
modified--containing the last modified date of the file as
a keyword field as encoded by DateField; and
contents--containing the full contents of the file, as a
Reader field;
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||