MemoryIndex implements Serializable

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@671579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2008-06-25 15:18:29 +00:00
parent 13c08a947c
commit 3c80f97f7c
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ import org.apache.lucene.search.Similarity;
*
* @author whoschek.AT.lbl.DOT.gov
*/
public class MemoryIndex {
public class MemoryIndex implements Serializable {
/** info for each field: Map<String fieldName, Info field> */
private final HashMap fields = new HashMap();