gov.nasa.pds.search.core.index
Class SolrIndexer

java.lang.Object
  extended by gov.nasa.pds.search.core.index.SolrIndexer

public class SolrIndexer
extends Object

This class creates a lucene index for text search.

Version:
$Revision: 9779 $
Author:
pramirez

Constructor Summary
SolrIndexer()
           
 
Method Summary
static void indexDocs(BufferedWriter writer, File file)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrIndexer

public SolrIndexer()
Method Detail

main

public static void main(String[] args)
                 throws IOException,
                        ParseException
Throws:
IOException
ParseException

indexDocs

public static void indexDocs(BufferedWriter writer,
                             File file)
                      throws IOException,
                             ParseException
Throws:
IOException
ParseException


Copyright © 2010-2012 Planetary Data System. All Rights Reserved.