mirror of https://github.com/apache/lucene.git
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:
parent
13c08a947c
commit
3c80f97f7c
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue