Re: Non-HTTP Indexing

2007-09-06 Thread Yonik Seeley
On 9/6/07, Renaud Waldura <[EMAIL PROTECTED]> wrote:
> Is it possible to index documents directly without going through any
> XML/HTTP bridge?
> I have a large collection (10^7 documents, some very large) and indexing
> speed is a concern.

Where are these documents currently stored, and in what format (DB,
filesystem, etc)?

-Yonik


RE: Non-HTTP Indexing

2007-09-06 Thread Wu, Daniel
There are couple choices, see:

http://wiki.apache.org/solr/SolJava

- Daniel

> -Original Message-
> From: Renaud Waldura [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, September 06, 2007 2:21 PM
> To: solr-user@lucene.apache.org
> Subject: Non-HTTP Indexing
> 
> 
> Dear Solr Users:
>  
> Is it possible to index documents directly without going 
> through any XML/HTTP bridge? I have a large collection (10^7 
> documents, some very large) and indexing speed is a concern. Thanks!
>  
> --Renaud
>  
>