Thanks for your help Uwe. I've created an issue:
https://issues.apache.org/jira/browse/LUCENE-3865
-Dave
-Original Message-
From: Uwe Schindler [mailto:u...@thetaphi.de]
Sent: Wednesday, March 07, 2012 3:39 PM
To: java-user@lucene.apache.org
Subject: RE: MemoryIndex "field m
.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Stephen Howe [mailto:silentgun...@gmail.com]
> Sent: Wednesday, March 07, 2012 7:44 PM
> To: java-user@lucene.apache.org
> Subject: Re: MemoryIndex "field must no
Easiest way to do that would be to append all your values together and then
add them in one pass. Unfortunately, you can only add a field + values
once.
-Stephen
On Wed, Mar 7, 2012 at 9:39 AM, Dave Seltzer wrote:
> I'm using a MemoryIndex to search in-memory content.
>
> I was wondering if the