I am currently prototyping the use of Alfresco Document Management that has
an internal Lucene to index all the documents managed by Alfresco.
What would I need to understand in order to integrate that Lucene Index into
a separate Solr installation?
I am new to Solr and am trying to use Solr to
I know this is not Drupal, but thought this question maybe more around the
Solr query.
For instance, I pulled down LucidImaginations Solr install, just like the
apache solr install and ran the example solr and loaded the documents from
the exampledocs.
I can go to:
http://localhost:8983/solr/ad
So I got it to work by running the drupal cron.php.
I was originally trying to use the exampledocs, indexing that content, and
making that index available to the Drupal solr.
But it might just be that they are different indexes? And that's why I
wasn't get responses.
One quick question, the Dru