public class ProfileParser
extends java.lang.Object
Constructor and Description |
---|
ProfileParser() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Used to test the current java program.
|
static org.apache.lucene.document.Document |
parse(java.io.File file)
Creates the document object a parses out all of the data from each
individual XML documents.
|
public static org.apache.lucene.document.Document parse(java.io.File file)
file
- - The individual profile document for each record for the
current class.public static void main(java.lang.String[] args) throws java.lang.Exception
args
- java.lang.Exception
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.