Re: Vertical Partitioning advice

2009-02-10 Thread Mark Kranz
. The MultiSearcher is also designed to search across multiple indexes. HTH, Grant On Feb 9, 2009, at 8:37 PM, Mark Kranz wrote: Just an update on my own research: I have discovered the 'ParallelReader' class (subclass of IndexReader) in lucene, which is designed for searching across

Re: Vertical Partitioning advice

2009-02-09 Thread Mark Kranz
Just an update on my own research: I have discovered the 'ParallelReader' class (subclass of IndexReader) in lucene, which is designed for searching across multiple indexes. This appears to suit our needs - and I do not expect will be too difficult to integrate into Solr. -- View this message

Vertical Partitioning advice

2009-02-08 Thread Mark Kranz
I am looking for advice on how to vertically partition an index (break each documents fields across 1 core/instance). Some background: - Our system stores all document metadata in database tables - The contents of each document is stored on a filesystem - Metadata changes frequently, and