Indeed it seems like a problematic way. I would also have a problem searching for documents with more then one value. if the query is something simple like : "value1 AND value2" I would expect to get all xml docs with both values, but if I use the doc=element method, I won't get any result because each doc contains only value1 or value2 or something else, even if their xml_doc_id is the same. back to the drawing table... On Tue, Mar 11, 2008 at 9:50 PM, Steven A Rowe <[EMAIL PROTECTED]> wrote:
> On 03/11/2008 at 11:48 AM, Steven A Rowe wrote: > > 5 billion docs is within the range that Lucene can handle. I > > think you should try doc = element and see how well it works. > > Sorry, Eran, I was dead wrong about this assertion. See this thread for > more information: > > < > http://www.nabble.com/MultiSearcher-to-overcome-the-Integer.MAX_VALUE-limit-td15876190.html > > > > Looks like doc = element is *not* the way to go. > > Steve > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >