Package org.dlese.dpc.index
package org.dlese.dpc.index
-
ClassDescriptionInterface for callbacks to handle processing Documents.This interface is used by Objects wishing to determine when a background intexing process has completed and to perform additional processing at that time.Indexes files into a
SimpleLuceneIndexand automatically updates the index whenever changes to the files are made.Indicates an error occured in the FileInexingService occured.This class simulates saving, moving and deleting records from the records directory.Indicates that a DataManager was asked to handle an object of data that it does not understand.Indicates that a DataManager was asked to handle an object of data that it does not understand.Deprecated.Indicates that an event occurred affecting data managed by a DataManager source.Provides the interface for Objects listening to a DataManager source.This class simply loads a hashmap of Lucene stop words from the array given by StopAnalyzer.A factory container for a hit that is returned from aSimpleLuceneIndexsearch.Contains the arbitraty attributes, the index and the users query, making them available in DocReaders.A List of ResultDocs returned by a SimpleLucenIndex search.A FileIndexingObserver that simply outputs messages to System out.A simple API for searching, reading and writing Lucene indexes.Stemmer implements the Porter stemming algorithm.A TermDocCount is returned bySimpleLuceneIndex.getTermAndDocCounts(String[])and contains the term count, the total number of documents containing the term and a list of fields in which the term appears.Maps virtual search field/term pairs to Lucene Queries.Indexes Web and query log files using Lucene.
Sortobject at search time.