sorry I cant comprehend, so why we should use two separate index? we can merge it in one index file?
On 3/27/07, Steven Rowe <[EMAIL PROTECTED]> wrote:
Mohammad Norouzi wrote: > Steven, > what this means: > "Each index added must have the same number of documents, but > typically each contains different fields. Each document contains the > union of the fields of all documents with the same document number. > When searching, matches for a query term are from the first index > added that has the field." > > if I have say, 100 documents (records) in index, I should have exactly 100 > documents in index2. Am I right? Yes. The other requirement is that the documents must be added in exactly the same order to both indexes. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- Regards, Mohammad