On Tuesday 11 November 2008 02:18:39 Erik Hatcher wrote:
>
> The integration won't be too painful... the main thing is that Solr
> requires* some configuration files, literally on the filesystem, in
> order to fire up and be happy.  And you'll need to craft Solr's
> schema.xml to jive with how you indexed with pure Lucene.

Thanks Erik, I will give Solr a try. A list of files and classes I have 
to use or supply to Solr will be appreciated. For now it is
- EmbeddedSolrServer
- SolrQuery
- schema.xml

> That'll do the job, without a servlet engine.  But a servlet engine  
> can be mighty handy when you need to go to distributed search,  
> replication, etc.  But one can use Solr very much like using Lucene,
> API-only (but with config files).

Yes - for additional tasks you may use additional software or services, 
but I do not like to bloat the project for nothing.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to