On 9/27/07, Jae Joo <[EMAIL PROTECTED]> wrote:
> I do need to move the index files, but have a concerns any potential problem
> including performance?
> Do I have to keep the original document for querying?

I assume you posted XML documents in Solr XML format (like <add><doc>...)?
If so, that is just an example way to get the data into Solr.  Those
XML files aren't needed, and any high-speed indexing will avoid
creating files at all - just create the XML doc in memory and send to
solr via HTTP-POST.

-Yonik

Reply via email to