Thanks will give it a try.

Should we worry about disabling any index creation / updating / commit
configurations, if they run on schedule / start-up to avoid conflicts with
our update code, or all the index update operations must be explicitly
called (in such a case, we will not have to worry about those?)

Thanks again.


On 7/4/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:

Saurabh Dani wrote:
> Just like Luke, can Solr search any Lucene index by just changing
> "something" in the configuration or Solr stores any specific information
in
> the indexes which must be there in order to do searches using Solr?
>

solr uses regular lucene indexes.  It can search an index created
elsewhere.

The only hitch is to make sure the analyzers in solrconfig.xml match the
analyzers used to create the index.

Reply via email to