I'm using a MemoryIndex to search in-memory content. I was wondering if there's a way to specify multiple values for the same field in a MemoryIndex.
I've tried addField but it throws an exception: index.addField("foobar", "value1", LuceneAnalyzer); index.addField("foobar", "value2", LuceneAnalyzer); java.lang.IllegalArgumentException: field must not be added more than once Thanks! -Dave --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org